Skip to content

Commit

Permalink
darktable: update deps to make cmake stop complaining and fix nix-upd…
Browse files Browse the repository at this point in the history
…ate script. (NixOS#368007)
  • Loading branch information
GaetanLepage authored Dec 24, 2024
2 parents 0697226 + 13bb42f commit 94d0ac1
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions pkgs/by-name/da/darktable/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# buildInputs
SDL2,
adwaita-icon-theme,
alsa-lib,
cairo,
curl,
exiv2,
Expand All @@ -31,9 +32,14 @@
json-glib,
lcms2,
lensfun,
lerc,
libaom,
libavif,
libdatrie,
libepoxy,
libexif,
libgcrypt,
libgpg-error,
libgphoto2,
libheif,
libjpeg,
Expand All @@ -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,
Expand Down Expand Up @@ -89,6 +103,7 @@ stdenv.mkDerivation rec {
[
SDL2
adwaita-icon-theme
alsa-lib
cairo
curl
exiv2
Expand All @@ -104,9 +119,14 @@ stdenv.mkDerivation rec {
json-glib
lcms2
lensfun
lerc
libaom
libavif
libdatrie
libepoxy
libexif
libgcrypt
libgpg-error
libgphoto2
libheif
libjpeg
Expand All @@ -115,22 +135,30 @@ 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
]
++ lib.optionals stdenv.hostPlatform.isLinux [
colord
colord-gtk
libselinux
libsepol
libX11
libXdmcp
libxkbcommon
libXtst
ocl-icd
]
++ lib.optional stdenv.hostPlatform.isDarwin gtk-mac-integration
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit 94d0ac1

Please sign in to comment.