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