mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
pan: 0.139 -> 0.144
This commit is contained in:
parent
f2feb99990
commit
8265979114
@ -1,22 +1,22 @@
|
||||
{ spellChecking ? true
|
||||
, stdenv, fetchurl, pkgconfig, gtk2, gtkspell2 ? null
|
||||
, perl, pcre, gmime, gettext, intltool, dbus-glib, libnotify
|
||||
, perl, pcre, gmime, gettext, intltool, itstool, libxml2, dbus-glib, libnotify
|
||||
}:
|
||||
|
||||
assert spellChecking -> gtkspell2 != null;
|
||||
|
||||
let version = "0.139"; in
|
||||
let version = "0.144"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pan-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pan.rebelbase.com/download/releases/${version}/source/pan-${version}.tar.bz2";
|
||||
sha256 = "1fab2i6ngqp66lhls0g7j8d1c1rk75afiqr3r1x2sn3zk47k4pxz";
|
||||
sha256 = "0l07y75z8jxhbmfv28slw81gjncs7i89x7fq44zif7xhq5vy7yli";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gtk2 perl gmime gettext intltool dbus-glib libnotify ]
|
||||
buildInputs = [ gtk2 perl gmime gettext intltool itstool libxml2 dbus-glib libnotify ]
|
||||
++ stdenv.lib.optional spellChecking gtkspell2;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user