Skip to content

Commit

Permalink
colord: use wrapGAppsHookNoGui
Browse files Browse the repository at this point in the history
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]: NixOS#179242
  • Loading branch information
alyssais committed Jun 30, 2022
1 parent 49270f7 commit 1c80cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/colord/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
, ninja
, vala
, libgudev
, wrapGAppsHook
, wrapGAppsNoGuiHook
, shared-mime-info
, sane-backends
, docbook_xsl
Expand Down Expand Up @@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
pkg-config
shared-mime-info
vala
wrapGAppsHook
wrapGAppsNoGuiHook
];

buildInputs = [
Expand Down

0 comments on commit 1c80cbf

Please sign in to comment.