Compare commits
2 commits
df68bec02b
...
213870b85d
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 213870b85d | ||
Antoine Martin | 69a0931550 |
|
@ -1,66 +1,66 @@
|
||||||
{ cmake
|
{
|
||||||
, colord
|
cmake,
|
||||||
, colord-gtk
|
colord,
|
||||||
, curl
|
colord-gtk,
|
||||||
, dav1d
|
curl,
|
||||||
, desktop-file-utils
|
dav1d,
|
||||||
, exiftool
|
desktop-file-utils,
|
||||||
, exiv2
|
exiftool,
|
||||||
, fetchFromGitHub
|
exiv2,
|
||||||
, glib
|
fetchFromGitHub,
|
||||||
, gmic
|
glib,
|
||||||
, graphicsmagick
|
gmic,
|
||||||
, gtk3
|
graphicsmagick,
|
||||||
, icu
|
gtk3,
|
||||||
, intltool
|
icu,
|
||||||
, isocodes
|
intltool,
|
||||||
, jasper
|
isocodes,
|
||||||
, json-glib
|
jasper,
|
||||||
, lcms
|
json-glib,
|
||||||
, lensfun
|
lcms,
|
||||||
, lib
|
lensfun,
|
||||||
, libXdmcp
|
lib,
|
||||||
, libXtst
|
libXdmcp,
|
||||||
, libaom
|
libXtst,
|
||||||
, libavif
|
libaom,
|
||||||
, libdatrie
|
libavif,
|
||||||
, libde265
|
libdatrie,
|
||||||
, libepoxy
|
libde265,
|
||||||
, libffi
|
libepoxy,
|
||||||
, libgcrypt
|
libffi,
|
||||||
, libgpg-error
|
libgcrypt,
|
||||||
, libheif
|
libgpg-error,
|
||||||
, libjpeg
|
libheif,
|
||||||
, libpsl
|
libjpeg,
|
||||||
, librsvg
|
libpsl,
|
||||||
, libsecret
|
librsvg,
|
||||||
, libselinux
|
libsecret,
|
||||||
, libsepol
|
libselinux,
|
||||||
, libsoup
|
libsepol,
|
||||||
, libsysprof-capture
|
libsoup,
|
||||||
, libthai
|
libsysprof-capture,
|
||||||
, libwebp
|
libthai,
|
||||||
, libxkbcommon
|
libwebp,
|
||||||
, libxml2
|
libxkbcommon,
|
||||||
, libxslt
|
libxml2,
|
||||||
, llvmPackages
|
libxslt,
|
||||||
, openexr_3
|
llvmPackages,
|
||||||
, openjpeg
|
openexr_3,
|
||||||
, osm-gps-map
|
openjpeg,
|
||||||
, pcre
|
osm-gps-map,
|
||||||
, pcre2
|
pcre,
|
||||||
, perlPackages
|
pcre2,
|
||||||
, pkg-config
|
perlPackages,
|
||||||
, pugixml
|
pkg-config,
|
||||||
, python3Packages
|
pugixml,
|
||||||
, rav1e
|
python3Packages,
|
||||||
, sqlite
|
rav1e,
|
||||||
, stdenv
|
sqlite,
|
||||||
, util-linux
|
stdenv,
|
||||||
, wrapGAppsHook
|
util-linux,
|
||||||
, x265
|
wrapGAppsHook,
|
||||||
|
x265,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "ansel";
|
pname = "ansel";
|
||||||
version = "unstable-2023-12-15";
|
version = "unstable-2023-12-15";
|
||||||
|
|
Loading…
Reference in a new issue