darktable: Update deps to make cmake stop complaining and fix nix-update script.

This commit is contained in:
Mica Semrick
2024-12-24 13:53:13 -08:00
parent 11f42cceb0
commit 13bb42f293
+32 -3
View File
@@ -16,6 +16,7 @@
# buildInputs
SDL2,
adwaita-icon-theme,
alsa-lib,
cairo,
curl,
exiv2,
@@ -31,9 +32,14 @@
json-glib,
lcms2,
lensfun,
lerc,
libaom,
libavif,
libdatrie,
libepoxy,
libexif,
libgcrypt,
libgpg-error,
libgphoto2,
libheif,
libjpeg,
@@ -42,21 +48,29 @@
librsvg,
libsecret,
libsoup_2_4,
libsysprof-capture,
libthai,
libtiff,
libwebp,
libxslt,
lua,
util-linux,
openexr_3,
openjpeg,
osm-gps-map,
pcre,
pcre2,
portmidi,
pugixml,
sqlite,
# Linux only
colord,
colord-gtk,
libselinux,
libsepol,
libX11,
libXdmcp,
libxkbcommon,
libXtst,
ocl-icd,
# Darwin only
gtk-mac-integration,
@@ -89,6 +103,7 @@ stdenv.mkDerivation rec {
[
SDL2
adwaita-icon-theme
alsa-lib
cairo
curl
exiv2
@@ -104,9 +119,14 @@ stdenv.mkDerivation rec {
json-glib
lcms2
lensfun
lerc
libaom
libavif
libdatrie
libepoxy
libexif
libgcrypt
libgpg-error
libgphoto2
libheif
libjpeg
@@ -115,14 +135,17 @@ stdenv.mkDerivation rec {
librsvg
libsecret
libsoup_2_4
libsysprof-capture
libthai
libtiff
libwebp
libxslt
lua
util-linux
openexr_3
openjpeg
osm-gps-map
pcre
pcre2
portmidi
pugixml
sqlite
@@ -130,7 +153,12 @@ stdenv.mkDerivation rec {
++ lib.optionals stdenv.hostPlatform.isLinux [
colord
colord-gtk
libselinux
libsepol
libX11
libXdmcp
libxkbcommon
libXtst
ocl-icd
]
++ lib.optional stdenv.hostPlatform.isDarwin gtk-mac-integration
@@ -173,7 +201,8 @@ stdenv.mkDerivation rec {
passthru.updateScript = gitUpdater {
rev-prefix = "release-";
url = "https://github.com/darktable-org/darktable";
odd-unstable = true;
url = "https://github.com/darktable-org/darktable.git";
};
meta = {