mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #2624 from lethalman/uzbl
uzbl: Add gsettings_desktop_schemas as build input. Closes #2332
This commit is contained in:
commit
e4361dfa02
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ pkgconfig python makeWrapper ];
|
||||
|
||||
buildInputs = [ webkit pygtk ];
|
||||
buildInputs = [ gsettings_desktop_schemas webkit pygtk ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue