llvm 20 and no too parallel autogen

This commit is contained in:
Christoph Cullmann 2025-05-03 17:31:47 +02:00
parent ed505f8e66
commit ac5d57887c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
with import <nixpkgs> {};
# use new clang
let myllvm = llvmPackages_19; in
let myllvm = llvmPackages_20; in
# clang based dev env
myllvm.stdenv.mkDerivation {
@ -31,7 +31,7 @@ export QT_QUICK_CONTROLS_STYLE_PATH=~/projects/kde/usr/lib/qml/QtQuick/Controls.
bison
boost
bzip2
clang-tools_19
clang-tools_20
cmake
ctags
curl