gnome3.gnome_desktop: clean up
This commit is contained in:
parent
e6936dd556
commit
c6e9acc3eb
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, python, libxml2Python, libxslt, which, libX11, gnome3, gtk3, glib
|
{ stdenv, fetchurl, pkgconfig, libxslt, which, libX11, gnome3, gtk3, glib
|
||||||
, intltool, gnome_doc_utils, libxkbfile, xkeyboard_config, isocodes, itstool, wayland
|
, intltool, gnome_doc_utils, xkeyboard_config, isocodes, itstool, wayland
|
||||||
, libseccomp, bubblewrap, gobjectIntrospection }:
|
, libseccomp, bubblewrap, gobjectIntrospection }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -13,9 +13,10 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig which itstool intltool libxslt gnome_doc_utils gobjectIntrospection
|
pkgconfig which itstool intltool libxslt gnome_doc_utils gobjectIntrospection
|
||||||
];
|
];
|
||||||
buildInputs = [ python libxml2Python libX11 bubblewrap
|
buildInputs = [
|
||||||
xkeyboard_config isocodes wayland
|
libX11 bubblewrap xkeyboard_config isocodes wayland
|
||||||
gtk3 glib libxkbfile libseccomp ];
|
gtk3 glib libseccomp
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ gnome3.gsettings_desktop_schemas ];
|
propagatedBuildInputs = [ gnome3.gsettings_desktop_schemas ];
|
||||||
|
|
||||||
@ -29,6 +30,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
description = "Library with common API for various GNOME modules";
|
||||||
|
license = with licenses; [ gpl2 lgpl2 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = gnome3.maintainers;
|
maintainers = gnome3.maintainers;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user