summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorxeji <xeji@cat3.de>2018-02-20 10:48:49 +0100
committerxeji <xeji@cat3.de>2018-03-04 17:47:55 +0100
commit14c6c286fcf6c7fa341511ac4c38b2d580a7ff33 (patch)
treece175878e994a43323f2e700eb8917ef3501eb64 /pkgs/development/libraries
parent498374a8bd76a22769ed959d7d1ba0104a71e561 (diff)
downloadnixlib-14c6c286fcf6c7fa341511ac4c38b2d580a7ff33.tar
nixlib-14c6c286fcf6c7fa341511ac4c38b2d580a7ff33.tar.gz
nixlib-14c6c286fcf6c7fa341511ac4c38b2d580a7ff33.tar.bz2
nixlib-14c6c286fcf6c7fa341511ac4c38b2d580a7ff33.tar.lz
nixlib-14c6c286fcf6c7fa341511ac4c38b2d580a7ff33.tar.xz
nixlib-14c6c286fcf6c7fa341511ac4c38b2d580a7ff33.tar.zst
nixlib-14c6c286fcf6c7fa341511ac4c38b2d580a7ff33.zip
spice-gtk: clean up unnecessary code
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/spice-gtk/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/libraries/spice-gtk/default.nix b/pkgs/development/libraries/spice-gtk/default.nix
index 01b766351c27..e4c614bf3b3a 100644
--- a/pkgs/development/libraries/spice-gtk/default.nix
+++ b/pkgs/development/libraries/spice-gtk/default.nix
@@ -25,12 +25,9 @@ in stdenv.mkDerivation rec {
   NIX_CFLAGS_COMPILE = "-fno-stack-protector";
 
   preAutoreconf = ''
-    substituteInPlace src/Makefile.am \
-          --replace '=codegendir pygtk-2.0' '=codegendir pygobject-2.0'
   '';
 
   configureFlags = [
-    "--disable-maintainer-mode"
     "--with-gtk3"
   ];