vimb: uses gtk3, provide it explicitly instead of unused (?) gtk2
This commit is contained in:
parent
e66f27b622
commit
ac92aad531
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, libsoup, webkit, gtk2, glib-networking
|
{ stdenv, fetchFromGitHub, pkgconfig, libsoup, webkit, gtk3, glib-networking
|
||||||
, gsettings-desktop-schemas, makeWrapper
|
, gsettings-desktop-schemas, makeWrapper
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
||||||
buildInputs = [ gtk2 libsoup webkit gsettings-desktop-schemas ];
|
buildInputs = [ gtk3 libsoup webkit gsettings-desktop-schemas ];
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user