spice-gtk: clean up unnecessary code

This commit is contained in:
xeji 2018-02-20 10:48:49 +01:00
parent 498374a8bd
commit 14c6c286fc

View File

@ -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"
];