mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 04:28:25 +00:00
xviewer: Move gdk-pixbuf, cinnamon-desktop to buildInputs
This commit is contained in:
parent
f81d4586f8
commit
691fc20710
@ -36,9 +36,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cinnamon.cinnamon-desktop
|
||||
docbook_xsl
|
||||
gdk-pixbuf
|
||||
gobject-introspection
|
||||
gtk-doc
|
||||
itstool
|
||||
@ -52,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
exempi
|
||||
gdk-pixbuf
|
||||
glib
|
||||
gtk3
|
||||
lcms2
|
||||
@ -60,6 +59,7 @@ stdenv.mkDerivation rec {
|
||||
libpeas
|
||||
librsvg
|
||||
libxml2
|
||||
cinnamon.cinnamon-desktop
|
||||
cinnamon.xapp
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user