mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
Merge pull request #316096 from uninsane/pr-gnome-color-manager-cross
gnome.gnome-color-manager: fix cross compilation
This commit is contained in:
commit
fc2390fa15
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue