mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Experimental: comment all Haskell stuff in release.nix.
svn path=/nixpkgs/trunk/; revision=28423
This commit is contained in:
parent
a14d260103
commit
01be205d66
1 changed files with 2 additions and 0 deletions
|
@ -399,6 +399,7 @@ with (import ./release-lib.nix);
|
|||
gtk = linux;
|
||||
};
|
||||
|
||||
/*
|
||||
haskellPackages_ghc6104 = {
|
||||
ghc = ghcSupported;
|
||||
haskellPlatform_2009_2_0_2 = ghcSupported;
|
||||
|
@ -434,6 +435,7 @@ with (import ./release-lib.nix);
|
|||
lhs2tex = ghcSupported;
|
||||
xmonad = linux;
|
||||
};
|
||||
*/
|
||||
|
||||
kde3 = {
|
||||
kdebase = linux;
|
||||
|
|
Loading…
Reference in a new issue