colord: use wrapGAppsHookNoGui

As far as I can tell, none of the colord applications are graphical.
This change is important for Musl, where librsvg is not supported
because rustc does not support dynamically-linked Musl[1].

[1]: https://github.com/NixOS/nixpkgs/issues/179242
This commit is contained in:
Alyssa Ross 2022-06-29 09:59:17 +00:00
parent 49270f7da7
commit 1c80cbf385
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -18,7 +18,7 @@
, ninja
, vala
, libgudev
, wrapGAppsHook
, wrapGAppsNoGuiHook
, shared-mime-info
, sane-backends
, docbook_xsl
@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
pkg-config
shared-mime-info
vala
wrapGAppsHook
wrapGAppsNoGuiHook
];
buildInputs = [