mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
* 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…
Reference in New Issue
Block a user