Skip to content

Commit 83928a4

Browse files
committed
darktable: fix builds on macOS
1 parent ca65057 commit 83928a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/da/darktable/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ stdenv.mkDerivation rec {
103103
[
104104
SDL2
105105
adwaita-icon-theme
106-
alsa-lib
107106
cairo
108107
curl
109108
exiv2
@@ -141,7 +140,6 @@ stdenv.mkDerivation rec {
141140
libwebp
142141
libxslt
143142
lua
144-
util-linux
145143
openexr_3
146144
openjpeg
147145
osm-gps-map
@@ -151,6 +149,7 @@ stdenv.mkDerivation rec {
151149
sqlite
152150
]
153151
++ lib.optionals stdenv.hostPlatform.isLinux [
152+
alsa-lib
154153
colord
155154
colord-gtk
156155
libselinux
@@ -160,6 +159,7 @@ stdenv.mkDerivation rec {
160159
libxkbcommon
161160
libXtst
162161
ocl-icd
162+
util-linux
163163
]
164164
++ lib.optional stdenv.hostPlatform.isDarwin gtk-mac-integration
165165
++ lib.optional stdenv.cc.isClang llvmPackages.openmp;

0 commit comments

Comments
 (0)