mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
midori: add a missing dependency to buildInputs
This commit is contained in:
parent
806008a48e
commit
78d3164ff1
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake pkgconfig intltool vala makeWrapper
|
cmake pkgconfig intltool vala makeWrapper
|
||||||
webkitgtk librsvg libnotify sqlite
|
webkitgtk librsvg libnotify sqlite gsettings_desktop_schemas
|
||||||
(libsoup.override {gnomeSupport = true;})
|
(libsoup.override {gnomeSupport = true;})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user