Skip to content

Commit

Permalink
opencl-clang: 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 9efeb1e commit 9f024e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/opencl-clang/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ let
./opencl-headers-dir.patch
];

nativeBuildInputs = [ cmake git ];
nativeBuildInputs = [ cmake git llvm.dev ];

buildInputs = [ libclang llvm spirv-llvm-translator ];

Expand Down

0 comments on commit 9f024e4

Please sign in to comment.