mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-defaults.nix: added empty 'haskellPlatform' attribute to ghcHEADPrefs
Writing generic expressions is easier if this attribute always exists. svn path=/nixpkgs/trunk/; revision=34459
This commit is contained in:
parent
1c9727a81c
commit
f723b4dcb4
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
ghcHEADPrefs =
|
||||
self : self.haskellPlatformArgs_future self // {
|
||||
haskellPlatform = null;
|
||||
binary = null; # now a core package
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue