Update 'derivation.nix'

main
keldu 2023-02-03 11:15:27 +01:00
parent ee7619da2a
commit 26841789e3
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
, gtest
, mold
, clang_14
, cpp_compiler ? clang_14
, cppCompiler ? clang_14
, hwloc
, gflags
, rapidjson
@ -32,7 +32,7 @@ let
native_build_inputs = [
cmake
ninja
clang_14
clang_compiler
mold
gtest
];