Midori now depends on sqlite
This commit is contained in:
parent
50469c1511
commit
24faa6878b
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, cmake, pkgconfig, intltool, vala, makeWrapper
|
||||
, gtk3, webkitgtk, librsvg, libnotify
|
||||
, gtk3, webkitgtk, librsvg, libnotify, sqlite
|
||||
, glib_networking, gsettings_desktop_schemas
|
||||
}:
|
||||
|
||||
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
cmake pkgconfig intltool vala makeWrapper
|
||||
webkitgtk librsvg libnotify
|
||||
webkitgtk librsvg libnotify sqlite
|
||||
];
|
||||
|
||||
cmakeFlags = ''
|
||||
|
Loading…
Reference in New Issue
Block a user