treewide: explicitly specify gtk and related package versions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, gtk, libglade, openbox,
|
||||
{ stdenv, fetchurl, pkgconfig, gtk2, libglade, openbox,
|
||||
imlib2, libstartup_notification, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
pkgconfig gtk libglade openbox imlib2 libstartup_notification makeWrapper
|
||||
pkgconfig gtk2 libglade openbox imlib2 libstartup_notification makeWrapper
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user