mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #306772 from code-supply/fetch-hex-pname-id
fetchHex: remove pname prefix
This commit is contained in:
commit
30f208309c
@ -7,7 +7,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation ({
|
||||
pname = "hex-source-${pkg}";
|
||||
pname = pkg;
|
||||
inherit version;
|
||||
dontBuild = true;
|
||||
dontConfigure = true;
|
||||
|
Loading…
Reference in New Issue
Block a user