treewide: explicitly specify gtk version

This commit is contained in:
Kirill Boltaev
2016-09-13 21:09:24 +03:00
parent 4b55b0358a
commit 0f37287df5
19 changed files with 52 additions and 52 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, libpcap, pkgconfig, openssl
, graphicalSupport ? false
, libX11 ? null
, gtk ? null
, gtk2 ? null
, pythonPackages
, makeWrapper ? null
}:
@@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
buildInputs = [ libpcap pkgconfig openssl makeWrapper python ]
++ optionals graphicalSupport [
libX11 gtk pygtk pysqlite pygobject2 pycairo
libX11 gtk2 pygtk pysqlite pygobject2 pycairo
];
meta = {