1
0
Fork 1
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:
Aleksana 2024-06-01 16:03:47 +08:00 committed by GitHub
commit fc2390fa15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;