Author: eelco
Date: Wed May 16 20:04:56 2012
New Revision: 34139
URL: https://nixos.org/websvn/nix/?rev=34139&sc=1
Log:
* Pan 0.137.
Modified:
nixpkgs/trunk/pkgs/applications/networking/newsreaders/pan/default.nix
Modified: nixpkgs/trunk/pkgs/applications/networking/newsreaders/pan/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/networking/newsreaders/pan/default.nix
Wed May 16 15:08:44 2012 (r34138)
+++ nixpkgs/trunk/pkgs/applications/networking/newsreaders/pan/default.nix
Wed May 16 20:04:56 2012 (r34139)
@@ -1,21 +1,21 @@
{ spellChecking ? true
, stdenv, fetchurl, pkgconfig, gtk, gtkspell ? null
-, perl, pcre, gmime, gettext, intltool
+, perl, pcre, gmime, gettext, intltool, dbus_glib, libnotify
}:
assert spellChecking -> gtkspell != null;
-let version = "0.135"; in
+let version = "0.137"; in
stdenv.mkDerivation {
name = "pan-${version}";
src = fetchurl {
url =
"http://pan.rebelbase.com/download/releases/${version}/source/pan-${version}.tar.bz2";
- sha1 = "6cd93facf86615761279113badd7462e59399ae4";
+ sha1 = "372f1f6406e2fcd9ce413774730975560f546fcf";
};
- buildInputs = [ pkgconfig gtk perl gmime gettext intltool ]
+ buildInputs = [ pkgconfig gtk perl gmime gettext intltool dbus_glib
libnotify ]
++ stdenv.lib.optional spellChecking gtkspell;
enableParallelBuilding = true;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits