mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
Made it even worse -- hopefully fixed now, sorry.
svn path=/nixpkgs/trunk/; revision=15186
This commit is contained in:
parent
df7c38c2cb
commit
d2f9333dca
@ -1,4 +1,4 @@
|
|||||||
{cabal, gtk2hs, binary, parsec, regexPosix, utf8_string, libedit, makeWrapper}:
|
{cabal, gtk2hs, binary, parsec, regexPosix, utf8String, libedit, makeWrapper}:
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "leksah";
|
pname = "leksah";
|
||||||
@ -6,7 +6,7 @@ cabal.mkDerivation (self : {
|
|||||||
sha256 = "092a8gi73jhalgs4ppg8ki761vwk3gdnjwlyd4chnahbv5i1wrjw";
|
sha256 = "092a8gi73jhalgs4ppg8ki761vwk3gdnjwlyd4chnahbv5i1wrjw";
|
||||||
|
|
||||||
# !!! The explicit libedit dependency shouldn't be necessary.
|
# !!! 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 =
|
preConfigure =
|
||||||
''
|
''
|
||||||
|
@ -192,7 +192,7 @@ rec {
|
|||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
|
||||||
utf8String = import ../development/libraries/haskell/utf8String {
|
utf8String = import ../development/libraries/haskell/utf8-string {
|
||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user