This commit is contained in:
Christoph Cullmann 2024-12-31 17:00:54 +01:00
parent 34521d5c7a
commit 6d8901996e
No known key found for this signature in database
3 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,7 @@
with import <nixpkgs> {};
# use new clang
let myllvm = llvmPackages_17; in
let myllvm = llvmPackages_19; 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_17
clang-tools_19
cmake
ctags
curl