mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
plasma5Packages.kimageformats: enable RAW image support
This commit is contained in:
parent
e521a88375
commit
91dced3734
@ -1,7 +1,7 @@
|
||||
{
|
||||
mkDerivation, lib,
|
||||
extra-cmake-modules,
|
||||
ilmbase, karchive, openexr, libavif, libheif, libjxl, qtbase
|
||||
ilmbase, karchive, openexr, libavif, libheif, libjxl, libraw, qtbase
|
||||
}:
|
||||
|
||||
let inherit (lib) getDev; in
|
||||
@ -10,7 +10,7 @@ mkDerivation {
|
||||
pname = "kimageformats";
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ karchive openexr libavif libheif libjxl qtbase ];
|
||||
buildInputs = [ karchive openexr libavif libheif libjxl libraw qtbase ];
|
||||
outputs = [ "out" ]; # plugins only
|
||||
CXXFLAGS = "-I${getDev ilmbase}/include/OpenEXR";
|
||||
cmakeFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user