mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
blender: Don't use system openjpeg
It was ignored anyway (instead using the internal openjpeg copy).
This commit is contained in:
parent
12fb52b08a
commit
327c2061d1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs =
|
||||
[ SDL boost cmake ffmpeg gettext glew ilmbase libXi
|
||||
libjpeg libpng libsamplerate libsndfile libtiff mesa openal
|
||||
opencolorio openexr openimageio openjpeg python zlib fftw
|
||||
opencolorio openexr openimageio /* openjpeg */ python zlib fftw
|
||||
] ++ optional jackaudioSupport jackaudio;
|
||||
|
||||
postUnpack =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue