Merge pull request #306772 from code-supply/fetch-hex-pname-id

fetchHex: remove pname prefix
This commit is contained in:
Yt 2024-05-03 11:17:37 +00:00 committed by GitHub
commit 30f208309c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
}:
stdenv.mkDerivation ({
pname = "hex-source-${pkg}";
pname = pkg;
inherit version;
dontBuild = true;
dontConfigure = true;