home/workmac/packages: make darktable linux-only
long compile times, and I have not really used it on workmac
This commit is contained in:
parent
ea5ed13d1c
commit
1c4d30b542
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue