* Call the wrapper "ghc-wrapper".

svn path=/nixpkgs/trunk/; revision=15143
This commit is contained in:
Eelco Dolstra 2009-04-19 10:26:45 +00:00
parent 80214b7be0
commit 1c1967a9a1

View File

@ -1,7 +1,7 @@
{stdenv, ghc}:
stdenv.mkDerivation {
name = "${ghc.name}-wrapper";
name = "ghc-wrapper-${ghc.version}";
propagatedBuildInputs = [ghc];