gnome3.gnome_desktop: reorganize build inputs
This commit is contained in:
parent
cc4d5520fb
commit
129aac73ec
@ -10,11 +10,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [
|
||||||
buildInputs = [ python libxml2Python libxslt which libX11
|
pkgconfig which itstool intltool libxslt gnome_doc_utils gobjectIntrospection
|
||||||
xkeyboard_config isocodes itstool wayland
|
];
|
||||||
gtk3 glib intltool gnome_doc_utils libxkbfile
|
buildInputs = [ python libxml2Python libX11
|
||||||
libseccomp gobjectIntrospection ];
|
xkeyboard_config isocodes wayland
|
||||||
|
gtk3 glib libxkbfile libseccomp ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ gnome3.gsettings_desktop_schemas ];
|
propagatedBuildInputs = [ gnome3.gsettings_desktop_schemas ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user