mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Merge pull request #23650 from jensbin/corebird_missing_dconf
corebird: missing dconf in buildInputs
This commit is contained in:
commit
dba9ca47f0
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ automake autoconf libtool pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [ automake autoconf libtool pkgconfig wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 json_glib sqlite libsoup gettext vala_0_32 gnome3.rest glib_networking
|
gtk3 json_glib sqlite libsoup gettext vala_0_32 gnome3.rest gnome3.dconf glib_networking
|
||||||
] ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav ]);
|
] ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav ]);
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user