* Call the wrapper "ghc-wrapper".
svn path=/nixpkgs/trunk/; revision=15143
This commit is contained in:
parent
80214b7be0
commit
1c1967a9a1
@ -1,7 +1,7 @@
|
||||
{stdenv, ghc}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "${ghc.name}-wrapper";
|
||||
name = "ghc-wrapper-${ghc.version}";
|
||||
|
||||
propagatedBuildInputs = [ghc];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user