mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
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
|
||||
xkeyboard_config isocodes itstool wayland
|
||||
gtk3 glib intltool gnome_doc_utils libxkbfile
|
||||
gnome3.gsettings_desktop_schemas gobjectIntrospection ];
|
||||
gobjectIntrospection ];
|
||||
|
||||
propagatedBuildInputs = [ gnome3.gsettings_desktop_schemas ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux;
|
||||
|
Loading…
Reference in New Issue
Block a user