aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/spice-gtk
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-09-17 23:12:21 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-09-18 14:52:51 -0700
commit5e254f57c7a3bc03d110d1cfe9b397de0df04119 (patch)
tree38ef24fc6587452db87026f49765adb35ba47066 /pkgs/development/libraries/spice-gtk
parentb17dfc68d436243dc7a869c336e1d1dcf4612143 (diff)
spice-gtk: 0.27 -> 0.29
Diffstat (limited to 'pkgs/development/libraries/spice-gtk')
-rw-r--r--pkgs/development/libraries/spice-gtk/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/libraries/spice-gtk/default.nix b/pkgs/development/libraries/spice-gtk/default.nix
index b1004f65a799..99f699e301cf 100644
--- a/pkgs/development/libraries/spice-gtk/default.nix
+++ b/pkgs/development/libraries/spice-gtk/default.nix
@@ -6,11 +6,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
- name = "spice-gtk-0.27";
+ name = "spice-gtk-0.29";
src = fetchurl {
url = "http://www.spice-space.org/download/gtk/${name}.tar.bz2";
- sha256 = "0323j3q7gagi83fvxd7v9vdxqv2s3ziss44ici342hyv21qf0xah";
+ sha256 = "0wz9sm44gnmwjpmyacwd5jyzvhfl1wlf1dn3qda20si42cky5is4";
};
buildInputs = [
@@ -23,9 +23,8 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
preConfigure = ''
- substituteInPlace gtk/Makefile.am \
+ substituteInPlace src/Makefile.am \
--replace '=codegendir pygtk-2.0' '=codegendir pygobject-2.0'
-
autoreconf -v --force --install
intltoolize -f
'';