home/workmac/packages: make darktable linux-only

long compile times, and I have not really used it on workmac
This commit is contained in:
Trolli Schmittlauch 2025-12-03 11:36:57 +01:00
parent ea5ed13d1c
commit 1c4d30b542

View file

@ -14,7 +14,6 @@ let
graphicsApps = [ graphicsApps = [
inkscape inkscape
darktable
exiftool exiftool
] ]
++ (with gimp3Plugins; [ ++ (with gimp3Plugins; [
@ -22,6 +21,7 @@ let
#lqrPlugin # broken #lqrPlugin # broken
]) ])
++ lib.optionals pkgs.stdenv.isLinux [ ++ lib.optionals pkgs.stdenv.isLinux [
darktable
gimp3 gimp3
hugin hugin
#luminanceHDR # FIXME, build failure #luminanceHDR # FIXME, build failure