forked from mirrors/nixpkgs
Merge pull request #126230 from nagy/blender-haru
blender: add libharu as dependency
This commit is contained in:
commit
1ecc68dc93
|
@ -12,7 +12,7 @@
|
|||
, pugixml, llvmPackages, SDL, Cocoa, CoreGraphics, ForceFeedback, OpenAL, OpenGL
|
||||
, potrace
|
||||
, openxr-loader
|
||||
, embree, gmp
|
||||
, embree, gmp, libharu
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
|
|||
gmp
|
||||
pugixml
|
||||
potrace
|
||||
libharu
|
||||
]
|
||||
++ (if (!stdenv.isDarwin) then [
|
||||
libXi libX11 libXext libXrender
|
||||
|
|
Loading…
Reference in a new issue