Update 'derivation.nix'

main
keldu 2023-02-03 11:16:35 +01:00
parent 26841789e3
commit 0f6ea532b4
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
let
basename = "ginkgo-hpc";
version = "1.5.0";
cpp_c = cpp_compiler;
cpp_c = cppCompiler;
src = fetchFromGitHub {
repo = "ginkgo";
owner = "ginkgo-project";
@ -32,7 +32,7 @@ let
native_build_inputs = [
cmake
ninja
clang_compiler
cpp_c
mold
gtest
];