Merge pull request from ajs124/fix/darktable

darktable: fix build
This commit is contained in:
K900 2024-07-30 18:09:23 +03:00 committed by GitHub
commit 7bbce274a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,8 @@
, libaom
, portmidi
, lua
, dav1d
, libyuv
}:
stdenv.mkDerivation rec {
@ -106,6 +108,8 @@ stdenv.mkDerivation rec {
libaom
portmidi
lua
dav1d
libyuv
] ++ lib.optionals stdenv.isLinux [
colord
colord-gtk