From 95dd111ba89a0bc0e81ecbeda27e58cbadf2622a Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Wed, 14 May 2008 09:34:08 +0000 Subject: [PATCH] leksah doesnt build yet svn path=/nixpkgs/trunk/; revision=11825 --- pkgs/misc/ghc68executables/default.nix | 10 +++++----- 1 file 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 {