Skip to content

Commit

Permalink
Add clang to build deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Jul 30, 2024
1 parent 36ab875 commit 7291b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rustPlatform.buildRustPackage rec {

nativeBuildInputs = [
makeWrapper
llvmPackages.clang
pkg-config
];

Expand All @@ -47,7 +48,6 @@ rustPlatform.buildRustPackage rec {
udev
llvmPackages.bintools
llvmPackages.libclang
llvmPackages.clang
vulkan-loader
vulkan-validation-layers
xorg.libX11
Expand Down

0 comments on commit 7291b55

Please sign in to comment.