use older ghc to compile darcs
svn path=/nixpkgs/trunk/; revision=19243
This commit is contained in:
parent
21358e7ad0
commit
f0fcaa07b4
1 changed files with 1 additions and 1 deletions
|
@ -6463,7 +6463,7 @@ let
|
|||
inherit (gtkLibs) gtk glib;
|
||||
};
|
||||
|
||||
darcs = haskellPackages.darcs;
|
||||
darcs = haskellPackages_ghc6104.darcs;
|
||||
|
||||
dia = import ../applications/graphics/dia {
|
||||
inherit stdenv fetchurl pkgconfig perl perlXMLParser
|
||||
|
|
Loading…
Reference in a new issue