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