treewide: explicitly specify gtk and related package versions
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
pythonPath = with pythonPackages;
|
||||
[ dbus pygobject pygobject3 recursivePthLoader ];
|
||||
[ dbus pygobject2 pygobject3 recursivePthLoader ];
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig dbus glib alsaLib pythonPackages.python pythonPackages.wrapPython
|
||||
|
||||
@@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
pythonPath = with pythonPackages;
|
||||
[ dbus pygobject pygobject3 recursivePthLoader ];
|
||||
[ dbus pygobject2 pygobject3 recursivePthLoader ];
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig dbus glib alsaLib python pythonPackages.wrapPython
|
||||
|
||||
Reference in New Issue
Block a user