gnome.gnome-color-manager: fix cross compilation
glib is used (additionally) for `glib-compile-resources`, used at build time.
This commit is contained in:
@@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
||||
ninja
|
||||
pkg-config
|
||||
gettext
|
||||
glib
|
||||
itstool
|
||||
desktop-file-utils
|
||||
];
|
||||
@@ -54,6 +55,8 @@ stdenv.mkDerivation rec {
|
||||
exiv2
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
|
||||
Reference in New Issue
Block a user