1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

midori: add a missing dependency to buildInputs

This commit is contained in:
Evgeny Egorochkin 2015-12-01 00:25:19 +02:00
parent 806008a48e
commit 78d3164ff1

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
buildInputs = [
cmake pkgconfig intltool vala makeWrapper
webkitgtk librsvg libnotify sqlite
webkitgtk librsvg libnotify sqlite gsettings_desktop_schemas
(libsoup.override {gnomeSupport = true;})
];