spice-gtk: clean up unnecessary code
This commit is contained in:
parent
498374a8bd
commit
14c6c286fc
@ -25,12 +25,9 @@ in stdenv.mkDerivation rec {
|
|||||||
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
|
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
|
||||||
|
|
||||||
preAutoreconf = ''
|
preAutoreconf = ''
|
||||||
substituteInPlace src/Makefile.am \
|
|
||||||
--replace '=codegendir pygtk-2.0' '=codegendir pygobject-2.0'
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--disable-maintainer-mode"
|
|
||||||
"--with-gtk3"
|
"--with-gtk3"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user