Made it even worse -- hopefully fixed now, sorry.

svn path=/nixpkgs/trunk/; revision=15186
This commit is contained in:
Andres Löh 2009-04-20 14:30:01 +00:00
parent df7c38c2cb
commit d2f9333dca
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{cabal, gtk2hs, binary, parsec, regexPosix, utf8_string, libedit, makeWrapper}:
{cabal, gtk2hs, binary, parsec, regexPosix, utf8String, libedit, makeWrapper}:
cabal.mkDerivation (self : {
pname = "leksah";
@ -6,7 +6,7 @@ cabal.mkDerivation (self : {
sha256 = "092a8gi73jhalgs4ppg8ki761vwk3gdnjwlyd4chnahbv5i1wrjw";
# !!! The explicit libedit dependency shouldn't be necessary.
extraBuildInputs = [gtk2hs binary parsec regexPosix utf8_string libedit makeWrapper];
extraBuildInputs = [gtk2hs binary parsec regexPosix utf8String libedit makeWrapper];
preConfigure =
''

View file

@ -192,7 +192,7 @@ rec {
inherit cabal;
};
utf8String = import ../development/libraries/haskell/utf8String {
utf8String = import ../development/libraries/haskell/utf8-string {
inherit cabal;
};