mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-30 09:07:02 +00:00
Update gajim
svn path=/nixpkgs/trunk/; revision=24906
This commit is contained in:
parent
a095746651
commit
b01f33c2b8
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ a :
|
||||||
let
|
let
|
||||||
fetchurl = a.fetchurl;
|
fetchurl = a.fetchurl;
|
||||||
|
|
||||||
version = a.lib.attrByPath ["version"] "0.14" a;
|
version = a.lib.attrByPath ["version"] "0.14.1" a;
|
||||||
buildInputs = with a; [
|
buildInputs = with a; [
|
||||||
python pyGtkGlade gtk perl intltool dbus gettext
|
python pyGtkGlade gtk perl intltool dbus gettext
|
||||||
pkgconfig makeWrapper libglade pyopenssl libXScrnSaver
|
pkgconfig makeWrapper libglade pyopenssl libXScrnSaver
|
||||||
|
@ -14,7 +14,7 @@ in
|
||||||
rec {
|
rec {
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.gajim.org/downloads/0.14/gajim-${version}.tar.gz";
|
url = "http://www.gajim.org/downloads/0.14/gajim-${version}.tar.gz";
|
||||||
sha256 = "3dc31b76f5e019515947b81685ec0e62ca20318b13cb80df4f4d7a045242d5bd";
|
sha256 = "ef757572acf3f3d59408fd95b7ec99bc0e39c5b8c66bc61c78ba65e71c3d8e18";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
|
|
Loading…
Add table
Reference in a new issue