about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2008-05-14 09:34:08 +0000
committerMarc Weber <marco-oweber@gmx.de>2008-05-14 09:34:08 +0000
commit95dd111ba89a0bc0e81ecbeda27e58cbadf2622a (patch)
tree9e20d05b9f89ccff8609b10bfba867e359fab56e /pkgs/misc
parentb96a83dc06be56816c4d756281465b358eb151a6 (diff)
downloadnixlib-95dd111ba89a0bc0e81ecbeda27e58cbadf2622a.tar
nixlib-95dd111ba89a0bc0e81ecbeda27e58cbadf2622a.tar.gz
nixlib-95dd111ba89a0bc0e81ecbeda27e58cbadf2622a.tar.bz2
nixlib-95dd111ba89a0bc0e81ecbeda27e58cbadf2622a.tar.lz
nixlib-95dd111ba89a0bc0e81ecbeda27e58cbadf2622a.tar.xz
nixlib-95dd111ba89a0bc0e81ecbeda27e58cbadf2622a.tar.zst
nixlib-95dd111ba89a0bc0e81ecbeda27e58cbadf2622a.zip
leksah doesnt build yet
svn path=/nixpkgs/trunk/; revision=11825
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/ghc68executables/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/misc/ghc68executables/default.nix b/pkgs/misc/ghc68executables/default.nix
index 0ffb631b0738..bf097e570760 100644
--- a/pkgs/misc/ghc68executables/default.nix
+++ b/pkgs/misc/ghc68executables/default.nix
@@ -55,11 +55,11 @@ executables = lib.mapAttrs ( name_dummy : a : ghcCabalExecutableFun (a // { libs
     libsFun = x: [ x.base x.haskell98 x.template_haskell ];
     src = fetchurl { url = http://hackage.haskell.org/packages/archive/HXQ/0.7/HXQ-0.7.tar.gz; sha256 = "0zwar8fykks1n86zm0alkdx4yg903hkdr66wffsji6fhhpkzcmrh";};
   };
-  leksah = {
-    name="leksah-darcs";
-    libsFun = x: [ x.base x.filepath x.parsec x.mtl x.process x.old_time x.containers x.pretty x.directory x.gtk2hs x.binary x.bytestring ];
-    src = sourceByName "leksah";
-  };
+  #leksah = {
+    #name="leksah-darcs";
+    #libsFun = x: [ x.base x.filepath x.parsec x.mtl x.process x.old_time x.containers x.pretty x.directory x.gtk2hs x.binary x.bytestring x.cabal_darcs x.ghc ];
+    #src = sourceByName "leksah";
+  #};
   #hsffig = 
   #  let version = "0.1.2-08-29-2007"; in
   #  rec {