Version bump for leksah.
svn path=/nixpkgs/trunk/; revision=16642
This commit is contained in:
parent
8e2daf1287
commit
92f8b3767f
@ -1,12 +1,12 @@
|
|||||||
{cabal, gtk2hs, binary, parsec, regexPosix, utf8String, libedit, makeWrapper}:
|
{cabal, gtk2hs, binary, parsec, regexPosix, regexCompat, utf8String, libedit, makeWrapper}:
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "leksah";
|
pname = "leksah";
|
||||||
version = "0.4.4.1";
|
version = "0.6.1";
|
||||||
sha256 = "092a8gi73jhalgs4ppg8ki761vwk3gdnjwlyd4chnahbv5i1wrjw";
|
sha256 = "de4e0974be3df0e58fd26bfbb76594d81514f1e1d898b9f47881b42084bacf35";
|
||||||
|
|
||||||
# !!! The explicit libedit dependency shouldn't be necessary.
|
# !!! The explicit libedit dependency shouldn't be necessary.
|
||||||
extraBuildInputs = [gtk2hs binary parsec regexPosix utf8String libedit makeWrapper];
|
extraBuildInputs = [gtk2hs binary parsec regexPosix regexCompat utf8String libedit makeWrapper];
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
''
|
''
|
||||||
|
@ -598,7 +598,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
leksah = import ../applications/editors/leksah {
|
leksah = import ../applications/editors/leksah {
|
||||||
inherit cabal gtk2hs binary parsec regexPosix utf8String;
|
inherit cabal gtk2hs binary parsec regexPosix regexCompat utf8String;
|
||||||
inherit (pkgs) libedit makeWrapper;
|
inherit (pkgs) libedit makeWrapper;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user