Skip to content

Commit

Permalink
blender: fix llvm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed May 9, 2021
1 parent 0ef9059 commit 9efeb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/blender/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stdenv.mkDerivation rec {

patches = lib.optional stdenv.isDarwin ./darwin.patch;

nativeBuildInputs = [ cmake makeWrapper python3Packages.wrapPython ]
nativeBuildInputs = [ cmake makeWrapper python3Packages.wrapPython llvmPackages.llvm.dev ]
++ optionals cudaSupport [ addOpenGLRunpath ];
buildInputs =
[ boost ffmpeg gettext glew ilmbase
Expand Down

0 comments on commit 9efeb1e

Please sign in to comment.