mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
art: update dependencies.
This commit is contained in:
parent
99ee5b80d5
commit
4539588dd5
@ -3,6 +3,15 @@
|
||||
, fetchFromBitbucket
|
||||
, cmake
|
||||
, pkg-config
|
||||
, util-linux
|
||||
, libselinux
|
||||
, libsepol
|
||||
, libthai
|
||||
, libdatrie
|
||||
, lerc
|
||||
, libxkbcommon
|
||||
, libepoxy
|
||||
, libXtst
|
||||
, wrapGAppsHook3
|
||||
, makeWrapper
|
||||
, pixman
|
||||
@ -11,10 +20,11 @@
|
||||
, libXau
|
||||
, libXdmcp
|
||||
, lcms2
|
||||
, libraw
|
||||
, libiptcdata
|
||||
, fftw
|
||||
, expat
|
||||
, pcre
|
||||
, pcre2
|
||||
, libsigcxx
|
||||
, lensfun
|
||||
, librsvg
|
||||
@ -22,6 +32,10 @@
|
||||
, exiv2
|
||||
, exiftool
|
||||
, mimalloc
|
||||
, openexr_3
|
||||
, ilmbase
|
||||
, opencolorio
|
||||
, color-transformation-language
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -42,16 +56,26 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
util-linux
|
||||
libselinux
|
||||
libsepol
|
||||
libthai
|
||||
libdatrie
|
||||
lerc
|
||||
libxkbcommon
|
||||
libepoxy
|
||||
libXtst
|
||||
pixman
|
||||
libpthreadstubs
|
||||
gtkmm3
|
||||
libXau
|
||||
libXdmcp
|
||||
lcms2
|
||||
libraw
|
||||
libiptcdata
|
||||
fftw
|
||||
expat
|
||||
pcre
|
||||
pcre2
|
||||
libsigcxx
|
||||
lensfun
|
||||
librsvg
|
||||
@ -59,11 +83,18 @@ stdenv.mkDerivation rec {
|
||||
exiftool
|
||||
libcanberra-gtk3
|
||||
mimalloc
|
||||
openexr_3
|
||||
ilmbase
|
||||
opencolorio
|
||||
color-transformation-language
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DPROC_TARGET_NUMBER=2"
|
||||
"-DCACHE_NAME_SUFFIX=\"\""
|
||||
"-DENABLE_OCIO=True"
|
||||
"-DENABLE_CTL=1"
|
||||
"-DCTL_INCLUDE_DIR=${color-transformation-language}/include/CTL"
|
||||
];
|
||||
|
||||
CMAKE_CXX_FLAGS = toString [
|
||||
|
Loading…
Reference in New Issue
Block a user