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
+1 -1
View File
@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation ({
pname = "hex-source-${pkg}";
pname = pkg;
inherit version;
dontBuild = true;
dontConfigure = true;