mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
uzbl: Add gsettings_desktop_schemas as build input. Closes #2332
This commit is contained in:
parent
3a9917bf18
commit
f63b1038e9
@ -35,5 +35,5 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig python makeWrapper ];
|
nativeBuildInputs = [ pkgconfig python makeWrapper ];
|
||||||
|
|
||||||
buildInputs = [ webkit pygtk ];
|
buildInputs = [ gsettings_desktop_schemas webkit pygtk ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user