gnome-desktop: propagate gsettings_desktop_schemas, required by the .pc
This commit is contained in:
parent
25eed6bc89
commit
b093790ae2
@ -21,7 +21,9 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ pkgconfig python libxml2Python libxslt which libX11
|
buildInputs = [ pkgconfig python libxml2Python libxslt which libX11
|
||||||
xkeyboard_config isocodes itstool wayland
|
xkeyboard_config isocodes itstool wayland
|
||||||
gtk3 glib intltool gnome_doc_utils libxkbfile
|
gtk3 glib intltool gnome_doc_utils libxkbfile
|
||||||
gnome3.gsettings_desktop_schemas gobjectIntrospection ];
|
gobjectIntrospection ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ gnome3.gsettings_desktop_schemas ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user