File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkgs/by-name/da/darktable Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments