Merge pull request #331334 from michaelgrahamevans/switcheroo-fixeroo
switcheroo: add missing imagemagick dependency
This commit is contained in:
commit
21ef80eb04
@ -6,6 +6,7 @@
|
||||
, fetchFromGitLab
|
||||
, glib
|
||||
, gtk4
|
||||
, imagemagick
|
||||
, libadwaita
|
||||
, meson
|
||||
, ninja
|
||||
@ -53,6 +54,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
darwin.apple_sdk.frameworks.Foundation
|
||||
];
|
||||
|
||||
preFixup = ''
|
||||
gappsWrapperArgs+=(
|
||||
--prefix PATH : "${lib.makeBinPath [ imagemagick ]}"
|
||||
)
|
||||
'';
|
||||
|
||||
# Workaround for the gettext-sys issue
|
||||
# https://github.com/Koka/gettext-rs/issues/114
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString
|
||||
|
Loading…
Reference in New Issue
Block a user