* Disable uulib for now.

svn path=/nixpkgs/trunk/; revision=7795
This commit is contained in:
Eelco Dolstra 2007-01-24 21:08:54 +00:00
parent f752af2637
commit 891c62b0a8
2 changed files with 6 additions and 4 deletions

View file

@ -723,11 +723,13 @@ rec {
readline = readline4;
};
/*
ghcWrapper = assert uulib.ghc == ghc;
import ../development/compilers/ghc-wrapper {
inherit stdenv ghc;
libraries = [];
};
*/
helium = import ../development/compilers/helium {
inherit fetchurl stdenv ghc;
@ -1820,11 +1822,11 @@ rec {
### DEVELOPMENT / LIBRARIES / HASKELL
uulib = import ../development/libraries/haskell/uulib {
uulib64 = import ../development/libraries/haskell/uulib { # !!! remove?
inherit stdenv fetchurl ghc;
};
uulib66 = import ../development/libraries/haskell/uulib-ghc-6.6 {
uulib66 = import ../development/libraries/haskell/uulib-ghc-6.6 { # !!! ugh
inherit stdenv fetchurl autoconf;
ghc = ghc66;
};

View file

@ -49,7 +49,7 @@ let {
gawk
gcc
gcc34
ghcWrapper
ghc
ghostscript
gnugrep
gnum4
@ -137,7 +137,7 @@ let {
unzip
upstart
utillinux
uulib
# uulib
valgrind
vim
vlc