1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Version bump for leksah.

svn path=/nixpkgs/trunk/; revision=16642
This commit is contained in:
Andres Löh 2009-08-10 12:43:30 +00:00
parent 8e2daf1287
commit 92f8b3767f
2 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
{cabal, gtk2hs, binary, parsec, regexPosix, utf8String, libedit, makeWrapper}:
{cabal, gtk2hs, binary, parsec, regexPosix, regexCompat, utf8String, libedit, makeWrapper}:
cabal.mkDerivation (self : {
pname = "leksah";
version = "0.4.4.1";
sha256 = "092a8gi73jhalgs4ppg8ki761vwk3gdnjwlyd4chnahbv5i1wrjw";
version = "0.6.1";
sha256 = "de4e0974be3df0e58fd26bfbb76594d81514f1e1d898b9f47881b42084bacf35";
# !!! 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 =
''

View file

@ -598,7 +598,7 @@ rec {
};
leksah = import ../applications/editors/leksah {
inherit cabal gtk2hs binary parsec regexPosix utf8String;
inherit cabal gtk2hs binary parsec regexPosix regexCompat utf8String;
inherit (pkgs) libedit makeWrapper;
};