llvm 20 and no too parallel autogen
This commit is contained in:
parent
ed505f8e66
commit
ac5d57887c
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue