commit 53afa3f7286446c831feef2816079d31742c7656 Author: Gregory Bednov Date: Mon Feb 23 00:21:10 2026 +0300 новый файл: CMakeLists.txt новый файл: shell.nix новый файл: src/MainWindow.cpp новый файл: src/MainWindow.h новый файл: src/items/ArrowItem.cpp новый файл: src/items/ArrowItem.h новый файл: src/items/BlockItem.cpp новый файл: src/items/BlockItem.h новый файл: src/items/DiagramScene.cpp новый файл: src/items/DiagramScene.h новый файл: src/items/JunctionItem.cpp новый файл: src/items/JunctionItem.h новый файл: src/main.cpp изменено: src/items/ArrowItem.cpp изменено: src/items/ArrowItem.h изменено: src/items/BlockItem.h изменено: src/items/DiagramScene.cpp изменено: src/items/DiagramScene.h diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..ddff53a --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,22 @@ +cmake_minimum_required(VERSION 3.21) +project(idef0_editor LANGUAGES CXX) + +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +find_package(Qt6 REQUIRED COMPONENTS Widgets) + +qt_standard_project_setup() + +qt_add_executable(idef0_editor + src/main.cpp + src/MainWindow.h src/MainWindow.cpp + src/items/DiagramScene.h src/items/DiagramScene.cpp + src/items/BlockItem.h src/items/BlockItem.cpp + src/items/ArrowItem.h src/items/ArrowItem.cpp + src/items/JunctionItem.h src/items/JunctionItem.cpp +) + +target_include_directories(idef0_editor PRIVATE src) + +target_link_libraries(idef0_editor PRIVATE Qt6::Widgets) diff --git a/build/.qt/QtDeploySupport.cmake b/build/.qt/QtDeploySupport.cmake new file mode 100644 index 0000000..8fb8eca --- /dev/null +++ b/build/.qt/QtDeploySupport.cmake @@ -0,0 +1,71 @@ +cmake_minimum_required(VERSION 3.16...3.21) + +# These are part of the public API. Projects should use them to provide a +# consistent set of prefix-relative destinations. +if(NOT QT_DEPLOY_BIN_DIR) + set(QT_DEPLOY_BIN_DIR "bin") +endif() +if(NOT QT_DEPLOY_LIBEXEC_DIR) + set(QT_DEPLOY_LIBEXEC_DIR "libexec") +endif() +if(NOT QT_DEPLOY_LIB_DIR) + set(QT_DEPLOY_LIB_DIR "lib64") +endif() +if(NOT QT_DEPLOY_PLUGINS_DIR) + set(QT_DEPLOY_PLUGINS_DIR "lib/qt-6/plugins") +endif() +if(NOT QT_DEPLOY_QML_DIR) + set(QT_DEPLOY_QML_DIR "lib/qt-6/qml") +endif() +if(NOT QT_DEPLOY_TRANSLATIONS_DIR) + set(QT_DEPLOY_TRANSLATIONS_DIR "/nix/store/xz0nlijjawnqj37a1srfwwpx4pn4vrl6-qttranslations-6.10.1/translations") +endif() +if(NOT QT_DEPLOY_PREFIX) + set(QT_DEPLOY_PREFIX "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}") +endif() +if(QT_DEPLOY_PREFIX STREQUAL "") + set(QT_DEPLOY_PREFIX .) +endif() +if(NOT QT_DEPLOY_IGNORED_LIB_DIRS) + set(QT_DEPLOY_IGNORED_LIB_DIRS "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib;/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib;/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib;/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib;/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib;/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib;/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib;/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib;/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib;/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib;/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib;/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib;/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib;/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib;/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib;/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib;/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib;/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib;/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib;/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib;/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib;/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib;/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib;/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib;/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib;/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib;/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib;/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib;/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib;/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib;/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib;/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib;/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib;/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib;/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib;/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib;/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib;/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib;/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib;/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib;/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib;/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib;/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib;/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib;/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib;/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib;/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib;/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib;/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib;/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib;/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib;/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib;/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib;/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib;/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib;/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib;/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib;/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib;/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib;/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib;/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib;/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib;/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib;/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib;/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib;/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib;/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib;/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib;/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib;/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib;/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib;/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib;/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib;/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib;/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib;/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib;/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib;/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib;/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib;/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib;/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib;/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib;/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib;/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib;/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib;/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib;/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib;/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib;/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib;/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib;/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib;/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib;/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib;/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib;/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib;/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib;/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib;/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib;/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib;/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib;/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib;/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib;/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib;/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib;/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib;/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib;/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib;/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib;/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib;/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib;/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib;/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib;/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib;/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib;/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib;/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib;/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib;/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib;/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib;/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib;/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib;/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib;/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib;/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib;/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib;/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib;/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib;/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib;/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib;/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib;/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib;/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib") +endif() + +# These are internal implementation details. They may be removed at any time. +set(__QT_DEPLOY_SYSTEM_NAME "Linux") +set(__QT_DEPLOY_SHARED_LIBRARY_SUFFIX ".so") +set(__QT_DEPLOY_IS_SHARED_LIBS_BUILD "ON") +set(__QT_DEPLOY_TOOL "GRD") +set(__QT_DEPLOY_IMPL_DIR "/home/greg/qt-idef/build/.qt") +set(__QT_DEPLOY_VERBOSE "") +set(__QT_CMAKE_EXPORT_NAMESPACE "Qt6") +set(__QT_LIBINFIX "") +set(__QT_DEPLOY_GENERATOR_IS_MULTI_CONFIG "0") +set(__QT_DEPLOY_ACTIVE_CONFIG "Debug") +set(__QT_NO_CREATE_VERSIONLESS_FUNCTIONS "") +set(__QT_DEFAULT_MAJOR_VERSION "6") +set(__QT_DEPLOY_QT_ADDITIONAL_PACKAGES_PREFIX_PATH "") +set(__QT_DEPLOY_QT_INSTALL_PREFIX "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1") +set(__QT_DEPLOY_QT_INSTALL_BINS "bin") +set(__QT_DEPLOY_QT_INSTALL_DATA ".") +set(__QT_DEPLOY_QT_INSTALL_DESCRIPTIONSDIR "modules") +set(__QT_DEPLOY_QT_INSTALL_LIBEXECS "libexec") +set(__QT_DEPLOY_QT_INSTALL_PLUGINS "lib/qt-6/plugins") +set(__QT_DEPLOY_QT_INSTALL_TRANSLATIONS "/nix/store/xz0nlijjawnqj37a1srfwwpx4pn4vrl6-qttranslations-6.10.1/translations") +set(__QT_DEPLOY_TARGET_QT_PATHS_PATH "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/qtpaths6") +set(__QT_DEPLOY_MUST_ADJUST_PLUGINS_RPATH "ON") +set(__QT_DEPLOY_USE_PATCHELF "") +set(__QT_DEPLOY_PATCHELF_EXECUTABLE "") +set(__QT_DEPLOY_QT_IS_MULTI_CONFIG_BUILD_WITH_DEBUG "FALSE") +set(__QT_DEPLOY_QT_DEBUG_POSTFIX "") + +# Define the CMake commands to be made available during deployment. +set(__qt_deploy_support_files + "/home/greg/qt-idef/build/.qt/QtDeployTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreDeploySupport.cmake" +) +foreach(__qt_deploy_support_file IN LISTS __qt_deploy_support_files) + include("${__qt_deploy_support_file}") +endforeach() + +unset(__qt_deploy_support_file) +unset(__qt_deploy_support_files) diff --git a/build/.qt/QtDeployTargets.cmake b/build/.qt/QtDeployTargets.cmake new file mode 100644 index 0000000..195f47b --- /dev/null +++ b/build/.qt/QtDeployTargets.cmake @@ -0,0 +1,2 @@ +set(__QT_DEPLOY_TARGET_idef0_editor_FILE /home/greg/qt-idef/build/idef0_editor) +set(__QT_DEPLOY_TARGET_idef0_editor_TYPE EXECUTABLE) diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt new file mode 100644 index 0000000..08cb84c --- /dev/null +++ b/build/CMakeCache.txt @@ -0,0 +1,1387 @@ +# This is the CMakeCache file. +# For build in directory: /home/greg/qt-idef/build +# It was generated by CMake: /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/greg/qt-idef/build/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib64) +CMAKE_INSTALL_LIBDIR:PATH=lib64 + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/make + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_COMPAT_VERSION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=idef0_editor + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the archiver during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the archiver during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the archiver during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the archiver during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Path to a file. +OPENGL_EGL_INCLUDE_DIR:PATH=/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include + +//Path to a file. +OPENGL_GLES2_INCLUDE_DIR:PATH=/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include + +//Path to a file. +OPENGL_GLES3_INCLUDE_DIR:PATH=/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include + +//Path to a file. +OPENGL_GLU_INCLUDE_DIR:PATH=OPENGL_GLU_INCLUDE_DIR-NOTFOUND + +//Path to a file. +OPENGL_GLX_INCLUDE_DIR:PATH=/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include + +//Path to a file. +OPENGL_INCLUDE_DIR:PATH=/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include + +//Path to a library. +OPENGL_egl_LIBRARY:FILEPATH=/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libEGL.so + +//Path to a library. +OPENGL_gles2_LIBRARY:FILEPATH=/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLESv2.so + +//Path to a library. +OPENGL_gles3_LIBRARY:FILEPATH=/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLESv2.so + +//Path to a library. +OPENGL_glu_LIBRARY:FILEPATH=OPENGL_glu_LIBRARY-NOTFOUND + +//Path to a library. +OPENGL_glx_LIBRARY:FILEPATH=/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLX.so + +//Path to a library. +OPENGL_opengl_LIBRARY:FILEPATH=/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libOpenGL.so + +//Path to a file. +OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND + +//Additional directories where find(Qt6 ...) host Qt components +// are searched +QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING= + +//Additional directories where find(Qt6 ...) components are searched +QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING= + +//The directory containing a CMake configuration file for Qt6CoreTools. +Qt6CoreTools_DIR:PATH=/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools + +//The directory containing a CMake configuration file for Qt6Core. +Qt6Core_DIR:PATH=/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core + +//The directory containing a CMake configuration file for Qt6DBusTools. +Qt6DBusTools_DIR:PATH=/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools + +//The directory containing a CMake configuration file for Qt6DBus. +Qt6DBus_DIR:PATH=/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus + +//The directory containing a CMake configuration file for Qt6GuiTools. +Qt6GuiTools_DIR:PATH=/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools + +//The directory containing a CMake configuration file for Qt6Gui. +Qt6Gui_DIR:PATH=/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui + +//The directory containing a CMake configuration file for Qt6WidgetsTools. +Qt6WidgetsTools_DIR:PATH=/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools + +//The directory containing a CMake configuration file for Qt6Widgets. +Qt6Widgets_DIR:PATH=/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets + +//The directory containing a CMake configuration file for Qt6. +Qt6_DIR:PATH=/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6 + +//Path to a program. +Vulkan_GLSLANG_VALIDATOR_EXECUTABLE:FILEPATH=Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-NOTFOUND + +//Path to a program. +Vulkan_GLSLC_EXECUTABLE:FILEPATH=Vulkan_GLSLC_EXECUTABLE-NOTFOUND + +//Path to a file. +Vulkan_INCLUDE_DIR:PATH=/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include + +//Path to a library. +Vulkan_LIBRARY:FILEPATH=/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/libvulkan.so + +//Value Computed by CMake +idef0_editor_BINARY_DIR:STATIC=/home/greg/qt-idef/build + +//Value Computed by CMake +idef0_editor_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +idef0_editor_SOURCE_DIR:STATIC=/home/greg/qt-idef + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/greg/qt-idef/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=1 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/greg/qt-idef +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//Name of CMakeLists files to read +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding OpenGL +FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libOpenGL.so][/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLX.so][/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include][ ][v()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Details about finding WrapAtomic +FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic:INTERNAL=[1][v()] +//Details about finding WrapOpenGL +FIND_PACKAGE_MESSAGE_DETAILS_WrapOpenGL:INTERNAL=[ON][v()] +//Details about finding WrapVulkanHeaders +FIND_PACKAGE_MESSAGE_DETAILS_WrapVulkanHeaders:INTERNAL=[/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include][v()] +//Test HAVE_STDATOMIC +HAVE_STDATOMIC:INTERNAL=1 +//ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR +OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLES2_INCLUDE_DIR +OPENGL_GLES2_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLES3_INCLUDE_DIR +OPENGL_GLES3_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLU_INCLUDE_DIR +OPENGL_GLU_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR +OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_INCLUDE_DIR +OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_egl_LIBRARY +OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_gles2_LIBRARY +OPENGL_gles2_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_gles3_LIBRARY +OPENGL_gles3_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glu_LIBRARY +OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glx_LIBRARY +OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_opengl_LIBRARY +OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR +OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//Qt feature: abstractbutton (from target Qt6::Widgets) +QT_FEATURE_abstractbutton:INTERNAL=ON +//Qt feature: abstractslider (from target Qt6::Widgets) +QT_FEATURE_abstractslider:INTERNAL=ON +//Qt feature: accept4 (from target Qt6::Core) +QT_FEATURE_accept4:INTERNAL=ON +//Qt feature: accessibility (from target Qt6::Gui) +QT_FEATURE_accessibility:INTERNAL=ON +//Qt feature: accessibility_atspi_bridge (from target Qt6::Gui) +QT_FEATURE_accessibility_atspi_bridge:INTERNAL=ON +//Qt feature: action (from target Qt6::Gui) +QT_FEATURE_action:INTERNAL=ON +//Qt feature: aesni (from target Qt6::Core) +QT_FEATURE_aesni:INTERNAL=ON +//Qt feature: android_style_assets (from target Qt6::Core) +QT_FEATURE_android_style_assets:INTERNAL=OFF +//Qt feature: animation (from target Qt6::Core) +QT_FEATURE_animation:INTERNAL=ON +//Qt feature: appstore_compliant (from target Qt6::Core) +QT_FEATURE_appstore_compliant:INTERNAL=OFF +//Qt feature: arm_crc32 (from target Qt6::Core) +QT_FEATURE_arm_crc32:INTERNAL=OFF +//Qt feature: arm_crypto (from target Qt6::Core) +QT_FEATURE_arm_crypto:INTERNAL=OFF +//Qt feature: arm_sve (from target Qt6::Core) +QT_FEATURE_arm_sve:INTERNAL=OFF +//Qt feature: avx (from target Qt6::Core) +QT_FEATURE_avx:INTERNAL=ON +//Qt feature: avx2 (from target Qt6::Core) +QT_FEATURE_avx2:INTERNAL=ON +//Qt feature: avx512bw (from target Qt6::Core) +QT_FEATURE_avx512bw:INTERNAL=ON +//Qt feature: avx512cd (from target Qt6::Core) +QT_FEATURE_avx512cd:INTERNAL=ON +//Qt feature: avx512dq (from target Qt6::Core) +QT_FEATURE_avx512dq:INTERNAL=ON +//Qt feature: avx512er (from target Qt6::Core) +QT_FEATURE_avx512er:INTERNAL=ON +//Qt feature: avx512f (from target Qt6::Core) +QT_FEATURE_avx512f:INTERNAL=ON +//Qt feature: avx512ifma (from target Qt6::Core) +QT_FEATURE_avx512ifma:INTERNAL=ON +//Qt feature: avx512pf (from target Qt6::Core) +QT_FEATURE_avx512pf:INTERNAL=ON +//Qt feature: avx512vbmi (from target Qt6::Core) +QT_FEATURE_avx512vbmi:INTERNAL=ON +//Qt feature: avx512vbmi2 (from target Qt6::Core) +QT_FEATURE_avx512vbmi2:INTERNAL=ON +//Qt feature: avx512vl (from target Qt6::Core) +QT_FEATURE_avx512vl:INTERNAL=ON +//Qt feature: backtrace (from target Qt6::Core) +QT_FEATURE_backtrace:INTERNAL=ON +//Qt feature: broken_threadlocal_dtors (from target Qt6::Core) +QT_FEATURE_broken_threadlocal_dtors:INTERNAL=OFF +//Qt feature: buttongroup (from target Qt6::Widgets) +QT_FEATURE_buttongroup:INTERNAL=ON +//Qt feature: calendarwidget (from target Qt6::Widgets) +QT_FEATURE_calendarwidget:INTERNAL=ON +//Qt feature: cborstreamreader (from target Qt6::Core) +QT_FEATURE_cborstreamreader:INTERNAL=ON +//Qt feature: cborstreamwriter (from target Qt6::Core) +QT_FEATURE_cborstreamwriter:INTERNAL=ON +//Qt feature: checkbox (from target Qt6::Widgets) +QT_FEATURE_checkbox:INTERNAL=ON +//Qt feature: clipboard (from target Qt6::Gui) +QT_FEATURE_clipboard:INTERNAL=ON +//Qt feature: clock_gettime (from target Qt6::Core) +QT_FEATURE_clock_gettime:INTERNAL=ON +//Qt feature: clock_monotonic (from target Qt6::Core) +QT_FEATURE_clock_monotonic:INTERNAL=ON +//Qt feature: colordialog (from target Qt6::Widgets) +QT_FEATURE_colordialog:INTERNAL=ON +//Qt feature: colornames (from target Qt6::Gui) +QT_FEATURE_colornames:INTERNAL=ON +//Qt feature: columnview (from target Qt6::Widgets) +QT_FEATURE_columnview:INTERNAL=ON +//Qt feature: combobox (from target Qt6::Widgets) +QT_FEATURE_combobox:INTERNAL=ON +//Qt feature: commandlineparser (from target Qt6::Core) +QT_FEATURE_commandlineparser:INTERNAL=ON +//Qt feature: commandlinkbutton (from target Qt6::Widgets) +QT_FEATURE_commandlinkbutton:INTERNAL=ON +//Qt feature: completer (from target Qt6::Widgets) +QT_FEATURE_completer:INTERNAL=ON +//Qt feature: concatenatetablesproxymodel (from target Qt6::Core) +QT_FEATURE_concatenatetablesproxymodel:INTERNAL=ON +//Qt feature: concurrent (from target Qt6::Core) +QT_FEATURE_concurrent:INTERNAL=ON +//Qt feature: contextmenu (from target Qt6::Widgets) +QT_FEATURE_contextmenu:INTERNAL=ON +//Qt feature: copy_file_range (from target Qt6::Core) +QT_FEATURE_copy_file_range:INTERNAL=ON +//Qt feature: cpp_winrt (from target Qt6::Core) +QT_FEATURE_cpp_winrt:INTERNAL=OFF +//Qt feature: cross_compile (from target Qt6::Core) +QT_FEATURE_cross_compile:INTERNAL=OFF +//Qt feature: cssparser (from target Qt6::Gui) +QT_FEATURE_cssparser:INTERNAL=ON +//Qt feature: ctf (from target Qt6::Core) +QT_FEATURE_ctf:INTERNAL=OFF +//Qt feature: cursor (from target Qt6::Gui) +QT_FEATURE_cursor:INTERNAL=ON +//Qt feature: cxx11_future (from target Qt6::Core) +QT_FEATURE_cxx11_future:INTERNAL=ON +//Qt feature: cxx17_filesystem (from target Qt6::Core) +QT_FEATURE_cxx17_filesystem:INTERNAL=ON +//Qt feature: cxx20 (from target Qt6::Core) +QT_FEATURE_cxx20:INTERNAL=OFF +//Qt feature: cxx20_format (from target Qt6::Core) +QT_FEATURE_cxx20_format:INTERNAL=ON +//Qt feature: cxx23_stacktrace (from target Qt6::Core) +QT_FEATURE_cxx23_stacktrace:INTERNAL=OFF +//Qt feature: cxx2a (from target Qt6::Core) +QT_FEATURE_cxx2a:INTERNAL=OFF +//Qt feature: cxx2b (from target Qt6::Core) +QT_FEATURE_cxx2b:INTERNAL=OFF +//Qt feature: cxx2c (from target Qt6::Core) +QT_FEATURE_cxx2c:INTERNAL=OFF +//Qt feature: datawidgetmapper (from target Qt6::Widgets) +QT_FEATURE_datawidgetmapper:INTERNAL=ON +//Qt feature: datestring (from target Qt6::Core) +QT_FEATURE_datestring:INTERNAL=ON +//Qt feature: datetimeedit (from target Qt6::Widgets) +QT_FEATURE_datetimeedit:INTERNAL=ON +//Qt feature: datetimeparser (from target Qt6::Core) +QT_FEATURE_datetimeparser:INTERNAL=ON +//Qt feature: dbus (from target Qt6::Core) +QT_FEATURE_dbus:INTERNAL=ON +//Qt feature: dbus_linked (from target Qt6::Core) +QT_FEATURE_dbus_linked:INTERNAL=ON +//Qt feature: debug (from target Qt6::Core) +QT_FEATURE_debug:INTERNAL=OFF +//Qt feature: debug_and_release (from target Qt6::Core) +QT_FEATURE_debug_and_release:INTERNAL=OFF +//Qt feature: desktopservices (from target Qt6::Gui) +QT_FEATURE_desktopservices:INTERNAL=ON +//Qt feature: developer_build (from target Qt6::Core) +QT_FEATURE_developer_build:INTERNAL=OFF +//Qt feature: dial (from target Qt6::Widgets) +QT_FEATURE_dial:INTERNAL=ON +//Qt feature: dialog (from target Qt6::Widgets) +QT_FEATURE_dialog:INTERNAL=ON +//Qt feature: dialogbuttonbox (from target Qt6::Widgets) +QT_FEATURE_dialogbuttonbox:INTERNAL=ON +//Qt feature: direct2d (from target Qt6::Gui) +QT_FEATURE_direct2d:INTERNAL=OFF +//Qt feature: direct2d1_1 (from target Qt6::Gui) +QT_FEATURE_direct2d1_1:INTERNAL=OFF +//Qt feature: directfb (from target Qt6::Gui) +QT_FEATURE_directfb:INTERNAL=OFF +//Qt feature: directwrite (from target Qt6::Gui) +QT_FEATURE_directwrite:INTERNAL=OFF +//Qt feature: directwrite3 (from target Qt6::Gui) +QT_FEATURE_directwrite3:INTERNAL=OFF +//Qt feature: directwritecolrv1 (from target Qt6::Gui) +QT_FEATURE_directwritecolrv1:INTERNAL=OFF +//Qt feature: dladdr (from target Qt6::Core) +QT_FEATURE_dladdr:INTERNAL=ON +//Qt feature: dlopen (from target Qt6::Core) +QT_FEATURE_dlopen:INTERNAL=ON +//Qt feature: doc_snippets (from target Qt6::Core) +QT_FEATURE_doc_snippets:INTERNAL=OFF +//Qt feature: dockwidget (from target Qt6::Widgets) +QT_FEATURE_dockwidget:INTERNAL=ON +//Qt feature: doubleconversion (from target Qt6::Core) +QT_FEATURE_doubleconversion:INTERNAL=ON +//Qt feature: draganddrop (from target Qt6::Gui) +QT_FEATURE_draganddrop:INTERNAL=ON +//Qt feature: drm_atomic (from target Qt6::Gui) +QT_FEATURE_drm_atomic:INTERNAL=ON +//Qt feature: dup3 (from target Qt6::Core) +QT_FEATURE_dup3:INTERNAL=ON +//Qt feature: dynamicgl (from target Qt6::Gui) +QT_FEATURE_dynamicgl:INTERNAL=OFF +//Qt feature: easingcurve (from target Qt6::Core) +QT_FEATURE_easingcurve:INTERNAL=ON +//Qt feature: effects (from target Qt6::Widgets) +QT_FEATURE_effects:INTERNAL=ON +//Qt feature: egl (from target Qt6::Gui) +QT_FEATURE_egl:INTERNAL=ON +//Qt feature: egl_extension_platform_wayland (from target Qt6::Gui) +QT_FEATURE_egl_extension_platform_wayland:INTERNAL=ON +//Qt feature: egl_x11 (from target Qt6::Gui) +QT_FEATURE_egl_x11:INTERNAL=ON +//Qt feature: eglfs (from target Qt6::Gui) +QT_FEATURE_eglfs:INTERNAL=ON +//Qt feature: eglfs_brcm (from target Qt6::Gui) +QT_FEATURE_eglfs_brcm:INTERNAL=OFF +//Qt feature: eglfs_egldevice (from target Qt6::Gui) +QT_FEATURE_eglfs_egldevice:INTERNAL=ON +//Qt feature: eglfs_gbm (from target Qt6::Gui) +QT_FEATURE_eglfs_gbm:INTERNAL=ON +//Qt feature: eglfs_mali (from target Qt6::Gui) +QT_FEATURE_eglfs_mali:INTERNAL=OFF +//Qt feature: eglfs_openwfd (from target Qt6::Gui) +QT_FEATURE_eglfs_openwfd:INTERNAL=OFF +//Qt feature: eglfs_rcar (from target Qt6::Gui) +QT_FEATURE_eglfs_rcar:INTERNAL=OFF +//Qt feature: eglfs_viv (from target Qt6::Gui) +QT_FEATURE_eglfs_viv:INTERNAL=OFF +//Qt feature: eglfs_viv_wl (from target Qt6::Gui) +QT_FEATURE_eglfs_viv_wl:INTERNAL=OFF +//Qt feature: eglfs_vsp2 (from target Qt6::Gui) +QT_FEATURE_eglfs_vsp2:INTERNAL=OFF +//Qt feature: eglfs_x11 (from target Qt6::Gui) +QT_FEATURE_eglfs_x11:INTERNAL=ON +//Qt feature: elf_private_full_version (from target Qt6::Core) +QT_FEATURE_elf_private_full_version:INTERNAL=OFF +//Qt feature: emojisegmenter (from target Qt6::Gui) +QT_FEATURE_emojisegmenter:INTERNAL=ON +//Qt feature: enable_new_dtags (from target Qt6::Core) +QT_FEATURE_enable_new_dtags:INTERNAL=ON +//Qt feature: errormessage (from target Qt6::Widgets) +QT_FEATURE_errormessage:INTERNAL=ON +//Qt feature: etw (from target Qt6::Core) +QT_FEATURE_etw:INTERNAL=OFF +//Qt feature: evdev (from target Qt6::Gui) +QT_FEATURE_evdev:INTERNAL=ON +//Qt feature: f16c (from target Qt6::Core) +QT_FEATURE_f16c:INTERNAL=ON +//Qt feature: filedialog (from target Qt6::Widgets) +QT_FEATURE_filedialog:INTERNAL=ON +//Qt feature: filesystemiterator (from target Qt6::Core) +QT_FEATURE_filesystemiterator:INTERNAL=ON +//Qt feature: filesystemmodel (from target Qt6::Gui) +QT_FEATURE_filesystemmodel:INTERNAL=ON +//Qt feature: filesystemwatcher (from target Qt6::Core) +QT_FEATURE_filesystemwatcher:INTERNAL=ON +//Qt feature: fontcombobox (from target Qt6::Widgets) +QT_FEATURE_fontcombobox:INTERNAL=ON +//Qt feature: fontconfig (from target Qt6::Gui) +QT_FEATURE_fontconfig:INTERNAL=ON +//Qt feature: fontdialog (from target Qt6::Widgets) +QT_FEATURE_fontdialog:INTERNAL=ON +//Qt feature: force_asserts (from target Qt6::Core) +QT_FEATURE_force_asserts:INTERNAL=OFF +//Qt feature: force_bundled_libs (from target Qt6::Core) +QT_FEATURE_force_bundled_libs:INTERNAL=OFF +//Qt feature: force_system_libs (from target Qt6::Core) +QT_FEATURE_force_system_libs:INTERNAL=OFF +//Qt feature: forkfd_pidfd (from target Qt6::Core) +QT_FEATURE_forkfd_pidfd:INTERNAL=ON +//Qt feature: formlayout (from target Qt6::Widgets) +QT_FEATURE_formlayout:INTERNAL=ON +//Qt feature: framework (from target Qt6::Core) +QT_FEATURE_framework:INTERNAL=OFF +//Qt feature: freetype (from target Qt6::Gui) +QT_FEATURE_freetype:INTERNAL=ON +//Qt feature: fscompleter (from target Qt6::Widgets) +QT_FEATURE_fscompleter:INTERNAL=ON +//Qt feature: futimens (from target Qt6::Core) +QT_FEATURE_futimens:INTERNAL=ON +//Qt feature: future (from target Qt6::Core) +QT_FEATURE_future:INTERNAL=ON +//Qt feature: gbm (from target Qt6::Gui) +QT_FEATURE_gbm:INTERNAL=ON +//Qt feature: gc_binaries (from target Qt6::Core) +QT_FEATURE_gc_binaries:INTERNAL=OFF +//Qt feature: gestures (from target Qt6::Core) +QT_FEATURE_gestures:INTERNAL=ON +//Qt feature: getauxval (from target Qt6::Core) +QT_FEATURE_getauxval:INTERNAL=ON +//Qt feature: getentropy (from target Qt6::Core) +QT_FEATURE_getentropy:INTERNAL=ON +//Qt feature: gif (from target Qt6::Gui) +QT_FEATURE_gif:INTERNAL=ON +//Qt feature: glib (from target Qt6::Core) +QT_FEATURE_glib:INTERNAL=ON +//Qt feature: glibc_fortify_source (from target Qt6::Core) +QT_FEATURE_glibc_fortify_source:INTERNAL=ON +//Qt feature: graphicseffect (from target Qt6::Widgets) +QT_FEATURE_graphicseffect:INTERNAL=ON +//Qt feature: graphicsframecapture (from target Qt6::Gui) +QT_FEATURE_graphicsframecapture:INTERNAL=OFF +//Qt feature: graphicsview (from target Qt6::Widgets) +QT_FEATURE_graphicsview:INTERNAL=ON +//Qt feature: groupbox (from target Qt6::Widgets) +QT_FEATURE_groupbox:INTERNAL=ON +//Qt feature: gtk3 (from target Qt6::Widgets) +QT_FEATURE_gtk3:INTERNAL=ON +//Qt feature: gui (from target Qt6::Core) +QT_FEATURE_gui:INTERNAL=ON +//Qt feature: harfbuzz (from target Qt6::Gui) +QT_FEATURE_harfbuzz:INTERNAL=ON +//Qt feature: highdpiscaling (from target Qt6::Gui) +QT_FEATURE_highdpiscaling:INTERNAL=ON +//Qt feature: hijricalendar (from target Qt6::Core) +QT_FEATURE_hijricalendar:INTERNAL=ON +//Qt feature: ico (from target Qt6::Gui) +QT_FEATURE_ico:INTERNAL=ON +//Qt feature: icu (from target Qt6::Core) +QT_FEATURE_icu:INTERNAL=ON +//Qt feature: identityproxymodel (from target Qt6::Core) +QT_FEATURE_identityproxymodel:INTERNAL=ON +//Qt feature: im (from target Qt6::Gui) +QT_FEATURE_im:INTERNAL=ON +//Qt feature: image_heuristic_mask (from target Qt6::Gui) +QT_FEATURE_image_heuristic_mask:INTERNAL=ON +//Qt feature: image_text (from target Qt6::Gui) +QT_FEATURE_image_text:INTERNAL=ON +//Qt feature: imageformat_bmp (from target Qt6::Gui) +QT_FEATURE_imageformat_bmp:INTERNAL=ON +//Qt feature: imageformat_jpeg (from target Qt6::Gui) +QT_FEATURE_imageformat_jpeg:INTERNAL=ON +//Qt feature: imageformat_png (from target Qt6::Gui) +QT_FEATURE_imageformat_png:INTERNAL=ON +//Qt feature: imageformat_ppm (from target Qt6::Gui) +QT_FEATURE_imageformat_ppm:INTERNAL=ON +//Qt feature: imageformat_xbm (from target Qt6::Gui) +QT_FEATURE_imageformat_xbm:INTERNAL=ON +//Qt feature: imageformat_xpm (from target Qt6::Gui) +QT_FEATURE_imageformat_xpm:INTERNAL=ON +//Qt feature: imageformatplugin (from target Qt6::Gui) +QT_FEATURE_imageformatplugin:INTERNAL=ON +//Qt feature: imageio_text_loading (from target Qt6::Gui) +QT_FEATURE_imageio_text_loading:INTERNAL=ON +//Qt feature: inotify (from target Qt6::Core) +QT_FEATURE_inotify:INTERNAL=ON +//Qt feature: inputdialog (from target Qt6::Widgets) +QT_FEATURE_inputdialog:INTERNAL=ON +//Qt feature: integrityfb (from target Qt6::Gui) +QT_FEATURE_integrityfb:INTERNAL=OFF +//Qt feature: integrityhid (from target Qt6::Gui) +QT_FEATURE_integrityhid:INTERNAL=OFF +//Qt feature: intelcet (from target Qt6::Core) +QT_FEATURE_intelcet:INTERNAL=ON +//Qt feature: islamiccivilcalendar (from target Qt6::Core) +QT_FEATURE_islamiccivilcalendar:INTERNAL=ON +//Qt feature: itemmodel (from target Qt6::Core) +QT_FEATURE_itemmodel:INTERNAL=ON +//Qt feature: itemviews (from target Qt6::Widgets) +QT_FEATURE_itemviews:INTERNAL=ON +//Qt feature: jalalicalendar (from target Qt6::Core) +QT_FEATURE_jalalicalendar:INTERNAL=ON +//Qt feature: jemalloc (from target Qt6::Core) +QT_FEATURE_jemalloc:INTERNAL=OFF +//Qt feature: journald (from target Qt6::Core) +QT_FEATURE_journald:INTERNAL=ON +//Qt feature: jpeg (from target Qt6::Gui) +QT_FEATURE_jpeg:INTERNAL=ON +//Qt feature: keysequenceedit (from target Qt6::Widgets) +QT_FEATURE_keysequenceedit:INTERNAL=ON +//Qt feature: kms (from target Qt6::Gui) +QT_FEATURE_kms:INTERNAL=ON +//Qt feature: label (from target Qt6::Widgets) +QT_FEATURE_label:INTERNAL=ON +//Qt feature: largefile (from target Qt6::Core) +QT_FEATURE_largefile:INTERNAL=ON +//Qt feature: lasx (from target Qt6::Core) +QT_FEATURE_lasx:INTERNAL=OFF +//Qt feature: lcdnumber (from target Qt6::Widgets) +QT_FEATURE_lcdnumber:INTERNAL=ON +//Qt feature: libcpp_hardening (from target Qt6::Core) +QT_FEATURE_libcpp_hardening:INTERNAL=OFF +//Qt feature: libinput (from target Qt6::Gui) +QT_FEATURE_libinput:INTERNAL=OFF +//Qt feature: libinput_axis_api (from target Qt6::Gui) +QT_FEATURE_libinput_axis_api:INTERNAL=OFF +//Qt feature: libinput_hires_wheel_support (from target Qt6::Gui) +QT_FEATURE_libinput_hires_wheel_support:INTERNAL=OFF +//Qt feature: library (from target Qt6::Core) +QT_FEATURE_library:INTERNAL=ON +//Qt feature: libstdcpp_assertions (from target Qt6::Core) +QT_FEATURE_libstdcpp_assertions:INTERNAL=ON +//Qt feature: libudev (from target Qt6::Core) +QT_FEATURE_libudev:INTERNAL=ON +//Qt feature: lineedit (from target Qt6::Widgets) +QT_FEATURE_lineedit:INTERNAL=ON +//Qt feature: linkat (from target Qt6::Core) +QT_FEATURE_linkat:INTERNAL=ON +//Qt feature: linuxfb (from target Qt6::Gui) +QT_FEATURE_linuxfb:INTERNAL=ON +//Qt feature: listview (from target Qt6::Widgets) +QT_FEATURE_listview:INTERNAL=ON +//Qt feature: listwidget (from target Qt6::Widgets) +QT_FEATURE_listwidget:INTERNAL=ON +//Qt feature: localtime_r (from target Qt6::Core) +QT_FEATURE_localtime_r:INTERNAL=ON +//Qt feature: localtime_s (from target Qt6::Core) +QT_FEATURE_localtime_s:INTERNAL=OFF +//Qt feature: lsx (from target Qt6::Core) +QT_FEATURE_lsx:INTERNAL=OFF +//Qt feature: lttng (from target Qt6::Core) +QT_FEATURE_lttng:INTERNAL=OFF +//Qt feature: mainwindow (from target Qt6::Widgets) +QT_FEATURE_mainwindow:INTERNAL=ON +//Qt feature: mdiarea (from target Qt6::Widgets) +QT_FEATURE_mdiarea:INTERNAL=ON +//Qt feature: memmem (from target Qt6::Core) +QT_FEATURE_memmem:INTERNAL=ON +//Qt feature: memrchr (from target Qt6::Core) +QT_FEATURE_memrchr:INTERNAL=ON +//Qt feature: menu (from target Qt6::Widgets) +QT_FEATURE_menu:INTERNAL=ON +//Qt feature: menubar (from target Qt6::Widgets) +QT_FEATURE_menubar:INTERNAL=ON +//Qt feature: messagebox (from target Qt6::Widgets) +QT_FEATURE_messagebox:INTERNAL=ON +//Qt feature: metal (from target Qt6::Gui) +QT_FEATURE_metal:INTERNAL=OFF +//Qt feature: mimetype (from target Qt6::Core) +QT_FEATURE_mimetype:INTERNAL=ON +//Qt feature: mimetype_database (from target Qt6::Core) +QT_FEATURE_mimetype_database:INTERNAL=ON +//Qt feature: mips_dsp (from target Qt6::Core) +QT_FEATURE_mips_dsp:INTERNAL=OFF +//Qt feature: mips_dspr2 (from target Qt6::Core) +QT_FEATURE_mips_dspr2:INTERNAL=OFF +//Qt feature: movie (from target Qt6::Gui) +QT_FEATURE_movie:INTERNAL=ON +//Qt feature: mtdev (from target Qt6::Gui) +QT_FEATURE_mtdev:INTERNAL=ON +//Qt feature: multiprocess (from target Qt6::Gui) +QT_FEATURE_multiprocess:INTERNAL=ON +//Qt feature: neon (from target Qt6::Core) +QT_FEATURE_neon:INTERNAL=OFF +//Qt feature: network (from target Qt6::Core) +QT_FEATURE_network:INTERNAL=ON +//Qt feature: no_direct_extern_access (from target Qt6::Core) +QT_FEATURE_no_direct_extern_access:INTERNAL=OFF +//Qt feature: opengl (from target Qt6::Gui) +QT_FEATURE_opengl:INTERNAL=ON +//Qt feature: opengles2 (from target Qt6::Gui) +QT_FEATURE_opengles2:INTERNAL=OFF +//Qt feature: opengles3 (from target Qt6::Gui) +QT_FEATURE_opengles3:INTERNAL=OFF +//Qt feature: opengles31 (from target Qt6::Gui) +QT_FEATURE_opengles31:INTERNAL=OFF +//Qt feature: opengles32 (from target Qt6::Gui) +QT_FEATURE_opengles32:INTERNAL=OFF +//Qt feature: openssl (from target Qt6::Core) +QT_FEATURE_openssl:INTERNAL=ON +//Qt feature: openssl_hash (from target Qt6::Core) +QT_FEATURE_openssl_hash:INTERNAL=OFF +//Qt feature: openssl_linked (from target Qt6::Core) +QT_FEATURE_openssl_linked:INTERNAL=ON +//Qt feature: opensslv11 (from target Qt6::Core) +QT_FEATURE_opensslv11:INTERNAL=OFF +//Qt feature: opensslv30 (from target Qt6::Core) +QT_FEATURE_opensslv30:INTERNAL=ON +//Qt feature: openvg (from target Qt6::Gui) +QT_FEATURE_openvg:INTERNAL=OFF +//Qt feature: pcre2 (from target Qt6::Core) +QT_FEATURE_pcre2:INTERNAL=ON +//Qt feature: pdf (from target Qt6::Gui) +QT_FEATURE_pdf:INTERNAL=ON +//Qt feature: permissions (from target Qt6::Core) +QT_FEATURE_permissions:INTERNAL=ON +//Qt feature: picture (from target Qt6::Gui) +QT_FEATURE_picture:INTERNAL=ON +//Qt feature: pkg_config (from target Qt6::Core) +QT_FEATURE_pkg_config:INTERNAL=ON +//Qt feature: plugin_manifest (from target Qt6::Core) +QT_FEATURE_plugin_manifest:INTERNAL=ON +//Qt feature: png (from target Qt6::Gui) +QT_FEATURE_png:INTERNAL=ON +//Qt feature: poll_exit_on_error (from target Qt6::Core) +QT_FEATURE_poll_exit_on_error:INTERNAL=OFF +//Qt feature: poll_poll (from target Qt6::Core) +QT_FEATURE_poll_poll:INTERNAL=OFF +//Qt feature: poll_pollts (from target Qt6::Core) +QT_FEATURE_poll_pollts:INTERNAL=OFF +//Qt feature: poll_ppoll (from target Qt6::Core) +QT_FEATURE_poll_ppoll:INTERNAL=ON +//Qt feature: poll_select (from target Qt6::Core) +QT_FEATURE_poll_select:INTERNAL=OFF +//Qt feature: posix_fallocate (from target Qt6::Core) +QT_FEATURE_posix_fallocate:INTERNAL=ON +//Qt feature: posix_sem (from target Qt6::Core) +QT_FEATURE_posix_sem:INTERNAL=ON +//Qt feature: posix_shm (from target Qt6::Core) +QT_FEATURE_posix_shm:INTERNAL=ON +//Qt feature: printsupport (from target Qt6::Core) +QT_FEATURE_printsupport:INTERNAL=ON +//Qt feature: private_tests (from target Qt6::Core) +QT_FEATURE_private_tests:INTERNAL=OFF +//Qt feature: process (from target Qt6::Core) +QT_FEATURE_process:INTERNAL=ON +//Qt feature: processenvironment (from target Qt6::Core) +QT_FEATURE_processenvironment:INTERNAL=ON +//Qt feature: progressbar (from target Qt6::Widgets) +QT_FEATURE_progressbar:INTERNAL=ON +//Qt feature: progressdialog (from target Qt6::Widgets) +QT_FEATURE_progressdialog:INTERNAL=ON +//Qt feature: proxymodel (from target Qt6::Core) +QT_FEATURE_proxymodel:INTERNAL=ON +//Qt feature: pthread_clockjoin (from target Qt6::Core) +QT_FEATURE_pthread_clockjoin:INTERNAL=ON +//Qt feature: pthread_condattr_setclock (from target Qt6::Core) +QT_FEATURE_pthread_condattr_setclock:INTERNAL=ON +//Qt feature: pthread_timedjoin (from target Qt6::Core) +QT_FEATURE_pthread_timedjoin:INTERNAL=ON +//Qt feature: pushbutton (from target Qt6::Widgets) +QT_FEATURE_pushbutton:INTERNAL=ON +//Qt feature: qqnx_imf (from target Qt6::Gui) +QT_FEATURE_qqnx_imf:INTERNAL=OFF +//Qt feature: qqnx_pps (from target Qt6::Core) +QT_FEATURE_qqnx_pps:INTERNAL=OFF +//Qt feature: qtgui_threadpool (from target Qt6::Gui) +QT_FEATURE_qtgui_threadpool:INTERNAL=ON +//Qt feature: radiobutton (from target Qt6::Widgets) +QT_FEATURE_radiobutton:INTERNAL=ON +//Qt feature: raster_64bit (from target Qt6::Gui) +QT_FEATURE_raster_64bit:INTERNAL=ON +//Qt feature: raster_fp (from target Qt6::Gui) +QT_FEATURE_raster_fp:INTERNAL=ON +//Qt feature: rdrnd (from target Qt6::Core) +QT_FEATURE_rdrnd:INTERNAL=ON +//Qt feature: rdseed (from target Qt6::Core) +QT_FEATURE_rdseed:INTERNAL=ON +//Qt feature: reduce_exports (from target Qt6::Core) +QT_FEATURE_reduce_exports:INTERNAL=ON +//Qt feature: reduce_relocations (from target Qt6::Core) +QT_FEATURE_reduce_relocations:INTERNAL=ON +//Qt feature: regularexpression (from target Qt6::Core) +QT_FEATURE_regularexpression:INTERNAL=ON +//Qt feature: relocatable (from target Qt6::Core) +QT_FEATURE_relocatable:INTERNAL=ON +//Qt feature: relro_now_linker (from target Qt6::Core) +QT_FEATURE_relro_now_linker:INTERNAL=ON +//Qt feature: renameat2 (from target Qt6::Core) +QT_FEATURE_renameat2:INTERNAL=ON +//Qt feature: resizehandler (from target Qt6::Widgets) +QT_FEATURE_resizehandler:INTERNAL=ON +//Qt feature: rpath (from target Qt6::Core) +QT_FEATURE_rpath:INTERNAL=ON +//Qt feature: rubberband (from target Qt6::Widgets) +QT_FEATURE_rubberband:INTERNAL=ON +//Qt feature: run_opengl_tests (from target Qt6::Gui) +QT_FEATURE_run_opengl_tests:INTERNAL=ON +//Qt feature: scrollarea (from target Qt6::Widgets) +QT_FEATURE_scrollarea:INTERNAL=ON +//Qt feature: scrollbar (from target Qt6::Widgets) +QT_FEATURE_scrollbar:INTERNAL=ON +//Qt feature: scroller (from target Qt6::Widgets) +QT_FEATURE_scroller:INTERNAL=ON +//Qt feature: separate_debug_info (from target Qt6::Core) +QT_FEATURE_separate_debug_info:INTERNAL=OFF +//Qt feature: sessionmanager (from target Qt6::Gui) +QT_FEATURE_sessionmanager:INTERNAL=ON +//Qt feature: settings (from target Qt6::Core) +QT_FEATURE_settings:INTERNAL=ON +//Qt feature: sha3_fast (from target Qt6::Core) +QT_FEATURE_sha3_fast:INTERNAL=ON +//Qt feature: shani (from target Qt6::Core) +QT_FEATURE_shani:INTERNAL=ON +//Qt feature: shared (from target Qt6::Core) +QT_FEATURE_shared:INTERNAL=ON +//Qt feature: sharedmemory (from target Qt6::Core) +QT_FEATURE_sharedmemory:INTERNAL=ON +//Qt feature: shortcut (from target Qt6::Core) +QT_FEATURE_shortcut:INTERNAL=ON +//Qt feature: signaling_nan (from target Qt6::Core) +QT_FEATURE_signaling_nan:INTERNAL=ON +//Qt feature: simulator_and_device (from target Qt6::Core) +QT_FEATURE_simulator_and_device:INTERNAL=OFF +//Qt feature: sizegrip (from target Qt6::Widgets) +QT_FEATURE_sizegrip:INTERNAL=ON +//Qt feature: slider (from target Qt6::Widgets) +QT_FEATURE_slider:INTERNAL=ON +//Qt feature: slog2 (from target Qt6::Core) +QT_FEATURE_slog2:INTERNAL=OFF +//Qt feature: sortfilterproxymodel (from target Qt6::Core) +QT_FEATURE_sortfilterproxymodel:INTERNAL=ON +//Qt feature: spinbox (from target Qt6::Widgets) +QT_FEATURE_spinbox:INTERNAL=ON +//Qt feature: splashscreen (from target Qt6::Widgets) +QT_FEATURE_splashscreen:INTERNAL=ON +//Qt feature: splitter (from target Qt6::Widgets) +QT_FEATURE_splitter:INTERNAL=ON +//Qt feature: sql (from target Qt6::Core) +QT_FEATURE_sql:INTERNAL=ON +//Qt feature: sse2 (from target Qt6::Core) +QT_FEATURE_sse2:INTERNAL=ON +//Qt feature: sse3 (from target Qt6::Core) +QT_FEATURE_sse3:INTERNAL=ON +//Qt feature: sse4_1 (from target Qt6::Core) +QT_FEATURE_sse4_1:INTERNAL=ON +//Qt feature: sse4_2 (from target Qt6::Core) +QT_FEATURE_sse4_2:INTERNAL=ON +//Qt feature: ssse3 (from target Qt6::Core) +QT_FEATURE_ssse3:INTERNAL=ON +//Qt feature: stack_clash_protection (from target Qt6::Core) +QT_FEATURE_stack_clash_protection:INTERNAL=ON +//Qt feature: stack_protector (from target Qt6::Core) +QT_FEATURE_stack_protector:INTERNAL=ON +//Qt feature: stackedwidget (from target Qt6::Widgets) +QT_FEATURE_stackedwidget:INTERNAL=ON +//Qt feature: standarditemmodel (from target Qt6::Gui) +QT_FEATURE_standarditemmodel:INTERNAL=ON +//Qt feature: static (from target Qt6::Core) +QT_FEATURE_static:INTERNAL=OFF +//Qt feature: statusbar (from target Qt6::Widgets) +QT_FEATURE_statusbar:INTERNAL=ON +//Qt feature: statustip (from target Qt6::Widgets) +QT_FEATURE_statustip:INTERNAL=ON +//Qt feature: std_atomic64 (from target Qt6::Core) +QT_FEATURE_std_atomic64:INTERNAL=ON +//Qt feature: stdlib_libcpp (from target Qt6::Core) +QT_FEATURE_stdlib_libcpp:INTERNAL=OFF +//Qt feature: stringlistmodel (from target Qt6::Core) +QT_FEATURE_stringlistmodel:INTERNAL=ON +//Qt feature: style_android (from target Qt6::Widgets) +QT_FEATURE_style_android:INTERNAL=OFF +//Qt feature: style_fusion (from target Qt6::Widgets) +QT_FEATURE_style_fusion:INTERNAL=ON +//Qt feature: style_mac (from target Qt6::Widgets) +QT_FEATURE_style_mac:INTERNAL=OFF +//Qt feature: style_stylesheet (from target Qt6::Widgets) +QT_FEATURE_style_stylesheet:INTERNAL=ON +//Qt feature: style_windows (from target Qt6::Widgets) +QT_FEATURE_style_windows:INTERNAL=ON +//Qt feature: style_windows11 (from target Qt6::Widgets) +QT_FEATURE_style_windows11:INTERNAL=OFF +//Qt feature: style_windowsvista (from target Qt6::Widgets) +QT_FEATURE_style_windowsvista:INTERNAL=OFF +//Qt feature: syntaxhighlighter (from target Qt6::Widgets) +QT_FEATURE_syntaxhighlighter:INTERNAL=ON +//Qt feature: syslog (from target Qt6::Core) +QT_FEATURE_syslog:INTERNAL=OFF +//Qt feature: system_doubleconversion (from target Qt6::Core) +QT_FEATURE_system_doubleconversion:INTERNAL=ON +//Qt feature: system_freetype (from target Qt6::Gui) +QT_FEATURE_system_freetype:INTERNAL=ON +//Qt feature: system_harfbuzz (from target Qt6::Gui) +QT_FEATURE_system_harfbuzz:INTERNAL=ON +//Qt feature: system_jpeg (from target Qt6::Gui) +QT_FEATURE_system_jpeg:INTERNAL=ON +//Qt feature: system_libb2 (from target Qt6::Core) +QT_FEATURE_system_libb2:INTERNAL=ON +//Qt feature: system_pcre2 (from target Qt6::Core) +QT_FEATURE_system_pcre2:INTERNAL=ON +//Qt feature: system_png (from target Qt6::Gui) +QT_FEATURE_system_png:INTERNAL=ON +//Qt feature: system_textmarkdownreader (from target Qt6::Gui) +QT_FEATURE_system_textmarkdownreader:INTERNAL=ON +//Qt feature: system_xcb_xinput (from target Qt6::Gui) +QT_FEATURE_system_xcb_xinput:INTERNAL=OFF +//Qt feature: system_zlib (from target Qt6::Core) +QT_FEATURE_system_zlib:INTERNAL=ON +//Qt feature: systemsemaphore (from target Qt6::Core) +QT_FEATURE_systemsemaphore:INTERNAL=ON +//Qt feature: systemtrayicon (from target Qt6::Gui) +QT_FEATURE_systemtrayicon:INTERNAL=ON +//Qt feature: sysv_sem (from target Qt6::Core) +QT_FEATURE_sysv_sem:INTERNAL=ON +//Qt feature: sysv_shm (from target Qt6::Core) +QT_FEATURE_sysv_shm:INTERNAL=ON +//Qt feature: tabbar (from target Qt6::Widgets) +QT_FEATURE_tabbar:INTERNAL=ON +//Qt feature: tabletevent (from target Qt6::Gui) +QT_FEATURE_tabletevent:INTERNAL=ON +//Qt feature: tableview (from target Qt6::Widgets) +QT_FEATURE_tableview:INTERNAL=ON +//Qt feature: tablewidget (from target Qt6::Widgets) +QT_FEATURE_tablewidget:INTERNAL=ON +//Qt feature: tabwidget (from target Qt6::Widgets) +QT_FEATURE_tabwidget:INTERNAL=ON +//Qt feature: temporaryfile (from target Qt6::Core) +QT_FEATURE_temporaryfile:INTERNAL=ON +//Qt feature: test_gui (from target Qt6::Core) +QT_FEATURE_test_gui:INTERNAL=ON +//Qt feature: testlib (from target Qt6::Core) +QT_FEATURE_testlib:INTERNAL=ON +//Qt feature: textbrowser (from target Qt6::Widgets) +QT_FEATURE_textbrowser:INTERNAL=ON +//Qt feature: textdate (from target Qt6::Core) +QT_FEATURE_textdate:INTERNAL=ON +//Qt feature: textedit (from target Qt6::Widgets) +QT_FEATURE_textedit:INTERNAL=ON +//Qt feature: texthtmlparser (from target Qt6::Gui) +QT_FEATURE_texthtmlparser:INTERNAL=ON +//Qt feature: textmarkdownreader (from target Qt6::Gui) +QT_FEATURE_textmarkdownreader:INTERNAL=ON +//Qt feature: textmarkdownwriter (from target Qt6::Gui) +QT_FEATURE_textmarkdownwriter:INTERNAL=ON +//Qt feature: textodfwriter (from target Qt6::Gui) +QT_FEATURE_textodfwriter:INTERNAL=ON +//Qt feature: thread (from target Qt6::Core) +QT_FEATURE_thread:INTERNAL=ON +//Qt feature: threadsafe_cloexec (from target Qt6::Core) +QT_FEATURE_threadsafe_cloexec:INTERNAL=ON +//Qt feature: timezone (from target Qt6::Core) +QT_FEATURE_timezone:INTERNAL=ON +//Qt feature: timezone_locale (from target Qt6::Core) +QT_FEATURE_timezone_locale:INTERNAL=ON +//Qt feature: timezone_tzdb (from target Qt6::Core) +QT_FEATURE_timezone_tzdb:INTERNAL=OFF +//Qt feature: toolbar (from target Qt6::Widgets) +QT_FEATURE_toolbar:INTERNAL=ON +//Qt feature: toolbox (from target Qt6::Widgets) +QT_FEATURE_toolbox:INTERNAL=ON +//Qt feature: toolbutton (from target Qt6::Widgets) +QT_FEATURE_toolbutton:INTERNAL=ON +//Qt feature: tooltip (from target Qt6::Widgets) +QT_FEATURE_tooltip:INTERNAL=ON +//Qt feature: translation (from target Qt6::Core) +QT_FEATURE_translation:INTERNAL=ON +//Qt feature: transposeproxymodel (from target Qt6::Core) +QT_FEATURE_transposeproxymodel:INTERNAL=ON +//Qt feature: treeview (from target Qt6::Widgets) +QT_FEATURE_treeview:INTERNAL=ON +//Qt feature: treewidget (from target Qt6::Widgets) +QT_FEATURE_treewidget:INTERNAL=ON +//Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core) +QT_FEATURE_trivial_auto_var_init_pattern:INTERNAL=ON +//Qt feature: tslib (from target Qt6::Gui) +QT_FEATURE_tslib:INTERNAL=OFF +//Qt feature: tuiotouch (from target Qt6::Gui) +QT_FEATURE_tuiotouch:INTERNAL=ON +//Qt feature: undocommand (from target Qt6::Gui) +QT_FEATURE_undocommand:INTERNAL=ON +//Qt feature: undogroup (from target Qt6::Gui) +QT_FEATURE_undogroup:INTERNAL=ON +//Qt feature: undostack (from target Qt6::Gui) +QT_FEATURE_undostack:INTERNAL=ON +//Qt feature: undoview (from target Qt6::Widgets) +QT_FEATURE_undoview:INTERNAL=ON +//Qt feature: use_bfd_linker (from target Qt6::Core) +QT_FEATURE_use_bfd_linker:INTERNAL=OFF +//Qt feature: use_gold_linker (from target Qt6::Core) +QT_FEATURE_use_gold_linker:INTERNAL=OFF +//Qt feature: use_lld_linker (from target Qt6::Core) +QT_FEATURE_use_lld_linker:INTERNAL=OFF +//Qt feature: use_mold_linker (from target Qt6::Core) +QT_FEATURE_use_mold_linker:INTERNAL=OFF +//Qt feature: vaes (from target Qt6::Core) +QT_FEATURE_vaes:INTERNAL=ON +//Qt feature: validator (from target Qt6::Gui) +QT_FEATURE_validator:INTERNAL=ON +//Qt feature: version_tagging (from target Qt6::Core) +QT_FEATURE_version_tagging:INTERNAL=ON +//Qt feature: vkgen (from target Qt6::Gui) +QT_FEATURE_vkgen:INTERNAL=ON +//Qt feature: vkkhrdisplay (from target Qt6::Gui) +QT_FEATURE_vkkhrdisplay:INTERNAL=ON +//Qt feature: vnc (from target Qt6::Gui) +QT_FEATURE_vnc:INTERNAL=ON +//Qt feature: vsp2 (from target Qt6::Gui) +QT_FEATURE_vsp2:INTERNAL=OFF +//Qt feature: vulkan (from target Qt6::Gui) +QT_FEATURE_vulkan:INTERNAL=ON +//Qt feature: vxpipedrv (from target Qt6::Core) +QT_FEATURE_vxpipedrv:INTERNAL=OFF +//Qt feature: vxworksevdev (from target Qt6::Gui) +QT_FEATURE_vxworksevdev:INTERNAL=OFF +//Qt feature: wasm_exceptions (from target Qt6::Core) +QT_FEATURE_wasm_exceptions:INTERNAL=OFF +//Qt feature: wasm_jspi (from target Qt6::Core) +QT_FEATURE_wasm_jspi:INTERNAL=OFF +//Qt feature: wasm_simd128 (from target Qt6::Core) +QT_FEATURE_wasm_simd128:INTERNAL=OFF +//Qt feature: wayland (from target Qt6::Gui) +QT_FEATURE_wayland:INTERNAL=ON +//Qt feature: wayland_brcm (from target Qt6::Gui) +QT_FEATURE_wayland_brcm:INTERNAL=OFF +//Qt feature: wayland_client (from target Qt6::Gui) +QT_FEATURE_wayland_client:INTERNAL=ON +//Qt feature: wayland_client_fullscreen_shell_v1 (from target Qt6::Gui) +QT_FEATURE_wayland_client_fullscreen_shell_v1:INTERNAL=ON +//Qt feature: wayland_client_primary_selection (from target Qt6::Gui) +QT_FEATURE_wayland_client_primary_selection:INTERNAL=ON +//Qt feature: wayland_client_wl_shell (from target Qt6::Gui) +QT_FEATURE_wayland_client_wl_shell:INTERNAL=ON +//Qt feature: wayland_client_xdg_shell (from target Qt6::Gui) +QT_FEATURE_wayland_client_xdg_shell:INTERNAL=ON +//Qt feature: wayland_datadevice (from target Qt6::Gui) +QT_FEATURE_wayland_datadevice:INTERNAL=ON +//Qt feature: wayland_dmabuf_server_buffer (from target Qt6::Gui) +QT_FEATURE_wayland_dmabuf_server_buffer:INTERNAL=ON +//Qt feature: wayland_drm_egl_server_buffer (from target Qt6::Gui) +QT_FEATURE_wayland_drm_egl_server_buffer:INTERNAL=ON +//Qt feature: wayland_egl (from target Qt6::Gui) +QT_FEATURE_wayland_egl:INTERNAL=ON +//Qt feature: wayland_libhybris_egl_server_buffer (from target +// Qt6::Gui) +QT_FEATURE_wayland_libhybris_egl_server_buffer:INTERNAL=OFF +//Qt feature: wayland_server (from target Qt6::Gui) +QT_FEATURE_wayland_server:INTERNAL=ON +//Qt feature: wayland_shm_emulation_server_buffer (from target +// Qt6::Gui) +QT_FEATURE_wayland_shm_emulation_server_buffer:INTERNAL=ON +//Qt feature: wayland_vulkan_server_buffer (from target Qt6::Gui) +QT_FEATURE_wayland_vulkan_server_buffer:INTERNAL=ON +//Qt feature: waylandscanner (from target Qt6::Gui) +QT_FEATURE_waylandscanner:INTERNAL=ON +//Qt feature: whatsthis (from target Qt6::Gui) +QT_FEATURE_whatsthis:INTERNAL=ON +//Qt feature: wheelevent (from target Qt6::Gui) +QT_FEATURE_wheelevent:INTERNAL=ON +//Qt feature: widgets (from target Qt6::Core) +QT_FEATURE_widgets:INTERNAL=ON +//Qt feature: widgettextcontrol (from target Qt6::Widgets) +QT_FEATURE_widgettextcontrol:INTERNAL=ON +//Qt feature: winsdkicu (from target Qt6::Core) +QT_FEATURE_winsdkicu:INTERNAL=OFF +//Qt feature: wizard (from target Qt6::Widgets) +QT_FEATURE_wizard:INTERNAL=ON +//Qt feature: x86intrin (from target Qt6::Core) +QT_FEATURE_x86intrin:INTERNAL=ON +//Qt feature: xcb (from target Qt6::Gui) +QT_FEATURE_xcb:INTERNAL=ON +//Qt feature: xcb_egl_plugin (from target Qt6::Gui) +QT_FEATURE_xcb_egl_plugin:INTERNAL=ON +//Qt feature: xcb_glx (from target Qt6::Gui) +QT_FEATURE_xcb_glx:INTERNAL=ON +//Qt feature: xcb_glx_plugin (from target Qt6::Gui) +QT_FEATURE_xcb_glx_plugin:INTERNAL=ON +//Qt feature: xcb_native_painting (from target Qt6::Gui) +QT_FEATURE_xcb_native_painting:INTERNAL=OFF +//Qt feature: xcb_sm (from target Qt6::Gui) +QT_FEATURE_xcb_sm:INTERNAL=ON +//Qt feature: xcb_xlib (from target Qt6::Gui) +QT_FEATURE_xcb_xlib:INTERNAL=ON +//Qt feature: xkbcommon (from target Qt6::Gui) +QT_FEATURE_xkbcommon:INTERNAL=ON +//Qt feature: xkbcommon_x11 (from target Qt6::Gui) +QT_FEATURE_xkbcommon_x11:INTERNAL=ON +//Qt feature: xlib (from target Qt6::Gui) +QT_FEATURE_xlib:INTERNAL=ON +//Qt feature: xml (from target Qt6::Core) +QT_FEATURE_xml:INTERNAL=ON +//Qt feature: xmlstream (from target Qt6::Core) +QT_FEATURE_xmlstream:INTERNAL=ON +//Qt feature: xmlstreamreader (from target Qt6::Core) +QT_FEATURE_xmlstreamreader:INTERNAL=ON +//Qt feature: xmlstreamwriter (from target Qt6::Core) +QT_FEATURE_xmlstreamwriter:INTERNAL=ON +//Qt feature: xrender (from target Qt6::Gui) +QT_FEATURE_xrender:INTERNAL=OFF +//Qt feature: zstd (from target Qt6::Core) +QT_FEATURE_zstd:INTERNAL=ON +//ADVANCED property for variable: Vulkan_GLSLANG_VALIDATOR_EXECUTABLE +Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Vulkan_GLSLC_EXECUTABLE +Vulkan_GLSLC_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Vulkan_INCLUDE_DIR +Vulkan_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Vulkan_LIBRARY +Vulkan_LIBRARY-ADVANCED:INTERNAL=1 +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/build/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake b/build/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..6029ca9 --- /dev/null +++ b/build/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake @@ -0,0 +1,108 @@ +set(CMAKE_CXX_COMPILER "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.3.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "") +set(CMAKE_CXX_SIMULATE_VERSION "") +set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID "x86_64") + + + +set(CMAKE_AR "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ar") +set(CMAKE_RANLIB "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ranlib") +set(CMAKE_LINKER "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.44) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include;/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include;/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include;/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include;/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include;/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include;/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include;/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include;/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include;/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include;/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include;/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include;/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include;/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include;/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include;/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include;/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include;/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include;/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include;/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include;/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include;/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include;/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include;/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include;/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include;/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include;/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include;/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include;/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include;/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include;/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include;/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include;/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include;/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include;/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include;/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include;/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include;/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include;/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include;/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include;/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include;/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include;/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include;/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include;/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include;/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include;/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include;/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include;/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include;/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include;/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include;/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include;/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include;/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include;/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include;/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include;/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include;/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include;/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include;/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include;/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include;/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include;/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include;/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include;/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include;/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include;/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include;/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include;/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include;/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include;/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include;/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include;/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include;/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include;/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include;/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include;/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include;/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include;/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include;/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include;/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include;/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include;/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include;/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include;/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include;/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include;/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include;/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include;/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include;/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include;/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include;/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include;/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include;/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include;/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include;/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include;/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include;/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include;/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include;/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include;/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include;/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include;/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include;/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include;/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include;/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include;/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include;/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include;/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include;/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include;/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include;/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include;/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include;/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include;/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include;/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include;/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include;/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include;/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include;/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include;/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include;/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include;/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include;/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include;/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include;/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include;/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include;/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include;/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include;/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include;/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include;/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include;/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include;/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed;/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib;/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib;/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib;/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib;/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib;/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib;/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib;/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib;/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib;/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib;/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib;/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib;/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib;/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib;/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib;/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib;/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib;/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib;/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib;/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib;/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib;/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib;/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib;/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib;/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib;/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib;/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib;/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib;/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib;/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib;/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib;/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib;/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib;/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib;/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib;/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib;/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib;/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib;/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib;/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib;/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib;/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib;/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib;/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib;/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib;/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib;/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib;/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib;/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib;/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib;/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib;/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib;/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib;/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib;/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib;/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib;/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib;/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib;/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib;/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib;/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib;/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib;/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib;/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib;/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib;/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib;/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib;/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib;/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib;/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib;/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib;/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib;/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib;/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib;/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib;/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib;/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib;/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib;/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib;/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib;/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib;/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib;/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib;/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib;/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib;/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib;/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib;/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib;/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib;/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib;/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib;/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib;/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib;/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib;/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib;/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib;/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib;/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib;/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib;/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib;/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib;/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib;/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib;/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib;/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib;/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib;/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib;/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib;/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib;/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib;/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib;/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib;/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib;/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib;/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib;/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib;/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib;/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib;/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib;/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib;/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib;/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib;/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib;/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib;/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib;/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib;/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib;/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib;/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib;/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib;/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib;/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib;/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + + diff --git a/build/CMakeFiles/4.1.2/CMakeDetermineCompilerABI_CXX.bin b/build/CMakeFiles/4.1.2/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..bc174f0 Binary files /dev/null and b/build/CMakeFiles/4.1.2/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/CMakeFiles/4.1.2/CMakeSystem.cmake b/build/CMakeFiles/4.1.2/CMakeSystem.cmake new file mode 100644 index 0000000..fcee869 --- /dev/null +++ b/build/CMakeFiles/4.1.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.18.1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.18.1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.18.1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.18.1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..b35f567 --- /dev/null +++ b/build/CMakeFiles/4.1.2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,949 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__RENESAS__) +# define COMPILER_ID "Renesas" +/* __RENESAS_VERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__DCC__) && defined(_DIAB_TOOL) +# define COMPILER_ID "Diab" + # define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__) + # define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__) + # define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__) + # define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__) + + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__RENESAS__) +# if defined(__CCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__CCRL__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__CCRH__) +# define ARCHITECTURE_ID "RH850" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/CMakeFiles/4.1.2/CompilerIdCXX/a.out b/build/CMakeFiles/4.1.2/CompilerIdCXX/a.out new file mode 100755 index 0000000..8dd01c6 Binary files /dev/null and b/build/CMakeFiles/4.1.2/CompilerIdCXX/a.out differ diff --git a/build/CMakeFiles/CMakeConfigureLog.yaml b/build/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..ee8d445 --- /dev/null +++ b/build/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,22184 @@ + +--- +events: + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake:12 (find_program)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_UNAME" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "uname" + candidate_directories: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/uname" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/uname" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/uname" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/uname" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/uname" + found: "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/uname" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "message-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineSystem.cmake:212 (message)" + - "CMakeLists.txt:2 (project)" + message: | + The system is: Linux - 6.18.1 - x86_64 + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeUnixFindMake.cmake:5 (find_program)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_MAKE_PROGRAM" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "gmake" + - "make" + - "smake" + candidate_directories: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/gmake" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/gmake" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gmake" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gmake" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/gmake" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/gmake" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/gmake" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/gmake" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/gmake" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/gmake" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/gmake" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/gmake" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/gmake" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/gmake" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/gmake" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/gmake" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/gmake" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/gmake" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/gmake" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/gmake" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/gmake" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/gmake" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/gmake" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/gmake" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/gmake" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/gmake" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/gmake" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/gmake" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/gmake" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/gmake" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/gmake" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/gmake" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/gmake" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/gmake" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/gmake" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/gmake" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/gmake" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/gmake" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/gmake" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/gmake" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/gmake" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/gmake" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/gmake" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/gmake" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/gmake" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/gmake" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/gmake" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/gmake" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/gmake" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/gmake" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/gmake" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/gmake" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/gmake" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/gmake" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/gmake" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/gmake" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/gmake" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/gmake" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/gmake" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/gmake" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/gmake" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/gmake" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/gmake" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/gmake" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/gmake" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/gmake" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/gmake" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/gmake" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/gmake" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/gmake" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/gmake" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/gmake" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/gmake" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/gmake" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/gmake" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/gmake" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/gmake" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/gmake" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/gmake" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/gmake" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/gmake" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/gmake" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/gmake" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/gmake" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/gmake" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/gmake" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/gmake" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/gmake" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/gmake" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/gmake" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/gmake" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/gmake" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/gmake" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/gmake" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/gmake" + - "/home/greg/.config/carapace/bin/gmake" + - "/run/wrappers/bin/gmake" + - "/home/greg/.nix-profile/bin/gmake" + - "/nix/profile/bin/gmake" + - "/home/greg/.local/state/nix/profile/bin/gmake" + - "/etc/profiles/per-user/greg/bin/gmake" + - "/nix/var/nix/profiles/default/bin/gmake" + - "/run/current-system/sw/bin/gmake" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/make" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/make" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/make" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/make" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/make" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/make" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/make" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/make" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/make" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/make" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/make" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/make" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/make" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/make" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/make" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/make" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/make" + found: "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/make" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompiler.cmake:73 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:69 (_cmake_find_compiler)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER" + description: "CXX compiler" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++" + candidate_directories: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:462 (find_file)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:500 (CMAKE_DETERMINE_COMPILER_ID_WRITE)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + mode: "file" + variable: "src_in" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "CMakeCXXCompilerId.cpp.in" + candidate_directories: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/" + found: "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerId.cpp.in" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "message-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:125 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:2 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/greg/qt-idef/build/CMakeFiles/4.1.2/CompilerIdCXX/a.out + + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_AR" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ar" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ar" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_RANLIB" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ranlib" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ranlib" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_STRIP" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "strip" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/strip" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_LINKER" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "ld" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/ld" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_NM" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "nm" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/nm" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_OBJDUMP" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "objdump" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/objdump" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_OBJCOPY" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "objcopy" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/objcopy" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_READELF" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "readelf" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/readelf" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_DLLTOOL" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "dlltool" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/dlltool" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/dlltool" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/dlltool" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/dlltool" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/dlltool" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/dlltool" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/dlltool" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/dlltool" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/dlltool" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/dlltool" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/dlltool" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/dlltool" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/dlltool" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/dlltool" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/dlltool" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/dlltool" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/dlltool" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/dlltool" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/dlltool" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/dlltool" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/dlltool" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/dlltool" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/dlltool" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/dlltool" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/dlltool" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/dlltool" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/dlltool" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/dlltool" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/dlltool" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/dlltool" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/dlltool" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/dlltool" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/dlltool" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/dlltool" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/dlltool" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/dlltool" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/dlltool" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/dlltool" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/dlltool" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/dlltool" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/dlltool" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/dlltool" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/dlltool" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/dlltool" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/dlltool" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/dlltool" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/dlltool" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/dlltool" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/dlltool" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/dlltool" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/dlltool" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/dlltool" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/dlltool" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/dlltool" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/dlltool" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/dlltool" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/dlltool" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/dlltool" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/dlltool" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/dlltool" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/dlltool" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/dlltool" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/dlltool" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/dlltool" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/dlltool" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/dlltool" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/dlltool" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/dlltool" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/dlltool" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/dlltool" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/dlltool" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/dlltool" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/dlltool" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/dlltool" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/dlltool" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/dlltool" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/dlltool" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/dlltool" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/dlltool" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/dlltool" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/dlltool" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/dlltool" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/dlltool" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/dlltool" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/dlltool" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/dlltool" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/dlltool" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/dlltool" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/dlltool" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/dlltool" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/dlltool" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/dlltool" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/dlltool" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/dlltool" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/dlltool" + - "/home/greg/.config/carapace/bin/dlltool" + - "/run/wrappers/bin/dlltool" + - "/home/greg/.nix-profile/bin/dlltool" + - "/nix/profile/bin/dlltool" + - "/home/greg/.local/state/nix/profile/bin/dlltool" + - "/etc/profiles/per-user/greg/bin/dlltool" + - "/nix/var/nix/profiles/default/bin/dlltool" + - "/run/current-system/sw/bin/dlltool" + found: false + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_ADDR2LINE" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "addr2line" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + found: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/addr2line" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindBinUtils.cmake:238 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:206 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_TAPI" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "tapi" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/tapi" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/tapi" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/tapi" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/tapi" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/tapi" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/tapi" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/tapi" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/tapi" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/tapi" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/tapi" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/tapi" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/tapi" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/tapi" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/tapi" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/tapi" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/tapi" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/tapi" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/tapi" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/tapi" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/tapi" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/tapi" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/tapi" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/tapi" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/tapi" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/tapi" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/tapi" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/tapi" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/tapi" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/tapi" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/tapi" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/tapi" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/tapi" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/tapi" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/tapi" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/tapi" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/tapi" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/tapi" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/tapi" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/tapi" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/tapi" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/tapi" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/tapi" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/tapi" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/tapi" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/tapi" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/tapi" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/tapi" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/tapi" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/tapi" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/tapi" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/tapi" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/tapi" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/tapi" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/tapi" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/tapi" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/tapi" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/tapi" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/tapi" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/tapi" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/tapi" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/tapi" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/tapi" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/tapi" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/tapi" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/tapi" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/tapi" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/tapi" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/tapi" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/tapi" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/tapi" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/tapi" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/tapi" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/tapi" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/tapi" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/tapi" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/tapi" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/tapi" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/tapi" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/tapi" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/tapi" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/tapi" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/tapi" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/tapi" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/tapi" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/tapi" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/tapi" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/tapi" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/tapi" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/tapi" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/tapi" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/tapi" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/tapi" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/tapi" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/tapi" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/tapi" + - "/home/greg/.config/carapace/bin/tapi" + - "/run/wrappers/bin/tapi" + - "/home/greg/.nix-profile/bin/tapi" + - "/nix/profile/bin/tapi" + - "/home/greg/.local/state/nix/profile/bin/tapi" + - "/etc/profiles/per-user/greg/bin/tapi" + - "/nix/var/nix/profiles/default/bin/tapi" + - "/run/current-system/sw/bin/tapi" + found: false + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-FindBinUtils.cmake:18 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER_AR" + description: "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "gcc-ar-14.3" + - "gcc-ar-14" + - "gcc-ar14" + - "gcc-ar" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc-ar-14.3" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/gcc-ar-14.3" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/gcc-ar-14.3" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ar-14.3" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/gcc-ar-14.3" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/gcc-ar-14.3" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/gcc-ar-14.3" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/gcc-ar-14.3" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/gcc-ar-14.3" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/gcc-ar-14.3" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/gcc-ar-14.3" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/gcc-ar-14.3" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/gcc-ar-14.3" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/gcc-ar-14.3" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/gcc-ar-14.3" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/gcc-ar-14.3" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/gcc-ar-14.3" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/gcc-ar-14.3" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/gcc-ar-14.3" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/gcc-ar-14.3" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/gcc-ar-14.3" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/gcc-ar-14.3" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/gcc-ar-14.3" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/gcc-ar-14.3" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/gcc-ar-14.3" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/gcc-ar-14.3" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/gcc-ar-14.3" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/gcc-ar-14.3" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/gcc-ar-14.3" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/gcc-ar-14.3" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/gcc-ar-14.3" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/gcc-ar-14.3" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/gcc-ar-14.3" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/gcc-ar-14.3" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/gcc-ar-14.3" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/gcc-ar-14.3" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/gcc-ar-14.3" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/gcc-ar-14.3" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/gcc-ar-14.3" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/gcc-ar-14.3" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/gcc-ar-14.3" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/gcc-ar-14.3" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/gcc-ar-14.3" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/gcc-ar-14.3" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/gcc-ar-14.3" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/gcc-ar-14.3" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/gcc-ar-14.3" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/gcc-ar-14.3" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/gcc-ar-14.3" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/gcc-ar-14.3" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/gcc-ar-14.3" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/gcc-ar-14.3" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/gcc-ar-14.3" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/gcc-ar-14.3" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/gcc-ar-14.3" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/gcc-ar-14.3" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/gcc-ar-14.3" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/gcc-ar-14.3" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/gcc-ar-14.3" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/gcc-ar-14.3" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/gcc-ar-14.3" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/gcc-ar-14.3" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/gcc-ar-14.3" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/gcc-ar-14.3" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/gcc-ar-14.3" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/gcc-ar-14.3" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/gcc-ar-14.3" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/gcc-ar-14.3" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/gcc-ar-14.3" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/gcc-ar-14.3" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/gcc-ar-14.3" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/gcc-ar-14.3" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/gcc-ar-14.3" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/gcc-ar-14.3" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/gcc-ar-14.3" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/gcc-ar-14.3" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/gcc-ar-14.3" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/gcc-ar-14.3" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/gcc-ar-14.3" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/gcc-ar-14.3" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/gcc-ar-14.3" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/gcc-ar-14.3" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/gcc-ar-14.3" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/gcc-ar-14.3" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/gcc-ar-14.3" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/gcc-ar-14.3" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/gcc-ar-14.3" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/gcc-ar-14.3" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/gcc-ar-14.3" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/gcc-ar-14.3" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/gcc-ar-14.3" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/gcc-ar-14.3" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/gcc-ar-14.3" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/gcc-ar-14.3" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/gcc-ar-14.3" + - "/home/greg/.config/carapace/bin/gcc-ar-14.3" + - "/run/wrappers/bin/gcc-ar-14.3" + - "/home/greg/.nix-profile/bin/gcc-ar-14.3" + - "/nix/profile/bin/gcc-ar-14.3" + - "/home/greg/.local/state/nix/profile/bin/gcc-ar-14.3" + - "/etc/profiles/per-user/greg/bin/gcc-ar-14.3" + - "/nix/var/nix/profiles/default/bin/gcc-ar-14.3" + - "/run/current-system/sw/bin/gcc-ar-14.3" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc-ar-14" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/gcc-ar-14" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/gcc-ar-14" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ar-14" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/gcc-ar-14" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/gcc-ar-14" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/gcc-ar-14" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/gcc-ar-14" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/gcc-ar-14" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/gcc-ar-14" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/gcc-ar-14" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/gcc-ar-14" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/gcc-ar-14" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/gcc-ar-14" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/gcc-ar-14" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/gcc-ar-14" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/gcc-ar-14" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/gcc-ar-14" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/gcc-ar-14" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/gcc-ar-14" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/gcc-ar-14" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/gcc-ar-14" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/gcc-ar-14" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/gcc-ar-14" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/gcc-ar-14" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/gcc-ar-14" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/gcc-ar-14" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/gcc-ar-14" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/gcc-ar-14" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/gcc-ar-14" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/gcc-ar-14" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/gcc-ar-14" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/gcc-ar-14" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/gcc-ar-14" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/gcc-ar-14" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/gcc-ar-14" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/gcc-ar-14" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/gcc-ar-14" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/gcc-ar-14" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/gcc-ar-14" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/gcc-ar-14" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/gcc-ar-14" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/gcc-ar-14" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/gcc-ar-14" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/gcc-ar-14" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/gcc-ar-14" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/gcc-ar-14" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/gcc-ar-14" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/gcc-ar-14" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/gcc-ar-14" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/gcc-ar-14" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/gcc-ar-14" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/gcc-ar-14" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/gcc-ar-14" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/gcc-ar-14" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/gcc-ar-14" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/gcc-ar-14" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/gcc-ar-14" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/gcc-ar-14" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/gcc-ar-14" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/gcc-ar-14" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/gcc-ar-14" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/gcc-ar-14" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/gcc-ar-14" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/gcc-ar-14" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/gcc-ar-14" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/gcc-ar-14" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/gcc-ar-14" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/gcc-ar-14" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/gcc-ar-14" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/gcc-ar-14" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/gcc-ar-14" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/gcc-ar-14" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/gcc-ar-14" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/gcc-ar-14" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/gcc-ar-14" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/gcc-ar-14" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/gcc-ar-14" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/gcc-ar-14" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/gcc-ar-14" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/gcc-ar-14" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/gcc-ar-14" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/gcc-ar-14" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/gcc-ar-14" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/gcc-ar-14" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/gcc-ar-14" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/gcc-ar-14" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/gcc-ar-14" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/gcc-ar-14" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/gcc-ar-14" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/gcc-ar-14" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/gcc-ar-14" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/gcc-ar-14" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/gcc-ar-14" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/gcc-ar-14" + - "/home/greg/.config/carapace/bin/gcc-ar-14" + - "/run/wrappers/bin/gcc-ar-14" + - "/home/greg/.nix-profile/bin/gcc-ar-14" + - "/nix/profile/bin/gcc-ar-14" + - "/home/greg/.local/state/nix/profile/bin/gcc-ar-14" + - "/etc/profiles/per-user/greg/bin/gcc-ar-14" + - "/nix/var/nix/profiles/default/bin/gcc-ar-14" + - "/run/current-system/sw/bin/gcc-ar-14" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc-ar14" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/gcc-ar14" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/gcc-ar14" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ar14" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/gcc-ar14" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/gcc-ar14" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/gcc-ar14" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/gcc-ar14" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/gcc-ar14" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/gcc-ar14" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/gcc-ar14" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/gcc-ar14" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/gcc-ar14" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/gcc-ar14" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/gcc-ar14" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/gcc-ar14" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/gcc-ar14" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/gcc-ar14" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/gcc-ar14" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/gcc-ar14" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/gcc-ar14" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/gcc-ar14" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/gcc-ar14" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/gcc-ar14" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/gcc-ar14" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/gcc-ar14" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/gcc-ar14" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/gcc-ar14" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/gcc-ar14" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/gcc-ar14" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/gcc-ar14" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/gcc-ar14" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/gcc-ar14" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/gcc-ar14" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/gcc-ar14" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/gcc-ar14" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/gcc-ar14" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/gcc-ar14" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/gcc-ar14" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/gcc-ar14" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/gcc-ar14" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/gcc-ar14" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/gcc-ar14" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/gcc-ar14" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/gcc-ar14" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/gcc-ar14" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/gcc-ar14" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/gcc-ar14" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/gcc-ar14" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/gcc-ar14" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/gcc-ar14" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/gcc-ar14" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/gcc-ar14" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/gcc-ar14" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/gcc-ar14" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/gcc-ar14" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/gcc-ar14" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/gcc-ar14" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/gcc-ar14" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/gcc-ar14" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/gcc-ar14" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/gcc-ar14" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/gcc-ar14" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/gcc-ar14" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/gcc-ar14" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/gcc-ar14" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/gcc-ar14" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/gcc-ar14" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/gcc-ar14" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/gcc-ar14" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/gcc-ar14" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/gcc-ar14" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/gcc-ar14" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/gcc-ar14" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/gcc-ar14" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/gcc-ar14" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/gcc-ar14" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/gcc-ar14" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/gcc-ar14" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/gcc-ar14" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/gcc-ar14" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/gcc-ar14" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/gcc-ar14" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/gcc-ar14" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/gcc-ar14" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/gcc-ar14" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/gcc-ar14" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/gcc-ar14" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/gcc-ar14" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/gcc-ar14" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/gcc-ar14" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/gcc-ar14" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/gcc-ar14" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/gcc-ar14" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/gcc-ar14" + - "/home/greg/.config/carapace/bin/gcc-ar14" + - "/run/wrappers/bin/gcc-ar14" + - "/home/greg/.nix-profile/bin/gcc-ar14" + - "/nix/profile/bin/gcc-ar14" + - "/home/greg/.local/state/nix/profile/bin/gcc-ar14" + - "/etc/profiles/per-user/greg/bin/gcc-ar14" + - "/nix/var/nix/profiles/default/bin/gcc-ar14" + - "/run/current-system/sw/bin/gcc-ar14" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc-ar" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/gcc-ar" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/gcc-ar" + found: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ar" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-FindBinUtils.cmake:30 (find_program)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCXXCompiler.cmake:207 (include)" + - "CMakeLists.txt:2 (project)" + mode: "program" + variable: "CMAKE_CXX_COMPILER_RANLIB" + description: "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "gcc-ranlib-14.3" + - "gcc-ranlib-14" + - "gcc-ranlib14" + - "gcc-ranlib" + candidate_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + searched_directories: + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc-ranlib-14.3" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/gcc-ranlib-14.3" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/gcc-ranlib-14.3" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ranlib-14.3" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/gcc-ranlib-14.3" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/gcc-ranlib-14.3" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/gcc-ranlib-14.3" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/gcc-ranlib-14.3" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/gcc-ranlib-14.3" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/gcc-ranlib-14.3" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/gcc-ranlib-14.3" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/gcc-ranlib-14.3" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/gcc-ranlib-14.3" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/gcc-ranlib-14.3" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/gcc-ranlib-14.3" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/gcc-ranlib-14.3" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/gcc-ranlib-14.3" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/gcc-ranlib-14.3" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/gcc-ranlib-14.3" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/gcc-ranlib-14.3" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/gcc-ranlib-14.3" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/gcc-ranlib-14.3" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/gcc-ranlib-14.3" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/gcc-ranlib-14.3" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/gcc-ranlib-14.3" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/gcc-ranlib-14.3" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/gcc-ranlib-14.3" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/gcc-ranlib-14.3" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/gcc-ranlib-14.3" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/gcc-ranlib-14.3" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/gcc-ranlib-14.3" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/gcc-ranlib-14.3" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/gcc-ranlib-14.3" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/gcc-ranlib-14.3" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/gcc-ranlib-14.3" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/gcc-ranlib-14.3" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/gcc-ranlib-14.3" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/gcc-ranlib-14.3" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/gcc-ranlib-14.3" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/gcc-ranlib-14.3" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/gcc-ranlib-14.3" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/gcc-ranlib-14.3" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/gcc-ranlib-14.3" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/gcc-ranlib-14.3" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/gcc-ranlib-14.3" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/gcc-ranlib-14.3" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/gcc-ranlib-14.3" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/gcc-ranlib-14.3" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/gcc-ranlib-14.3" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/gcc-ranlib-14.3" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/gcc-ranlib-14.3" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/gcc-ranlib-14.3" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/gcc-ranlib-14.3" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/gcc-ranlib-14.3" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/gcc-ranlib-14.3" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/gcc-ranlib-14.3" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/gcc-ranlib-14.3" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/gcc-ranlib-14.3" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/gcc-ranlib-14.3" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/gcc-ranlib-14.3" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/gcc-ranlib-14.3" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/gcc-ranlib-14.3" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/gcc-ranlib-14.3" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/gcc-ranlib-14.3" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/gcc-ranlib-14.3" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/gcc-ranlib-14.3" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/gcc-ranlib-14.3" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/gcc-ranlib-14.3" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/gcc-ranlib-14.3" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/gcc-ranlib-14.3" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/gcc-ranlib-14.3" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/gcc-ranlib-14.3" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/gcc-ranlib-14.3" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/gcc-ranlib-14.3" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/gcc-ranlib-14.3" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/gcc-ranlib-14.3" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/gcc-ranlib-14.3" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/gcc-ranlib-14.3" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/gcc-ranlib-14.3" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/gcc-ranlib-14.3" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/gcc-ranlib-14.3" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/gcc-ranlib-14.3" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/gcc-ranlib-14.3" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/gcc-ranlib-14.3" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/gcc-ranlib-14.3" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/gcc-ranlib-14.3" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/gcc-ranlib-14.3" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/gcc-ranlib-14.3" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/gcc-ranlib-14.3" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/gcc-ranlib-14.3" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/gcc-ranlib-14.3" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/gcc-ranlib-14.3" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/gcc-ranlib-14.3" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/gcc-ranlib-14.3" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/gcc-ranlib-14.3" + - "/home/greg/.config/carapace/bin/gcc-ranlib-14.3" + - "/run/wrappers/bin/gcc-ranlib-14.3" + - "/home/greg/.nix-profile/bin/gcc-ranlib-14.3" + - "/nix/profile/bin/gcc-ranlib-14.3" + - "/home/greg/.local/state/nix/profile/bin/gcc-ranlib-14.3" + - "/etc/profiles/per-user/greg/bin/gcc-ranlib-14.3" + - "/nix/var/nix/profiles/default/bin/gcc-ranlib-14.3" + - "/run/current-system/sw/bin/gcc-ranlib-14.3" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc-ranlib-14" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/gcc-ranlib-14" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/gcc-ranlib-14" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ranlib-14" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/gcc-ranlib-14" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/gcc-ranlib-14" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/gcc-ranlib-14" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/gcc-ranlib-14" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/gcc-ranlib-14" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/gcc-ranlib-14" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/gcc-ranlib-14" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/gcc-ranlib-14" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/gcc-ranlib-14" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/gcc-ranlib-14" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/gcc-ranlib-14" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/gcc-ranlib-14" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/gcc-ranlib-14" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/gcc-ranlib-14" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/gcc-ranlib-14" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/gcc-ranlib-14" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/gcc-ranlib-14" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/gcc-ranlib-14" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/gcc-ranlib-14" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/gcc-ranlib-14" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/gcc-ranlib-14" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/gcc-ranlib-14" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/gcc-ranlib-14" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/gcc-ranlib-14" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/gcc-ranlib-14" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/gcc-ranlib-14" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/gcc-ranlib-14" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/gcc-ranlib-14" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/gcc-ranlib-14" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/gcc-ranlib-14" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/gcc-ranlib-14" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/gcc-ranlib-14" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/gcc-ranlib-14" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/gcc-ranlib-14" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/gcc-ranlib-14" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/gcc-ranlib-14" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/gcc-ranlib-14" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/gcc-ranlib-14" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/gcc-ranlib-14" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/gcc-ranlib-14" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/gcc-ranlib-14" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/gcc-ranlib-14" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/gcc-ranlib-14" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/gcc-ranlib-14" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/gcc-ranlib-14" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/gcc-ranlib-14" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/gcc-ranlib-14" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/gcc-ranlib-14" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/gcc-ranlib-14" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/gcc-ranlib-14" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/gcc-ranlib-14" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/gcc-ranlib-14" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/gcc-ranlib-14" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/gcc-ranlib-14" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/gcc-ranlib-14" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/gcc-ranlib-14" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/gcc-ranlib-14" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/gcc-ranlib-14" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/gcc-ranlib-14" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/gcc-ranlib-14" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/gcc-ranlib-14" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/gcc-ranlib-14" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/gcc-ranlib-14" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/gcc-ranlib-14" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/gcc-ranlib-14" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/gcc-ranlib-14" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/gcc-ranlib-14" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/gcc-ranlib-14" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/gcc-ranlib-14" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/gcc-ranlib-14" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/gcc-ranlib-14" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/gcc-ranlib-14" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/gcc-ranlib-14" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/gcc-ranlib-14" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/gcc-ranlib-14" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/gcc-ranlib-14" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/gcc-ranlib-14" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/gcc-ranlib-14" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/gcc-ranlib-14" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/gcc-ranlib-14" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/gcc-ranlib-14" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/gcc-ranlib-14" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/gcc-ranlib-14" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/gcc-ranlib-14" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/gcc-ranlib-14" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/gcc-ranlib-14" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/gcc-ranlib-14" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/gcc-ranlib-14" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/gcc-ranlib-14" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/gcc-ranlib-14" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/gcc-ranlib-14" + - "/home/greg/.config/carapace/bin/gcc-ranlib-14" + - "/run/wrappers/bin/gcc-ranlib-14" + - "/home/greg/.nix-profile/bin/gcc-ranlib-14" + - "/nix/profile/bin/gcc-ranlib-14" + - "/home/greg/.local/state/nix/profile/bin/gcc-ranlib-14" + - "/etc/profiles/per-user/greg/bin/gcc-ranlib-14" + - "/nix/var/nix/profiles/default/bin/gcc-ranlib-14" + - "/run/current-system/sw/bin/gcc-ranlib-14" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc-ranlib14" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/gcc-ranlib14" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/gcc-ranlib14" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ranlib14" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/gcc-ranlib14" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/gcc-ranlib14" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/gcc-ranlib14" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/gcc-ranlib14" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/gcc-ranlib14" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/gcc-ranlib14" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/gcc-ranlib14" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/gcc-ranlib14" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/gcc-ranlib14" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/gcc-ranlib14" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/gcc-ranlib14" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/gcc-ranlib14" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/gcc-ranlib14" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/gcc-ranlib14" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/gcc-ranlib14" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/gcc-ranlib14" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/gcc-ranlib14" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/gcc-ranlib14" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/gcc-ranlib14" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/gcc-ranlib14" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/gcc-ranlib14" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/gcc-ranlib14" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/gcc-ranlib14" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/gcc-ranlib14" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/gcc-ranlib14" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/gcc-ranlib14" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/gcc-ranlib14" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/gcc-ranlib14" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/gcc-ranlib14" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/gcc-ranlib14" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/gcc-ranlib14" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/gcc-ranlib14" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/gcc-ranlib14" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/gcc-ranlib14" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/gcc-ranlib14" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/gcc-ranlib14" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/gcc-ranlib14" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/gcc-ranlib14" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/gcc-ranlib14" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/gcc-ranlib14" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/gcc-ranlib14" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/gcc-ranlib14" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/gcc-ranlib14" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/gcc-ranlib14" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/gcc-ranlib14" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/gcc-ranlib14" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/gcc-ranlib14" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/gcc-ranlib14" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/gcc-ranlib14" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/gcc-ranlib14" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/gcc-ranlib14" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/gcc-ranlib14" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/gcc-ranlib14" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/gcc-ranlib14" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/gcc-ranlib14" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/gcc-ranlib14" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/gcc-ranlib14" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/gcc-ranlib14" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/gcc-ranlib14" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/gcc-ranlib14" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/gcc-ranlib14" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/gcc-ranlib14" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/gcc-ranlib14" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/gcc-ranlib14" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/gcc-ranlib14" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/gcc-ranlib14" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/gcc-ranlib14" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/gcc-ranlib14" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/gcc-ranlib14" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/gcc-ranlib14" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/gcc-ranlib14" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/gcc-ranlib14" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/gcc-ranlib14" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/gcc-ranlib14" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/gcc-ranlib14" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/gcc-ranlib14" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/gcc-ranlib14" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/gcc-ranlib14" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/gcc-ranlib14" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/gcc-ranlib14" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/gcc-ranlib14" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/gcc-ranlib14" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/gcc-ranlib14" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/gcc-ranlib14" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/gcc-ranlib14" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/gcc-ranlib14" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/gcc-ranlib14" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/gcc-ranlib14" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/gcc-ranlib14" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/gcc-ranlib14" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/gcc-ranlib14" + - "/home/greg/.config/carapace/bin/gcc-ranlib14" + - "/run/wrappers/bin/gcc-ranlib14" + - "/home/greg/.nix-profile/bin/gcc-ranlib14" + - "/nix/profile/bin/gcc-ranlib14" + - "/home/greg/.local/state/nix/profile/bin/gcc-ranlib14" + - "/etc/profiles/per-user/greg/bin/gcc-ranlib14" + - "/nix/var/nix/profiles/default/bin/gcc-ranlib14" + - "/run/current-system/sw/bin/gcc-ranlib14" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc-ranlib" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/gcc-ranlib" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/gcc-ranlib" + found: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/gcc-ranlib" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-yTNwXT" + binary: "/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-yTNwXT" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-yTNwXT' + + Run Build Command(s): /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/make -f Makefile cmTC_067ac/fast + /nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_067ac.dir/build.make CMakeFiles/cmTC_067ac.dir/build + make[1]: Entering directory '/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-yTNwXT' + Building CXX object CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ -v -o CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o -c /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/g++ + Target: x86_64-unknown-linux-gnu + Configured with: ../gcc-14.3.0/configure --prefix=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0 --with-gmp-include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gmp-6.3.0-dev/include --with-gmp-lib=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gmp-6.3.0/lib --with-mpfr-include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpfr-4.2.2-dev/include --with-mpfr-lib=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpfr-4.2.2/lib --with-mpc=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libmpc-1.3.1 --with-native-system-header-dir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include --with-build-sysroot=/ --with-gxx-include-dir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0/ --program-prefix= --enable-lto --disable-libstdcxx-pch --without-included-gettext --with-system-zlib --enable-static --enable-languages=c,c++ --disable-multilib --enable-plugin --disable-libcc1 --with-isl=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-isl-0.20 --disable-bootstrap --enable-default-pie --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 14.3.0 (GCC) + COLLECT_GCC_OPTIONS='-fPIC' '-fstack-clash-protection' '-O2' '-U' '_FORTIFY_SOURCE' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fzero-call-used-regs=used-gpr' '-D' '_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE' '-fstack-protector-strong' '--param=ssp-buffer-size=4' '-fno-strict-overflow' '-fno-omit-frame-pointer' '-mno-omit-leaf-frame-pointer' '-v' '-o' 'CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-U' '_FORTIFY_SOURCE' '-D' '_FORTIFY_SOURCE=3' '-B' '/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/' '-idirafter' '/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include' '-idirafter' '/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed' '-B' '/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-frandom-seed=7mfgpv8kxj' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-frandom-seed=35q6gn0yaz' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_067ac.dir/' + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/cc1plus -quiet -v -D_GNU_SOURCE -U _FORTIFY_SOURCE -D _LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=3 -idirafter /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include -idirafter /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed -isystem /nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include -isystem /nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include -isystem /nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include -isystem /nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include -isystem /nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include -isystem /nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include -isystem /nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include -isystem /nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include -isystem /nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include -isystem /nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include -isystem /nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include -isystem /nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include -isystem /nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include -isystem /nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include -isystem /nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include -isystem /nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include -isystem /nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include -isystem /nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include -isystem /nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include -isystem /nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include -isystem /nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include -isystem /nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include -isystem /nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include -isystem /nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include -isystem /nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include -isystem /nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include -isystem /nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include -isystem /nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include -isystem /nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include -isystem /nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include -isystem /nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include -isystem /nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include -isystem /nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include -isystem /nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include -isystem /nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include -isystem /nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include -isystem /nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include -isystem /nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include -isystem /nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include -isystem /nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include -isystem /nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include -isystem /nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include -isystem /nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include -isystem /nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include -isystem /nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include -isystem /nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include -isystem /nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include -isystem /nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include -isystem /nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include -isystem /nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include -isystem /nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include -isystem /nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include -isystem /nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include -isystem /nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include -isystem /nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include -isystem /nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include -isystem /nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include -isystem /nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include -isystem /nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include -isystem /nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include -isystem /nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include -isystem /nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include -isystem /nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include -isystem /nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include -isystem /nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include -isystem /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include -isystem /nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include -isystem /nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include -isystem /nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include -isystem /nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include -isystem /nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include -isystem /nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include -isystem /nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include -isystem /nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include -isystem /nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include -isystem /nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include -isystem /nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include -isystem /nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include -isystem /nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include -isystem /nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include -isystem /nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include -isystem /nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include -isystem /nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include -isystem /nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include -isystem /nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include -isystem /nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include -isystem /nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include -isystem /nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include -isystem /nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include -isystem /nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include -isystem /nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include -isystem /nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include -isystem /nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include -isystem /nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include -isystem /nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include -isystem /nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include -isystem /nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include -isystem /nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include -isystem /nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include -isystem /nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include -isystem /nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include -isystem /nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include -isystem /nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include -isystem /nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include -isystem /nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include -isystem /nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include -isystem /nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include -isystem /nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include -isystem /nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include -isystem /nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include -isystem /nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include -isystem /nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include -isystem /nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include -isystem /nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include -isystem /nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include -isystem /nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include -isystem /nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include -isystem /nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include -isystem /nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include -isystem /nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include -isystem /nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include -isystem /nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include -isystem /nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include -isystem /nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include -isystem /nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include -isystem /nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include -isystem /nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include -isystem /nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include -isystem /nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include -isystem /nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include -isystem /nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include -isystem /nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include -isystem /nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include -isystem /nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include -isystem /nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include -isystem /nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include -isystem /nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include -isystem /nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include -isystem /nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include -isystem /nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include -isystem /nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include -isystem /nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include -isystem /nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include -isystem /nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include -isystem /nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include -isystem /nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include -isystem /nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include -isystem /nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include -isystem /nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include -isystem /nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include -isystem /nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include -isystem /nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include -isystem /nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include -isystem /nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include -isystem /nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include -isystem /nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include -isystem /nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include -isystem /nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include -isystem /nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include -isystem /nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include -isystem /nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include -isystem /nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include -isystem /nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include -isystem /nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include -isystem /nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include -isystem /nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include -isystem /nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include -isystem /nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include -isystem /nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include -isystem /nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include -isystem /nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include -isystem /nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include -isystem /nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include -isystem /nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include -isystem /nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include -isystem /nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include -isystem /nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include -isystem /nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include -isystem /nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include -isystem /nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include -isystem /nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include -isystem /nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include -isystem /nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include -isystem /nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include -isystem /nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include -isystem /nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include -isystem /nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include -isystem /nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include -isystem /nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include -isystem /nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include -isystem /nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include -isystem /nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include -isystem /nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include -isystem /nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include -isystem /nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include -isystem /nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include -isystem /nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include -isystem /nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include -isystem /nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include -isystem /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include -isystem /nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include -isystem /nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include -isystem /nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include -isystem /nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include -isystem /nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include -isystem /nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include -isystem /nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include -isystem /nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include -isystem /nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include -isystem /nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include -isystem /nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include -isystem /nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include -isystem /nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include -isystem /nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include -isystem /nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include -isystem /nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include -isystem /nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include -isystem /nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include -isystem /nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include -isystem /nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include -isystem /nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include -isystem /nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include -isystem /nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include -isystem /nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include -isystem /nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include -isystem /nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include -isystem /nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include -isystem /nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include -isystem /nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include -isystem /nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include -isystem /nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include -isystem /nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include -isystem /nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include -isystem /nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include -isystem /nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include -isystem /nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include -isystem /nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include -isystem /nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include -isystem /nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include -isystem /nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include -isystem /nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include -isystem /nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include -isystem /nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include -isystem /nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include -isystem /nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include -isystem /nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include -isystem /nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include -isystem /nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include -isystem /nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include -isystem /nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include -isystem /nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include -isystem /nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include -isystem /nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include -isystem /nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include -isystem /nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include -isystem /nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include -isystem /nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include -isystem /nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include -isystem /nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include -isystem /nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include -isystem /nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include -isystem /nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include -isystem /nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include -isystem /nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include -isystem /nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include -isystem /nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include -isystem /nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include -isystem /nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_067ac.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mno-omit-leaf-frame-pointer -mtune=generic -march=x86-64 -O2 -Wformat=1 -Wformat-security -Werror=format-security -version -fPIC -fstack-clash-protection -fzero-call-used-regs=used-gpr -fstack-protector-strong -fno-strict-overflow -fno-omit-frame-pointer -frandom-seed=7mfgpv8kxj -frandom-seed=35q6gn0yaz --param=ssp-buffer-size=4 -o /tmp/ccFf0Lyf.s + GNU C++17 (GCC) version 14.3.0 (x86_64-unknown-linux-gnu) + compiled by GNU C version 14.3.0, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.20-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include" + ignoring duplicate directory "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include" + ignoring duplicate directory "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include" + ignoring duplicate directory "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include" + ignoring duplicate directory "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include" + ignoring duplicate directory "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include" + ignoring duplicate directory "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include" + ignoring duplicate directory "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include" + ignoring duplicate directory "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include" + ignoring duplicate directory "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include" + ignoring duplicate directory "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include" + ignoring duplicate directory "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include" + ignoring duplicate directory "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include" + ignoring duplicate directory "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include" + ignoring duplicate directory "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include" + ignoring duplicate directory "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include" + ignoring duplicate directory "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include" + ignoring duplicate directory "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include" + ignoring duplicate directory "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include" + ignoring duplicate directory "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include" + ignoring duplicate directory "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include" + ignoring duplicate directory "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include" + ignoring duplicate directory "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include" + ignoring duplicate directory "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include" + ignoring duplicate directory "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include" + ignoring duplicate directory "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include" + ignoring duplicate directory "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include" + ignoring duplicate directory "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include" + ignoring duplicate directory "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include" + ignoring duplicate directory "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include" + ignoring duplicate directory "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include" + ignoring duplicate directory "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include" + ignoring duplicate directory "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include" + ignoring duplicate directory "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include" + ignoring duplicate directory "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include" + ignoring duplicate directory "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include" + ignoring duplicate directory "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include" + ignoring duplicate directory "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include" + ignoring duplicate directory "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include" + ignoring duplicate directory "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include" + ignoring duplicate directory "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include" + ignoring duplicate directory "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include" + ignoring duplicate directory "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include" + ignoring duplicate directory "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include" + ignoring duplicate directory "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include" + ignoring duplicate directory "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include" + ignoring duplicate directory "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include" + ignoring duplicate directory "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include" + ignoring duplicate directory "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include" + ignoring duplicate directory "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include" + ignoring duplicate directory "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include" + ignoring duplicate directory "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include" + ignoring duplicate directory "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include" + ignoring duplicate directory "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include" + ignoring duplicate directory "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include" + ignoring duplicate directory "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include" + ignoring duplicate directory "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include" + ignoring duplicate directory "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include" + ignoring duplicate directory "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include" + ignoring duplicate directory "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include" + ignoring duplicate directory "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include" + ignoring duplicate directory "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include" + ignoring duplicate directory "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include" + ignoring duplicate directory "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include" + ignoring duplicate directory "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include" + ignoring duplicate directory "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include" + ignoring duplicate directory "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include" + ignoring duplicate directory "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include" + ignoring duplicate directory "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include" + ignoring duplicate directory "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include" + ignoring duplicate directory "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include" + ignoring duplicate directory "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include" + ignoring duplicate directory "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include" + ignoring duplicate directory "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include" + ignoring duplicate directory "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include" + ignoring duplicate directory "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include" + ignoring duplicate directory "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include" + ignoring duplicate directory "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include" + ignoring duplicate directory "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include" + ignoring duplicate directory "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include" + ignoring duplicate directory "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include" + ignoring duplicate directory "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include" + ignoring duplicate directory "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include" + ignoring duplicate directory "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include" + ignoring duplicate directory "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include" + ignoring duplicate directory "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include" + ignoring duplicate directory "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include" + ignoring duplicate directory "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include" + ignoring duplicate directory "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include" + ignoring duplicate directory "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include" + ignoring duplicate directory "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include" + ignoring duplicate directory "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include" + ignoring duplicate directory "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include" + ignoring duplicate directory "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include" + ignoring duplicate directory "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include" + ignoring duplicate directory "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include" + ignoring duplicate directory "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include" + ignoring duplicate directory "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include" + ignoring duplicate directory "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include" + ignoring duplicate directory "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include" + ignoring duplicate directory "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include" + ignoring duplicate directory "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include" + ignoring duplicate directory "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include" + ignoring duplicate directory "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include" + ignoring duplicate directory "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include" + ignoring duplicate directory "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include" + ignoring duplicate directory "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include" + ignoring duplicate directory "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include" + ignoring duplicate directory "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include" + ignoring duplicate directory "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include" + ignoring duplicate directory "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include" + ignoring duplicate directory "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include" + ignoring duplicate directory "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include" + ignoring duplicate directory "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include" + ignoring duplicate directory "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include" + ignoring duplicate directory "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include" + ignoring duplicate directory "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include" + ignoring duplicate directory "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include" + ignoring duplicate directory "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include" + ignoring duplicate directory "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include" + ignoring duplicate directory "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include" + ignoring duplicate directory "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include" + ignoring duplicate directory "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include" + ignoring duplicate directory "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include" + ignoring duplicate directory "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include" + ignoring duplicate directory "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include" + ignoring duplicate directory "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include" + ignoring duplicate directory "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include" + ignoring duplicate directory "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include" + ignoring duplicate directory "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include" + ignoring duplicate directory "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include" + ignoring duplicate directory "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include" + ignoring duplicate directory "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include" + ignoring duplicate directory "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include" + ignoring nonexistent directory "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../../../x86_64-unknown-linux-gnu/include" + ignoring duplicate directory "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include" + ignoring duplicate directory "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed" + #include "..." search starts here: + #include <...> search starts here: + /nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include + /nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include + /nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include + /nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include + /nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include + /nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include + /nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include + /nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include + /nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include + /nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include + /nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include + /nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include + /nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include + /nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include + /nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include + /nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include + /nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include + /nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include + /nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include + /nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include + /nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include + /nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include + /nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include + /nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include + /nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include + /nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include + /nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include + /nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include + /nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include + /nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include + /nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include + /nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include + /nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include + /nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include + /nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include + /nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include + /nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include + /nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include + /nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include + /nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include + /nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include + /nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include + /nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include + /nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include + /nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include + /nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include + /nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include + /nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include + /nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include + /nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include + /nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include + /nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include + /nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include + /nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include + /nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include + /nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include + /nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include + /nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include + /nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include + /nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include + /nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include + /nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include + /nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include + /nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include + /nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include + /nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include + /nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include + /nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include + /nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include + /nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include + /nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include + /nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include + /nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include + /nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include + /nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include + /nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include + /nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include + /nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include + /nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include + /nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include + /nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include + /nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include + /nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include + /nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include + /nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include + /nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include + /nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include + /nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include + /nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include + /nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include + /nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include + /nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include + /nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include + /nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include + /nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include + /nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include + /nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include + /nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include + /nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include + /nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include + /nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include + /nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include + /nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include + /nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include + /nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include + /nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include + /nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include + /nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include + /nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include + /nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include + /nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include + /nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include + /nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include + /nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include + /nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include + /nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include + /nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include + /nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include + /nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include + /nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include + /nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include + /nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include + /nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include + /nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include + /nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include + /nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include + /nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include + /nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include + /nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include + /nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include + /nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include + /nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include + /nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0//x86_64-unknown-linux-gnu + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0//backward + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include + End of search list. + Compiler executable checksum: c4ab9e952f2e55b8edd7bf0f164e9d75 + COLLECT_GCC_OPTIONS='-fPIC' '-fstack-clash-protection' '-O2' '-U' '_FORTIFY_SOURCE' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fzero-call-used-regs=used-gpr' '-D' '_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE' '-fstack-protector-strong' '--param=ssp-buffer-size=4' '-fno-strict-overflow' '-fno-omit-frame-pointer' '-mno-omit-leaf-frame-pointer' '-v' '-o' 'CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-U' '_FORTIFY_SOURCE' '-D' '_FORTIFY_SOURCE=3' '-B' '/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/' '-idirafter' '/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include' '-idirafter' '/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed' '-B' '/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-frandom-seed=7mfgpv8kxj' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-frandom-seed=35q6gn0yaz' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_067ac.dir/' + as -v --64 -o CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccFf0Lyf.s + GNU assembler version 2.44 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.44 + COMPILER_PATH=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/:/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/ + LIBRARY_PATH=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/:/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../../ + COLLECT_GCC_OPTIONS='-fPIC' '-fstack-clash-protection' '-O2' '-U' '_FORTIFY_SOURCE' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fzero-call-used-regs=used-gpr' '-D' '_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE' '-fstack-protector-strong' '--param=ssp-buffer-size=4' '-fno-strict-overflow' '-fno-omit-frame-pointer' '-mno-omit-leaf-frame-pointer' '-v' '-o' 'CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-U' '_FORTIFY_SOURCE' '-D' '_FORTIFY_SOURCE=3' '-B' '/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/' '-idirafter' '/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include' '-idirafter' '/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed' '-B' '/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-frandom-seed=7mfgpv8kxj' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-frandom-seed=35q6gn0yaz' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_067ac + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_067ac.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/g++ + COLLECT_LTO_WRAPPER=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/lto-wrapper + Target: x86_64-unknown-linux-gnu + Configured with: ../gcc-14.3.0/configure --prefix=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0 --with-gmp-include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gmp-6.3.0-dev/include --with-gmp-lib=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gmp-6.3.0/lib --with-mpfr-include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpfr-4.2.2-dev/include --with-mpfr-lib=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpfr-4.2.2/lib --with-mpc=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libmpc-1.3.1 --with-native-system-header-dir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include --with-build-sysroot=/ --with-gxx-include-dir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0/ --program-prefix= --enable-lto --disable-libstdcxx-pch --without-included-gettext --with-system-zlib --enable-static --enable-languages=c,c++ --disable-multilib --enable-plugin --disable-libcc1 --with-isl=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-isl-0.20 --disable-bootstrap --enable-default-pie --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 14.3.0 (GCC) + COMPILER_PATH=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/:/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/ + LIBRARY_PATH=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/:/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../../ + COLLECT_GCC_OPTIONS='-fPIC' '-fstack-clash-protection' '-O2' '-U' '_FORTIFY_SOURCE' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fzero-call-used-regs=used-gpr' '-D' '_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE' '-fstack-protector-strong' '--param=ssp-buffer-size=4' '-fno-strict-overflow' '-fno-omit-frame-pointer' '-mno-omit-leaf-frame-pointer' '-v' '-o' 'cmTC_067ac' '-U' '_FORTIFY_SOURCE' '-D' '_FORTIFY_SOURCE=3' '-B' '/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/' '-idirafter' '/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include' '-idirafter' '/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed' '-B' '/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-frandom-seed=7mfgpv8kxj' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-frandom-seed=35q6gn0yaz' '-L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib' '-L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib' '-L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib' '-L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib' '-L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib' '-L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib' '-L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib' '-L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib' '-L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib' '-L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib' '-L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib' '-L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib' '-L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib' '-L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib' '-L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib' '-L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib' '-L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib' '-L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib' '-L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib' '-L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib' '-L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib' '-L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib' '-L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib' '-L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib' '-L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib' '-L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib' '-L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib' '-L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib' '-L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib' '-L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib' '-L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib' '-L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib' '-L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib' '-L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib' '-L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib' '-L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib' '-L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib' '-L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib' '-L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib' '-L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib' '-L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib' '-L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib' '-L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib' '-L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib' '-L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib' '-L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib' '-L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib' '-L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib' '-L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib' '-L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib' '-L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib' '-L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib' '-L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib' '-L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib' '-L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib' '-L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib' '-L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib' '-L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib' '-L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib' '-L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib' '-L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib' '-L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib' '-L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib' '-L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib' '-L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib' '-L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib' '-L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib' '-L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib' '-L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib' '-L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib' '-L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib' '-L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib' '-L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib' '-L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib' '-L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib' '-L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib' '-L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib' '-L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib' '-L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib' '-L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib' '-L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib' '-L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib' '-L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib' '-L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib' '-L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib' '-L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib' '-L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib' '-L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib' '-L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib' '-L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib' '-L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib' '-L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib' '-L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib' '-L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib' '-L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib' '-L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib' '-L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib' '-L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib' '-L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib' '-L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib' '-L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib' '-L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib' '-L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib' '-L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib' '-L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib' '-L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib' '-L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib' '-L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib' '-L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib' '-L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib' '-L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib' '-L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib' '-L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib' '-L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib' '-L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib' '-L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib' '-L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib' '-L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib' '-L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib' '-L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib' '-L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib' '-L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib' '-L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib' '-L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib' '-L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib' '-L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib' '-L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib' '-L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib' '-L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib' '-L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib' '-L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib' '-L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib' '-L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib' '-L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib' '-L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib' '-L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib' '-L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib' '-L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib' '-L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib' '-L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib' '-L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib' '-L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib' '-L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib' '-L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib' '-L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib' '-L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib' '-L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib' '-L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib' '-L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib' '-L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib' '-L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib' '-L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib' '-L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib' '-L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib' '-L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib' '-L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib' '-L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib' '-L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib' '-L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib' '-L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib' '-L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib' '-L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib' '-L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib' '-L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib' '-L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib' '-L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib' '-L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib' '-L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib' '-L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib' '-L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib' '-L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib' '-L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib' '-L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib' '-L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib' '-L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib' '-L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib' '-L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib' '-L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib' '-L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib' '-L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib' '-L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib' '-L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib' '-L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib' '-L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib' '-L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib' '-L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib' '-L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib' '-L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib' '-L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib' '-L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib' '-L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib' '-L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib' '-L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib' '-L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib' '-L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib' '-L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib' '-L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib' '-L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib' '-L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib' '-L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib' '-L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib' '-L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib' '-L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib' '-L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib' '-L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib' '-L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib' '-L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib' '-L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib' '-L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib' '-L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib' '-L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib' '-L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib' '-L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib' '-L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib' '-L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib' '-L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib' '-L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib' '-L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib' '-L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib' '-L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib' '-L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib' '-L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib' '-L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib' '-L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib' '-L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib' '-L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib' '-L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib' '-L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib' '-L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib' '-L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib' '-L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib' '-L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib' '-L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib' '-L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib' '-L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib' '-L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib' '-L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib' '-L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib' '-L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib' '-L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib' '-L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib' '-L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib' '-L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib' '-L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib' '-L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib' '-L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib' '-L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib' '-L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib' '-L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib' '-L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib' '-L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib' '-L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib' '-L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib' '-L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib' '-L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib' '-L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib' '-L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib' '-L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib' '-L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib' '-L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib' '-L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib' '-L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib' '-L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib' '-L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib' '-L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib' '-L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0' '-L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_067ac.' + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/collect2 -plugin /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so -plugin-opt=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDwSki4.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib64/ld-linux-x86-64.so.2 -pie -o cmTC_067ac /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib -L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib -L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib -L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib -L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib -L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib -L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib -L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib -L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib -L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib -L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib -L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib -L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib -L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib -L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib -L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib -L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib -L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib -L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib -L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib -L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib -L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib -L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib -L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib -L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib -L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib -L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib -L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib -L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib -L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib -L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib -L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib -L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib -L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib -L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib -L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib -L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib -L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib -L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib -L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib -L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib -L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib -L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib -L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib -L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib -L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib -L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib -L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib -L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib -L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib -L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib -L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib -L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib -L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib -L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib -L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib -L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib -L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib -L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib -L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib -L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib -L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib -L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib -L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib -L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib -L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib -L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib -L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib -L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib -L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib -L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib -L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib -L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib -L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib -L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib -L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib -L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib -L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib -L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib -L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib -L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib -L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib -L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib -L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib -L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib -L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib -L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib -L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib -L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib -L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib -L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib -L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib -L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib -L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib -L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib -L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib -L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib -L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib -L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib -L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib -L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib -L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib -L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib -L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib -L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib -L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib -L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib -L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib -L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib -L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib -L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib -L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib -L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib -L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib -L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib -L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib -L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib -L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib -L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib -L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib -L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib -L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib -L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib -L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib -L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib -L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib -L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib -L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib -L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib -L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib -L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib -L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib -L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib -L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib -L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib -L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib -L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib -L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib -L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib -L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib -L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib -L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib -L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib -L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib -L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib -L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib -L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib -L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib -L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib -L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib -L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib -L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib -L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib -L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib -L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib -L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib -L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib -L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib -L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib -L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib -L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib -L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib -L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib -L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib -L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib -L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib -L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib -L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib -L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib -L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib -L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib -L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib -L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib -L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib -L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib -L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib -L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib -L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib -L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib -L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib -L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib -L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib -L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib -L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib -L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib -L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib -L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib -L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib -L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib -L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib -L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib -L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib -L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib -L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib -L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib -L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib -L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib -L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib -L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib -L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib -L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib -L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib -L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib -L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib -L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib -L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib -L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib -L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib -L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib -L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib -L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib -L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib -L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib -L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib -L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib -L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib -L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib -L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib -L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib -L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib -L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib -L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib -L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib -L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib -L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib -L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib -L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib -L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib -L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib -L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib -L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib -L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib -L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib -L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib -L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib -L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib -L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib -L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib -L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib -L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib -L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib -L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib -L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib -L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib -L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib -L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib -L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib -L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib -L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib -L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib -L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib -L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib -L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib -L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib -L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib -L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib -L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib -L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib -L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib -L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib -L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib -L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib -L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib -L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib -L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../.. -dynamic-linker=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o -rpath /nix/store/35q6gn0yazxrq8zk1zd58zilf30m6l2j-shell/lib -rpath /nix/store/7mfgpv8kxj4mzj177m9vq2jgsq5pzwlv-nix-shell/lib -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o + collect2 version 14.3.0 + /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ld -plugin /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so -plugin-opt=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDwSki4.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib64/ld-linux-x86-64.so.2 -pie -o cmTC_067ac /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib -L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib -L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib -L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib -L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib -L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib -L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib -L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib -L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib -L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib -L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib -L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib -L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib -L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib -L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib -L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib -L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib -L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib -L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib -L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib -L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib -L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib -L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib -L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib -L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib -L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib -L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib -L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib -L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib -L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib -L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib -L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib -L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib -L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib -L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib -L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib -L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib -L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib -L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib -L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib -L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib -L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib -L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib -L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib -L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib -L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib -L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib -L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib -L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib -L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib -L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib -L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib -L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib -L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib -L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib -L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib -L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib -L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib -L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib -L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib -L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib -L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib -L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib -L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib -L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib -L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib -L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib -L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib -L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib -L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib -L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib -L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib -L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib -L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib -L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib -L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib -L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib -L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib -L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib -L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib -L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib -L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib -L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib -L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib -L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib -L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib -L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib -L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib -L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib -L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib -L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib -L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib -L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib -L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib -L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib -L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib -L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib -L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib -L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib -L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib -L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib -L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib -L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib -L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib -L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib -L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib -L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib -L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib -L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib -L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib -L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib -L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib -L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib -L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib -L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib -L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib -L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib -L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib -L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib -L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib -L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib -L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib -L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib -L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib -L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib -L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib -L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib -L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib -L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib -L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib -L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib -L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib -L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib -L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib -L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib -L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib -L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib -L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib -L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib -L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib -L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib -L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib -L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib -L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib -L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib -L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib -L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib -L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib -L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib -L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib -L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib -L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib -L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib -L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib -L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib -L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib -L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib -L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib -L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib -L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib -L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib -L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib -L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib -L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib -L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib -L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib -L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib -L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib -L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib -L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib -L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib -L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib -L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib -L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib -L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib -L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib -L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib -L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib -L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib -L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib -L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib -L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib -L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib -L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib -L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib -L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib -L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib -L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib -L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib -L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib -L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib -L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib -L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib -L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib -L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib -L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib -L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib -L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib -L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib -L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib -L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib -L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib -L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib -L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib -L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib -L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib -L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib -L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib -L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib -L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib -L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib -L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib -L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib -L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib -L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib -L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib -L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib -L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib -L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib -L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib -L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib -L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib -L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib -L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib -L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib -L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib -L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib -L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib -L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib -L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib -L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib -L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib -L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib -L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib -L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib -L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib -L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib -L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib -L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib -L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib -L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib -L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib -L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib -L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib -L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib -L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib -L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib -L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib -L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib -L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib -L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib -L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib -L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib -L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib -L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib -L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib -L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib -L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib -L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib -L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib -L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib -L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib -L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib -L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib -L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../.. -dynamic-linker=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o -rpath /nix/store/35q6gn0yazxrq8zk1zd58zilf30m6l2j-shell/lib -rpath /nix/store/7mfgpv8kxj4mzj177m9vq2jgsq5pzwlv-nix-shell/lib -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o + GNU ld (GNU Binutils) 2.44 + COLLECT_GCC_OPTIONS='-fPIC' '-fstack-clash-protection' '-O2' '-U' '_FORTIFY_SOURCE' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fzero-call-used-regs=used-gpr' '-D' '_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE' '-fstack-protector-strong' '--param=ssp-buffer-size=4' '-fno-strict-overflow' '-fno-omit-frame-pointer' '-mno-omit-leaf-frame-pointer' '-v' '-o' 'cmTC_067ac' '-U' '_FORTIFY_SOURCE' '-D' '_FORTIFY_SOURCE=3' '-B' '/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/' '-idirafter' '/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include' '-idirafter' '/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed' '-B' '/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-frandom-seed=7mfgpv8kxj' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-frandom-seed=35q6gn0yaz' '-L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib' '-L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib' '-L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib' '-L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib' '-L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib' '-L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib' '-L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib' '-L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib' '-L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib' '-L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib' '-L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib' '-L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib' '-L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib' '-L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib' '-L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib' '-L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib' '-L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib' '-L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib' '-L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib' '-L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib' '-L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib' '-L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib' '-L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib' '-L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib' '-L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib' '-L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib' '-L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib' '-L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib' '-L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib' '-L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib' '-L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib' '-L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib' '-L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib' '-L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib' '-L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib' '-L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib' '-L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib' '-L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib' '-L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib' '-L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib' '-L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib' '-L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib' '-L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib' '-L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib' '-L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib' '-L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib' '-L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib' '-L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib' '-L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib' '-L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib' '-L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib' '-L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib' '-L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib' '-L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib' '-L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib' '-L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib' '-L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib' '-L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib' '-L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib' '-L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib' '-L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib' '-L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib' '-L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib' '-L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib' '-L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib' '-L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib' '-L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib' '-L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib' '-L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib' '-L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib' '-L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib' '-L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib' '-L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib' '-L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib' '-L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib' '-L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib' '-L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib' '-L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib' '-L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib' '-L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib' '-L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib' '-L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib' '-L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib' '-L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib' '-L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib' '-L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib' '-L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib' '-L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib' '-L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib' '-L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib' '-L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib' '-L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib' '-L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib' '-L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib' '-L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib' '-L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib' '-L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib' '-L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib' '-L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib' '-L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib' '-L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib' '-L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib' '-L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib' '-L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib' '-L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib' '-L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib' '-L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib' '-L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib' '-L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib' '-L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib' '-L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib' '-L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib' '-L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib' '-L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib' '-L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib' '-L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib' '-L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib' '-L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib' '-L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib' '-L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib' '-L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib' '-L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib' '-L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib' '-L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib' '-L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib' '-L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib' '-L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib' '-L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib' '-L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib' '-L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib' '-L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib' '-L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib' '-L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib' '-L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib' '-L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib' '-L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib' '-L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib' '-L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib' '-L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib' '-L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib' '-L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib' '-L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib' '-L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib' '-L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib' '-L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib' '-L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib' '-L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib' '-L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib' '-L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib' '-L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib' '-L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib' '-L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib' '-L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib' '-L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib' '-L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib' '-L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib' '-L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib' '-L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib' '-L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib' '-L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib' '-L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib' '-L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib' '-L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib' '-L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib' '-L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib' '-L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib' '-L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib' '-L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib' '-L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib' '-L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib' '-L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib' '-L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib' '-L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib' '-L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib' '-L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib' '-L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib' '-L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib' '-L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib' '-L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib' '-L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib' '-L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib' '-L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib' '-L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib' '-L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib' '-L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib' '-L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib' '-L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib' '-L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib' '-L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib' '-L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib' '-L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib' '-L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib' '-L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib' '-L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib' '-L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib' '-L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib' '-L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib' '-L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib' '-L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib' '-L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib' '-L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib' '-L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib' '-L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib' '-L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib' '-L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib' '-L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib' '-L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib' '-L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib' '-L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib' '-L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib' '-L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib' '-L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib' '-L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib' '-L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib' '-L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib' '-L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib' '-L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib' '-L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib' '-L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib' '-L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib' '-L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib' '-L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib' '-L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib' '-L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib' '-L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib' '-L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib' '-L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib' '-L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib' '-L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib' '-L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib' '-L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib' '-L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib' '-L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib' '-L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib' '-L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib' '-L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib' '-L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib' '-L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib' '-L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib' '-L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib' '-L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib' '-L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib' '-L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib' '-L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib' '-L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib' '-L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib' '-L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib' '-L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib' '-L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib' '-L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib' '-L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib' '-L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib' '-L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib' '-L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib' '-L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib' '-L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib' '-L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib' '-L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib' '-L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib' '-L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib' '-L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib' '-L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib' '-L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib' '-L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib' '-L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib' '-L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0' '-L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_067ac.' + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ -v -Wl,-v CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_067ac + make[1]: Leaving directory '/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-yTNwXT' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:217 (message)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include] + add: [/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include] + add: [/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include] + add: [/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include] + add: [/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include] + add: [/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include] + add: [/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include] + add: [/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include] + add: [/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include] + add: [/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include] + add: [/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include] + add: [/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include] + add: [/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include] + add: [/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include] + add: [/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include] + add: [/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include] + add: [/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include] + add: [/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include] + add: [/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include] + add: [/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include] + add: [/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include] + add: [/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include] + add: [/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include] + add: [/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include] + add: [/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include] + add: [/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include] + add: [/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include] + add: [/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include] + add: [/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include] + add: [/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include] + add: [/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include] + add: [/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include] + add: [/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include] + add: [/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include] + add: [/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include] + add: [/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include] + add: [/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include] + add: [/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include] + add: [/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include] + add: [/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include] + add: [/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include] + add: [/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include] + add: [/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include] + add: [/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include] + add: [/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include] + add: [/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include] + add: [/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include] + add: [/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include] + add: [/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include] + add: [/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include] + add: [/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include] + add: [/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include] + add: [/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include] + add: [/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include] + add: [/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include] + add: [/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include] + add: [/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include] + add: [/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include] + add: [/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include] + add: [/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include] + add: [/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include] + add: [/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include] + add: [/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include] + add: [/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include] + add: [/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include] + add: [/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include] + add: [/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include] + add: [/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include] + add: [/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include] + add: [/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include] + add: [/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include] + add: [/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include] + add: [/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include] + add: [/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include] + add: [/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include] + add: [/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include] + add: [/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include] + add: [/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include] + add: [/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include] + add: [/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include] + add: [/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include] + add: [/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include] + add: [/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include] + add: [/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include] + add: [/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include] + add: [/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include] + add: [/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include] + add: [/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include] + add: [/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include] + add: [/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include] + add: [/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include] + add: [/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include] + add: [/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include] + add: [/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include] + add: [/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include] + add: [/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include] + add: [/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include] + add: [/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include] + add: [/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include] + add: [/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include] + add: [/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include] + add: [/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include] + add: [/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include] + add: [/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include] + add: [/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include] + add: [/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include] + add: [/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include] + add: [/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include] + add: [/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include] + add: [/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include] + add: [/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include] + add: [/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include] + add: [/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include] + add: [/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include] + add: [/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include] + add: [/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include] + add: [/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include] + add: [/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include] + add: [/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include] + add: [/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include] + add: [/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include] + add: [/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include] + add: [/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include] + add: [/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include] + add: [/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include] + add: [/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include] + add: [/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include] + add: [/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include] + add: [/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include] + add: [/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include] + add: [/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include] + add: [/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include] + add: [/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include] + add: [/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include] + add: [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/] + add: [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0//x86_64-unknown-linux-gnu] + add: [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0//backward] + add: [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include] + add: [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include] + add: [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed] + add: [/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include] + end of search list found + collapse include dir [/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include] ==> [/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include] + collapse include dir [/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include] ==> [/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include] + collapse include dir [/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include] ==> [/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include] + collapse include dir [/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include] ==> [/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include] + collapse include dir [/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include] ==> [/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include] + collapse include dir [/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include] ==> [/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include] + collapse include dir [/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include] ==> [/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include] + collapse include dir [/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include] ==> [/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include] + collapse include dir [/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include] ==> [/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include] + collapse include dir [/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include] ==> [/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include] + collapse include dir [/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include] ==> [/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include] + collapse include dir [/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include] ==> [/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include] + collapse include dir [/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include] ==> [/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include] + collapse include dir [/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include] ==> [/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include] + collapse include dir [/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include] ==> [/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include] + collapse include dir [/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include] ==> [/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include] + collapse include dir [/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include] ==> [/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include] + collapse include dir [/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include] ==> [/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include] + collapse include dir [/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include] ==> [/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include] + collapse include dir [/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include] ==> [/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include] + collapse include dir [/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include] ==> [/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include] + collapse include dir [/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include] ==> [/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include] + collapse include dir [/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include] ==> [/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include] + collapse include dir [/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include] ==> [/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include] + collapse include dir [/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include] ==> [/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include] + collapse include dir [/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include] ==> [/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include] + collapse include dir [/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include] ==> [/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include] + collapse include dir [/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include] ==> [/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include] + collapse include dir [/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include] ==> [/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include] + collapse include dir [/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include] ==> [/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include] + collapse include dir [/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include] ==> [/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include] + collapse include dir [/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include] ==> [/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include] + collapse include dir [/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include] ==> [/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include] + collapse include dir [/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include] ==> [/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include] + collapse include dir [/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include] ==> [/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include] + collapse include dir [/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include] ==> [/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include] + collapse include dir [/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include] ==> [/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include] + collapse include dir [/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include] ==> [/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include] + collapse include dir [/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include] ==> [/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include] + collapse include dir [/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include] ==> [/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include] + collapse include dir [/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include] ==> [/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include] + collapse include dir [/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include] ==> [/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include] + collapse include dir [/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include] ==> [/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include] + collapse include dir [/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include] ==> [/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include] + collapse include dir [/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include] ==> [/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include] + collapse include dir [/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include] ==> [/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include] + collapse include dir [/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include] ==> [/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include] + collapse include dir [/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include] ==> [/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include] + collapse include dir [/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include] ==> [/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include] + collapse include dir [/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include] ==> [/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include] + collapse include dir [/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include] ==> [/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include] + collapse include dir [/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include] ==> [/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include] + collapse include dir [/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include] ==> [/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include] + collapse include dir [/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include] ==> [/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include] + collapse include dir [/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include] ==> [/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include] + collapse include dir [/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include] ==> [/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include] + collapse include dir [/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include] ==> [/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include] + collapse include dir [/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include] ==> [/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include] + collapse include dir [/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include] ==> [/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include] + collapse include dir [/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include] ==> [/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include] + collapse include dir [/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include] ==> [/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include] + collapse include dir [/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include] ==> [/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include] + collapse include dir [/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include] ==> [/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include] + collapse include dir [/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include] ==> [/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include] + collapse include dir [/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include] ==> [/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include] + collapse include dir [/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include] ==> [/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include] + collapse include dir [/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include] ==> [/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include] + collapse include dir [/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include] ==> [/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include] + collapse include dir [/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include] ==> [/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include] + collapse include dir [/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include] ==> [/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include] + collapse include dir [/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include] ==> [/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include] + collapse include dir [/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include] ==> [/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include] + collapse include dir [/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include] ==> [/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include] + collapse include dir [/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include] ==> [/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include] + collapse include dir [/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include] ==> [/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include] + collapse include dir [/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include] ==> [/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include] + collapse include dir [/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include] ==> [/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include] + collapse include dir [/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include] ==> [/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include] + collapse include dir [/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include] ==> [/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include] + collapse include dir [/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include] ==> [/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include] + collapse include dir [/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include] ==> [/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include] + collapse include dir [/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include] ==> [/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include] + collapse include dir [/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include] ==> [/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include] + collapse include dir [/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include] ==> [/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include] + collapse include dir [/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include] ==> [/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include] + collapse include dir [/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include] ==> [/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include] + collapse include dir [/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include] ==> [/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include] + collapse include dir [/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include] ==> [/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include] + collapse include dir [/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include] ==> [/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include] + collapse include dir [/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include] ==> [/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include] + collapse include dir [/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include] ==> [/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include] + collapse include dir [/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include] ==> [/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include] + collapse include dir [/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include] ==> [/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include] + collapse include dir [/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include] ==> [/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include] + collapse include dir [/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include] ==> [/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include] + collapse include dir [/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include] ==> [/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include] + collapse include dir [/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include] ==> [/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include] + collapse include dir [/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include] ==> [/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include] + collapse include dir [/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include] ==> [/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include] + collapse include dir [/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include] ==> [/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include] + collapse include dir [/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include] ==> [/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include] + collapse include dir [/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include] ==> [/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include] + collapse include dir [/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include] ==> [/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include] + collapse include dir [/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include] ==> [/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include] + collapse include dir [/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include] ==> [/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include] + collapse include dir [/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include] ==> [/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include] + collapse include dir [/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include] ==> [/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include] + collapse include dir [/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include] ==> [/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include] + collapse include dir [/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include] ==> [/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include] + collapse include dir [/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include] ==> [/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include] + collapse include dir [/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include] ==> [/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include] + collapse include dir [/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include] ==> [/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include] + collapse include dir [/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include] ==> [/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include] + collapse include dir [/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include] ==> [/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include] + collapse include dir [/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include] ==> [/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include] + collapse include dir [/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include] ==> [/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include] + collapse include dir [/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include] ==> [/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include] + collapse include dir [/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include] ==> [/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include] + collapse include dir [/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include] ==> [/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include] + collapse include dir [/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include] ==> [/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include] + collapse include dir [/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include] ==> [/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include] + collapse include dir [/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include] ==> [/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include] + collapse include dir [/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include] ==> [/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include] + collapse include dir [/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include] ==> [/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include] + collapse include dir [/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include] ==> [/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include] + collapse include dir [/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include] ==> [/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include] + collapse include dir [/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include] ==> [/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include] + collapse include dir [/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include] ==> [/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include] + collapse include dir [/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include] ==> [/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include] + collapse include dir [/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include] ==> [/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include] + collapse include dir [/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include] ==> [/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include] + collapse include dir [/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include] ==> [/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include] + collapse include dir [/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include] ==> [/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include] + collapse include dir [/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include] ==> [/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include] + collapse include dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/] ==> [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0] + collapse include dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0//x86_64-unknown-linux-gnu] ==> [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu] + collapse include dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0//backward] ==> [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward] + collapse include dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include] ==> [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include] + collapse include dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include] ==> [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include] + collapse include dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed] ==> [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed] + collapse include dir [/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include] ==> [/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include] + implicit include dirs: [/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include;/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include;/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include;/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include;/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include;/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include;/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include;/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include;/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include;/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include;/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include;/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include;/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include;/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include;/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include;/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include;/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include;/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include;/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include;/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include;/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include;/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include;/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include;/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include;/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include;/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include;/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include;/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include;/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include;/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include;/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include;/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include;/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include;/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include;/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include;/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include;/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include;/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include;/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include;/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include;/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include;/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include;/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include;/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include;/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include;/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include;/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include;/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include;/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include;/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include;/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include;/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include;/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include;/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include;/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include;/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include;/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include;/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include;/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include;/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include;/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include;/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include;/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include;/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include;/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include;/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include;/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include;/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include;/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include;/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include;/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include;/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include;/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include;/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include;/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include;/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include;/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include;/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include;/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include;/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include;/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include;/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include;/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include;/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include;/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include;/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include;/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include;/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include;/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include;/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include;/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include;/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include;/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include;/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include;/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include;/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include;/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include;/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include;/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include;/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include;/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include;/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include;/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include;/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include;/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include;/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include;/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include;/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include;/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include;/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include;/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include;/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include;/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include;/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include;/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include;/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include;/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include;/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include;/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include;/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include;/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include;/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include;/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include;/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include;/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include;/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include;/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include;/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include;/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include;/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include;/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include;/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include;/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include;/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed;/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:253 (message)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-yTNwXT'] + ignore line: [] + ignore line: [Run Build Command(s): /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/make -f Makefile cmTC_067ac/fast] + ignore line: [/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_067ac.dir/build.make CMakeFiles/cmTC_067ac.dir/build] + ignore line: [make[1]: Entering directory '/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-yTNwXT'] + ignore line: [Building CXX object CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ -v -o CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o -c /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/g++] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Configured with: ../gcc-14.3.0/configure --prefix=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0 --with-gmp-include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gmp-6.3.0-dev/include --with-gmp-lib=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gmp-6.3.0/lib --with-mpfr-include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpfr-4.2.2-dev/include --with-mpfr-lib=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpfr-4.2.2/lib --with-mpc=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libmpc-1.3.1 --with-native-system-header-dir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include --with-build-sysroot=/ --with-gxx-include-dir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0/ --program-prefix= --enable-lto --disable-libstdcxx-pch --without-included-gettext --with-system-zlib --enable-static --enable-languages=c c++ --disable-multilib --enable-plugin --disable-libcc1 --with-isl=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-isl-0.20 --disable-bootstrap --enable-default-pie --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 14.3.0 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fPIC' '-fstack-clash-protection' '-O2' '-U' '_FORTIFY_SOURCE' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fzero-call-used-regs=used-gpr' '-D' '_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE' '-fstack-protector-strong' '--param=ssp-buffer-size=4' '-fno-strict-overflow' '-fno-omit-frame-pointer' '-mno-omit-leaf-frame-pointer' '-v' '-o' 'CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-U' '_FORTIFY_SOURCE' '-D' '_FORTIFY_SOURCE=3' '-B' '/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/' '-idirafter' '/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include' '-idirafter' '/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed' '-B' '/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-frandom-seed=7mfgpv8kxj' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-frandom-seed=35q6gn0yaz' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_067ac.dir/'] + ignore line: [ /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/cc1plus -quiet -v -D_GNU_SOURCE -U _FORTIFY_SOURCE -D _LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=3 -idirafter /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include -idirafter /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed -isystem /nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include -isystem /nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include -isystem /nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include -isystem /nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include -isystem /nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include -isystem /nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include -isystem /nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include -isystem /nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include -isystem /nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include -isystem /nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include -isystem /nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include -isystem /nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include -isystem /nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include -isystem /nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include -isystem /nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include -isystem /nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include -isystem /nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include -isystem /nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include -isystem /nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include -isystem /nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include -isystem /nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include -isystem /nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include -isystem /nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include -isystem /nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include -isystem /nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include -isystem /nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include -isystem /nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include -isystem /nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include -isystem /nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include -isystem /nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include -isystem /nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include -isystem /nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include -isystem /nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include -isystem /nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include -isystem /nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include -isystem /nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include -isystem /nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include -isystem /nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include -isystem /nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include -isystem /nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include -isystem /nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include -isystem /nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include -isystem /nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include -isystem /nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include -isystem /nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include -isystem /nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include -isystem /nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include -isystem /nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include -isystem /nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include -isystem /nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include -isystem /nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include -isystem /nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include -isystem /nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include -isystem /nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include -isystem /nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include -isystem /nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include -isystem /nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include -isystem /nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include -isystem /nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include -isystem /nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include -isystem /nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include -isystem /nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include -isystem /nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include -isystem /nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include -isystem /nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include -isystem /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include -isystem /nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include -isystem /nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include -isystem /nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include -isystem /nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include -isystem /nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include -isystem /nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include -isystem /nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include -isystem /nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include -isystem /nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include -isystem /nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include -isystem /nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include -isystem /nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include -isystem /nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include -isystem /nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include -isystem /nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include -isystem /nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include -isystem /nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include -isystem /nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include -isystem /nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include -isystem /nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include -isystem /nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include -isystem /nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include -isystem /nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include -isystem /nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include -isystem /nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include -isystem /nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include -isystem /nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include -isystem /nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include -isystem /nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include -isystem /nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include -isystem /nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include -isystem /nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include -isystem /nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include -isystem /nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include -isystem /nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include -isystem /nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include -isystem /nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include -isystem /nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include -isystem /nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include -isystem /nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include -isystem /nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include -isystem /nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include -isystem /nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include -isystem /nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include -isystem /nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include -isystem /nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include -isystem /nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include -isystem /nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include -isystem /nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include -isystem /nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include -isystem /nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include -isystem /nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include -isystem /nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include -isystem /nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include -isystem /nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include -isystem /nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include -isystem /nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include -isystem /nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include -isystem /nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include -isystem /nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include -isystem /nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include -isystem /nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include -isystem /nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include -isystem /nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include -isystem /nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include -isystem /nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include -isystem /nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include -isystem /nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include -isystem /nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include -isystem /nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include -isystem /nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include -isystem /nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include -isystem /nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include -isystem /nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include -isystem /nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include -isystem /nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include -isystem /nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include -isystem /nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include -isystem /nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include -isystem /nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include -isystem /nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include -isystem /nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include -isystem /nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include -isystem /nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include -isystem /nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include -isystem /nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include -isystem /nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include -isystem /nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include -isystem /nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include -isystem /nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include -isystem /nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include -isystem /nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include -isystem /nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include -isystem /nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include -isystem /nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include -isystem /nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include -isystem /nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include -isystem /nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include -isystem /nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include -isystem /nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include -isystem /nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include -isystem /nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include -isystem /nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include -isystem /nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include -isystem /nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include -isystem /nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include -isystem /nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include -isystem /nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include -isystem /nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include -isystem /nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include -isystem /nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include -isystem /nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include -isystem /nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include -isystem /nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include -isystem /nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include -isystem /nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include -isystem /nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include -isystem /nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include -isystem /nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include -isystem /nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include -isystem /nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include -isystem /nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include -isystem /nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include -isystem /nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include -isystem /nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include -isystem /nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include -isystem /nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include -isystem /nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include -isystem /nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include -isystem /nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include -isystem /nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include -isystem /nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include -isystem /nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include -isystem /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include -isystem /nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include -isystem /nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include -isystem /nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include -isystem /nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include -isystem /nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include -isystem /nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include -isystem /nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include -isystem /nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include -isystem /nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include -isystem /nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include -isystem /nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include -isystem /nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include -isystem /nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include -isystem /nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include -isystem /nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include -isystem /nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include -isystem /nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include -isystem /nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include -isystem /nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include -isystem /nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include -isystem /nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include -isystem /nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include -isystem /nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include -isystem /nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include -isystem /nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include -isystem /nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include -isystem /nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include -isystem /nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include -isystem /nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include -isystem /nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include -isystem /nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include -isystem /nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include -isystem /nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include -isystem /nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include -isystem /nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include -isystem /nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include -isystem /nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include -isystem /nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include -isystem /nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include -isystem /nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include -isystem /nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include -isystem /nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include -isystem /nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include -isystem /nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include -isystem /nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include -isystem /nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include -isystem /nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include -isystem /nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include -isystem /nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include -isystem /nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include -isystem /nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include -isystem /nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include -isystem /nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include -isystem /nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include -isystem /nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include -isystem /nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include -isystem /nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include -isystem /nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include -isystem /nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include -isystem /nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include -isystem /nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include -isystem /nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include -isystem /nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include -isystem /nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include -isystem /nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include -isystem /nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include -isystem /nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include -isystem /nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_067ac.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mno-omit-leaf-frame-pointer -mtune=generic -march=x86-64 -O2 -Wformat=1 -Wformat-security -Werror=format-security -version -fPIC -fstack-clash-protection -fzero-call-used-regs=used-gpr -fstack-protector-strong -fno-strict-overflow -fno-omit-frame-pointer -frandom-seed=7mfgpv8kxj -frandom-seed=35q6gn0yaz --param=ssp-buffer-size=4 -o /tmp/ccFf0Lyf.s] + ignore line: [GNU C++17 (GCC) version 14.3.0 (x86_64-unknown-linux-gnu)] + ignore line: [ compiled by GNU C version 14.3.0 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.20-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include"] + ignore line: [ignoring duplicate directory "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include"] + ignore line: [ignoring duplicate directory "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include"] + ignore line: [ignoring duplicate directory "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include"] + ignore line: [ignoring duplicate directory "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include"] + ignore line: [ignoring duplicate directory "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include"] + ignore line: [ignoring duplicate directory "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include"] + ignore line: [ignoring duplicate directory "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include"] + ignore line: [ignoring duplicate directory "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include"] + ignore line: [ignoring duplicate directory "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include"] + ignore line: [ignoring duplicate directory "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include"] + ignore line: [ignoring duplicate directory "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include"] + ignore line: [ignoring duplicate directory "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include"] + ignore line: [ignoring nonexistent directory "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../../../x86_64-unknown-linux-gnu/include"] + ignore line: [ignoring duplicate directory "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include"] + ignore line: [ignoring duplicate directory "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include] + ignore line: [ /nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include] + ignore line: [ /nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include] + ignore line: [ /nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include] + ignore line: [ /nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include] + ignore line: [ /nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include] + ignore line: [ /nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include] + ignore line: [ /nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include] + ignore line: [ /nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include] + ignore line: [ /nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include] + ignore line: [ /nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include] + ignore line: [ /nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include] + ignore line: [ /nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include] + ignore line: [ /nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include] + ignore line: [ /nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include] + ignore line: [ /nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include] + ignore line: [ /nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include] + ignore line: [ /nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include] + ignore line: [ /nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include] + ignore line: [ /nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include] + ignore line: [ /nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include] + ignore line: [ /nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include] + ignore line: [ /nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include] + ignore line: [ /nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include] + ignore line: [ /nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include] + ignore line: [ /nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include] + ignore line: [ /nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include] + ignore line: [ /nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include] + ignore line: [ /nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include] + ignore line: [ /nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include] + ignore line: [ /nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include] + ignore line: [ /nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include] + ignore line: [ /nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include] + ignore line: [ /nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include] + ignore line: [ /nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include] + ignore line: [ /nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include] + ignore line: [ /nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include] + ignore line: [ /nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include] + ignore line: [ /nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include] + ignore line: [ /nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include] + ignore line: [ /nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include] + ignore line: [ /nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include] + ignore line: [ /nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include] + ignore line: [ /nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include] + ignore line: [ /nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include] + ignore line: [ /nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include] + ignore line: [ /nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include] + ignore line: [ /nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include] + ignore line: [ /nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include] + ignore line: [ /nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include] + ignore line: [ /nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include] + ignore line: [ /nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include] + ignore line: [ /nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include] + ignore line: [ /nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include] + ignore line: [ /nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include] + ignore line: [ /nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include] + ignore line: [ /nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include] + ignore line: [ /nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include] + ignore line: [ /nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include] + ignore line: [ /nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include] + ignore line: [ /nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include] + ignore line: [ /nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include] + ignore line: [ /nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include] + ignore line: [ /nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include] + ignore line: [ /nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include] + ignore line: [ /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include] + ignore line: [ /nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include] + ignore line: [ /nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include] + ignore line: [ /nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include] + ignore line: [ /nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include] + ignore line: [ /nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include] + ignore line: [ /nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include] + ignore line: [ /nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include] + ignore line: [ /nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include] + ignore line: [ /nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include] + ignore line: [ /nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include] + ignore line: [ /nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include] + ignore line: [ /nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include] + ignore line: [ /nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include] + ignore line: [ /nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include] + ignore line: [ /nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include] + ignore line: [ /nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include] + ignore line: [ /nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include] + ignore line: [ /nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include] + ignore line: [ /nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include] + ignore line: [ /nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include] + ignore line: [ /nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include] + ignore line: [ /nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include] + ignore line: [ /nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include] + ignore line: [ /nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include] + ignore line: [ /nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include] + ignore line: [ /nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include] + ignore line: [ /nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include] + ignore line: [ /nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include] + ignore line: [ /nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include] + ignore line: [ /nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include] + ignore line: [ /nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include] + ignore line: [ /nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include] + ignore line: [ /nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include] + ignore line: [ /nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include] + ignore line: [ /nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include] + ignore line: [ /nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include] + ignore line: [ /nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include] + ignore line: [ /nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include] + ignore line: [ /nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include] + ignore line: [ /nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include] + ignore line: [ /nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include] + ignore line: [ /nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include] + ignore line: [ /nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include] + ignore line: [ /nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include] + ignore line: [ /nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include] + ignore line: [ /nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include] + ignore line: [ /nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include] + ignore line: [ /nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include] + ignore line: [ /nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include] + ignore line: [ /nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include] + ignore line: [ /nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include] + ignore line: [ /nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include] + ignore line: [ /nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include] + ignore line: [ /nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include] + ignore line: [ /nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include] + ignore line: [ /nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include] + ignore line: [ /nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include] + ignore line: [ /nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include] + ignore line: [ /nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include] + ignore line: [ /nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include] + ignore line: [ /nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include] + ignore line: [ /nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include] + ignore line: [ /nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include] + ignore line: [ /nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include] + ignore line: [ /nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include] + ignore line: [ /nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include] + ignore line: [ /nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include] + ignore line: [ /nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include] + ignore line: [ /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/] + ignore line: [ /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0//x86_64-unknown-linux-gnu] + ignore line: [ /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0//backward] + ignore line: [ /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include] + ignore line: [ /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include] + ignore line: [ /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed] + ignore line: [ /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: c4ab9e952f2e55b8edd7bf0f164e9d75] + ignore line: [COLLECT_GCC_OPTIONS='-fPIC' '-fstack-clash-protection' '-O2' '-U' '_FORTIFY_SOURCE' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fzero-call-used-regs=used-gpr' '-D' '_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE' '-fstack-protector-strong' '--param=ssp-buffer-size=4' '-fno-strict-overflow' '-fno-omit-frame-pointer' '-mno-omit-leaf-frame-pointer' '-v' '-o' 'CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-U' '_FORTIFY_SOURCE' '-D' '_FORTIFY_SOURCE=3' '-B' '/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/' '-idirafter' '/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include' '-idirafter' '/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed' '-B' '/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-frandom-seed=7mfgpv8kxj' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-frandom-seed=35q6gn0yaz' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_067ac.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccFf0Lyf.s] + ignore line: [GNU assembler version 2.44 (x86_64-unknown-linux-gnu) using BFD version (GNU Binutils) 2.44] + ignore line: [COMPILER_PATH=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/:/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/] + ignore line: [LIBRARY_PATH=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/:/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-fPIC' '-fstack-clash-protection' '-O2' '-U' '_FORTIFY_SOURCE' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fzero-call-used-regs=used-gpr' '-D' '_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE' '-fstack-protector-strong' '--param=ssp-buffer-size=4' '-fno-strict-overflow' '-fno-omit-frame-pointer' '-mno-omit-leaf-frame-pointer' '-v' '-o' 'CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-U' '_FORTIFY_SOURCE' '-D' '_FORTIFY_SOURCE=3' '-B' '/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/' '-idirafter' '/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include' '-idirafter' '/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed' '-B' '/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-frandom-seed=7mfgpv8kxj' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-frandom-seed=35q6gn0yaz' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_067ac] + ignore line: [/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_067ac.dir/link.txt --verbose=1] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/lto-wrapper] + ignore line: [Target: x86_64-unknown-linux-gnu] + ignore line: [Configured with: ../gcc-14.3.0/configure --prefix=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0 --with-gmp-include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gmp-6.3.0-dev/include --with-gmp-lib=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gmp-6.3.0/lib --with-mpfr-include=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpfr-4.2.2-dev/include --with-mpfr-lib=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpfr-4.2.2/lib --with-mpc=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libmpc-1.3.1 --with-native-system-header-dir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-glibc-2.40-66-dev/include --with-build-sysroot=/ --with-gxx-include-dir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gcc-14.3.0/include/c++/14.3.0/ --program-prefix= --enable-lto --disable-libstdcxx-pch --without-included-gettext --with-system-zlib --enable-static --enable-languages=c c++ --disable-multilib --enable-plugin --disable-libcc1 --with-isl=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-isl-0.20 --disable-bootstrap --enable-default-pie --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 14.3.0 (GCC) ] + ignore line: [COMPILER_PATH=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/:/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/] + ignore line: [LIBRARY_PATH=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/:/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-fPIC' '-fstack-clash-protection' '-O2' '-U' '_FORTIFY_SOURCE' '-Wformat=1' '-Wformat-security' '-Werror=format-security' '-fzero-call-used-regs=used-gpr' '-D' '_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE' '-fstack-protector-strong' '--param=ssp-buffer-size=4' '-fno-strict-overflow' '-fno-omit-frame-pointer' '-mno-omit-leaf-frame-pointer' '-v' '-o' 'cmTC_067ac' '-U' '_FORTIFY_SOURCE' '-D' '_FORTIFY_SOURCE=3' '-B' '/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/' '-idirafter' '/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include' '-idirafter' '/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed' '-B' '/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-frandom-seed=7mfgpv8kxj' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-isystem' '/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include' '-isystem' '/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include' '-isystem' '/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include' '-isystem' '/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include' '-isystem' '/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include' '-isystem' '/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include' '-isystem' '/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include' '-isystem' '/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include' '-isystem' '/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include' '-isystem' '/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include' '-isystem' '/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include' '-isystem' '/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include' '-isystem' '/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include' '-isystem' '/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include' '-isystem' '/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include' '-isystem' '/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include' '-isystem' '/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include' '-isystem' '/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include' '-isystem' '/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include' '-isystem' '/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include' '-isystem' '/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include' '-isystem' '/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include' '-isystem' '/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include' '-isystem' '/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include' '-isystem' '/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include' '-isystem' '/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include' '-isystem' '/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include' '-isystem' '/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include' '-isystem' '/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include' '-isystem' '/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include' '-isystem' '/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include' '-isystem' '/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include' '-isystem' '/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include' '-isystem' '/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include' '-isystem' '/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include' '-isystem' '/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include' '-isystem' '/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include' '-isystem' '/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include' '-isystem' '/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include' '-isystem' '/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include' '-isystem' '/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include' '-isystem' '/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include' '-isystem' '/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include' '-isystem' '/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include' '-isystem' '/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include' '-isystem' '/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include' '-isystem' '/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include' '-isystem' '/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include' '-isystem' '/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include' '-isystem' '/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include' '-isystem' '/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include' '-isystem' '/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include' '-isystem' '/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include' '-isystem' '/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include' '-isystem' '/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include' '-isystem' '/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include' '-isystem' '/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include' '-isystem' '/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include' '-isystem' '/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include' '-isystem' '/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include' '-isystem' '/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include' '-isystem' '/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include' '-isystem' '/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include' '-isystem' '/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include' '-isystem' '/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include' '-isystem' '/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include' '-isystem' '/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include' '-isystem' '/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include' '-isystem' '/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include' '-isystem' '/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include' '-isystem' '/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include' '-isystem' '/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include' '-isystem' '/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include' '-isystem' '/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include' '-isystem' '/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include' '-isystem' '/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include' '-isystem' '/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include' '-isystem' '/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include' '-isystem' '/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include' '-isystem' '/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include' '-isystem' '/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include' '-isystem' '/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include' '-isystem' '/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include' '-isystem' '/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include' '-isystem' '/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include' '-isystem' '/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include' '-isystem' '/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include' '-isystem' '/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include' '-isystem' '/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include' '-isystem' '/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include' '-isystem' '/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include' '-isystem' '/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include' '-isystem' '/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include' '-isystem' '/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include' '-isystem' '/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include' '-isystem' '/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include' '-isystem' '/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include' '-isystem' '/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include' '-isystem' '/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include' '-isystem' '/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include' '-isystem' '/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include' '-isystem' '/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include' '-isystem' '/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include' '-isystem' '/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include' '-isystem' '/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include' '-isystem' '/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include' '-isystem' '/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include' '-isystem' '/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include' '-isystem' '/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include' '-isystem' '/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include' '-isystem' '/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include' '-isystem' '/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include' '-isystem' '/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include' '-isystem' '/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include' '-isystem' '/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include' '-isystem' '/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include' '-isystem' '/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include' '-isystem' '/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include' '-isystem' '/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include' '-isystem' '/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include' '-isystem' '/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include' '-isystem' '/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include' '-isystem' '/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include' '-isystem' '/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include' '-isystem' '/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include' '-isystem' '/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include' '-isystem' '/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include' '-isystem' '/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include' '-isystem' '/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include' '-isystem' '/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include' '-isystem' '/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include' '-isystem' '/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include' '-isystem' '/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include' '-isystem' '/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include' '-frandom-seed=35q6gn0yaz' '-L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib' '-L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib' '-L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib' '-L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib' '-L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib' '-L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib' '-L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib' '-L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib' '-L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib' '-L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib' '-L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib' '-L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib' '-L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib' '-L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib' '-L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib' '-L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib' '-L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib' '-L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib' '-L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib' '-L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib' '-L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib' '-L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib' '-L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib' '-L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib' '-L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib' '-L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib' '-L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib' '-L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib' '-L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib' '-L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib' '-L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib' '-L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib' '-L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib' '-L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib' '-L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib' '-L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib' '-L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib' '-L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib' '-L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib' '-L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib' '-L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib' '-L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib' '-L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib' '-L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib' '-L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib' '-L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib' '-L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib' '-L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib' '-L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib' '-L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib' '-L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib' '-L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib' '-L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib' '-L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib' '-L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib' '-L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib' '-L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib' '-L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib' '-L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib' '-L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib' '-L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib' '-L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib' '-L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib' '-L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib' '-L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib' '-L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib' '-L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib' '-L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib' '-L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib' '-L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib' '-L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib' '-L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib' '-L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib' '-L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib' '-L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib' '-L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib' '-L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib' '-L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib' '-L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib' '-L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib' '-L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib' '-L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib' '-L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib' '-L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib' '-L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib' '-L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib' '-L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib' '-L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib' '-L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib' '-L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib' '-L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib' '-L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib' '-L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib' '-L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib' '-L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib' '-L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib' '-L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib' '-L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib' '-L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib' '-L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib' '-L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib' '-L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib' '-L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib' '-L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib' '-L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib' '-L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib' '-L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib' '-L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib' '-L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib' '-L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib' '-L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib' '-L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib' '-L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib' '-L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib' '-L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib' '-L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib' '-L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib' '-L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib' '-L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib' '-L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib' '-L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib' '-L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib' '-L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib' '-L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib' '-L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib' '-L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib' '-L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib' '-L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib' '-L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib' '-L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib' '-L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib' '-L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib' '-L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib' '-L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib' '-L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib' '-L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib' '-L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib' '-L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib' '-L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib' '-L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib' '-L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib' '-L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib' '-L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib' '-L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib' '-L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib' '-L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib' '-L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib' '-L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib' '-L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib' '-L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib' '-L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib' '-L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib' '-L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib' '-L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib' '-L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib' '-L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib' '-L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib' '-L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib' '-L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib' '-L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib' '-L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib' '-L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib' '-L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib' '-L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib' '-L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib' '-L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib' '-L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib' '-L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib' '-L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib' '-L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib' '-L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib' '-L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib' '-L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib' '-L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib' '-L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib' '-L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib' '-L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib' '-L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib' '-L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib' '-L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib' '-L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib' '-L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib' '-L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib' '-L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib' '-L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib' '-L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib' '-L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib' '-L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib' '-L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib' '-L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib' '-L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib' '-L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib' '-L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib' '-L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib' '-L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib' '-L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib' '-L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib' '-L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib' '-L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib' '-L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib' '-L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib' '-L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib' '-L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib' '-L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib' '-L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib' '-L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib' '-L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib' '-L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib' '-L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib' '-L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib' '-L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib' '-L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib' '-L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib' '-L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib' '-L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib' '-L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib' '-L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib' '-L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib' '-L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib' '-L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib' '-L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib' '-L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib' '-L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib' '-L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib' '-L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib' '-L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib' '-L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib' '-L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib' '-L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib' '-L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib' '-L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib' '-L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib' '-L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib' '-L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib' '-L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib' '-L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib' '-L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib' '-L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib' '-L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib' '-L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib' '-L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib' '-L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib' '-L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib' '-L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib' '-L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib' '-L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib' '-L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib' '-L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib' '-L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib' '-L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib' '-L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib' '-L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib' '-L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib' '-L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib' '-L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib' '-L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib' '-L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib' '-L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib' '-L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib' '-L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib' '-L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib' '-L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib' '-L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib' '-L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib' '-L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib' '-L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0' '-L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_067ac.'] + link line: [ /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/collect2 -plugin /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so -plugin-opt=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDwSki4.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib64/ld-linux-x86-64.so.2 -pie -o cmTC_067ac /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib -L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib -L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib -L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib -L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib -L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib -L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib -L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib -L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib -L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib -L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib -L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib -L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib -L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib -L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib -L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib -L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib -L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib -L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib -L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib -L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib -L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib -L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib -L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib -L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib -L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib -L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib -L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib -L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib -L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib -L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib -L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib -L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib -L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib -L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib -L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib -L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib -L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib -L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib -L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib -L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib -L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib -L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib -L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib -L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib -L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib -L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib -L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib -L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib -L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib -L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib -L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib -L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib -L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib -L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib -L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib -L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib -L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib -L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib -L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib -L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib -L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib -L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib -L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib -L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib -L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib -L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib -L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib -L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib -L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib -L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib -L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib -L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib -L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib -L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib -L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib -L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib -L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib -L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib -L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib -L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib -L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib -L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib -L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib -L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib -L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib -L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib -L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib -L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib -L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib -L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib -L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib -L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib -L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib -L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib -L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib -L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib -L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib -L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib -L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib -L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib -L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib -L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib -L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib -L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib -L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib -L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib -L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib -L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib -L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib -L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib -L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib -L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib -L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib -L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib -L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib -L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib -L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib -L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib -L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib -L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib -L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib -L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib -L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib -L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib -L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib -L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib -L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib -L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib -L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib -L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib -L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib -L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib -L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib -L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib -L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib -L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib -L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib -L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib -L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib -L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib -L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib -L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib -L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib -L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib -L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib -L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib -L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib -L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib -L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib -L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib -L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib -L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib -L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib -L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib -L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib -L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib -L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib -L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib -L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib -L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib -L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib -L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib -L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib -L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib -L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib -L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib -L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib -L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib -L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib -L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib -L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib -L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib -L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib -L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib -L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib -L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib -L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib -L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib -L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib -L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib -L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib -L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib -L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib -L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib -L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib -L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib -L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib -L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib -L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib -L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib -L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib -L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib -L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib -L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib -L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib -L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib -L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib -L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib -L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib -L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib -L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib -L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib -L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib -L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib -L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib -L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib -L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib -L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib -L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib -L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib -L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib -L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib -L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib -L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib -L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib -L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib -L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib -L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib -L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib -L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib -L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib -L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib -L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib -L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib -L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib -L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib -L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib -L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib -L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib -L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib -L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib -L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib -L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib -L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib -L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib -L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib -L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib -L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib -L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib -L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib -L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib -L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib -L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib -L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib -L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib -L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib -L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib -L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib -L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib -L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib -L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib -L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib -L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib -L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib -L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib -L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib -L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib -L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib -L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib -L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib -L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib -L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib -L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib -L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../.. -dynamic-linker=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o -rpath /nix/store/35q6gn0yazxrq8zk1zd58zilf30m6l2j-shell/lib -rpath /nix/store/7mfgpv8kxj4mzj177m9vq2jgsq5pzwlv-nix-shell/lib -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o] + arg [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccDwSki4.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_067ac] ==> ignore + arg [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o] ==> obj [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o] + arg [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o] ==> obj [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o] + arg [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] ==> obj [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o] + arg [-L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib] ==> dir [/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib] + arg [-L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib] ==> dir [/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib] + arg [-L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib] ==> dir [/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib] + arg [-L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib] ==> dir [/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib] + arg [-L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib] ==> dir [/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib] + arg [-L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib] ==> dir [/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib] + arg [-L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib] ==> dir [/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib] + arg [-L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib] ==> dir [/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib] + arg [-L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib] ==> dir [/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib] + arg [-L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib] ==> dir [/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib] + arg [-L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib] ==> dir [/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib] + arg [-L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib] ==> dir [/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib] + arg [-L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib] ==> dir [/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib] + arg [-L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib] ==> dir [/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib] + arg [-L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib] ==> dir [/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib] + arg [-L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib] ==> dir [/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib] + arg [-L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib] ==> dir [/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib] + arg [-L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib] ==> dir [/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib] + arg [-L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib] ==> dir [/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib] + arg [-L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib] ==> dir [/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib] + arg [-L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib] ==> dir [/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib] + arg [-L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib] ==> dir [/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib] + arg [-L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib] ==> dir [/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib] + arg [-L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib] ==> dir [/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib] + arg [-L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib] ==> dir [/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib] + arg [-L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib] ==> dir [/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib] + arg [-L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib] ==> dir [/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib] + arg [-L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib] ==> dir [/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib] + arg [-L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib] ==> dir [/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib] + arg [-L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib] ==> dir [/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib] + arg [-L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib] ==> dir [/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib] + arg [-L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib] ==> dir [/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib] + arg [-L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib] ==> dir [/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib] + arg [-L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib] ==> dir [/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib] + arg [-L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib] ==> dir [/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib] + arg [-L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib] ==> dir [/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib] + arg [-L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib] ==> dir [/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib] + arg [-L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib] ==> dir [/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib] + arg [-L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib] ==> dir [/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib] + arg [-L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib] ==> dir [/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib] + arg [-L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib] ==> dir [/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib] + arg [-L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib] ==> dir [/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib] + arg [-L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib] ==> dir [/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib] + arg [-L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib] ==> dir [/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib] + arg [-L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib] ==> dir [/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib] + arg [-L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib] ==> dir [/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib] + arg [-L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib] ==> dir [/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib] + arg [-L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib] ==> dir [/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib] + arg [-L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib] ==> dir [/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib] + arg [-L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib] ==> dir [/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib] + arg [-L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib] ==> dir [/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib] + arg [-L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib] ==> dir [/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib] + arg [-L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib] ==> dir [/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib] + arg [-L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib] ==> dir [/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib] + arg [-L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib] ==> dir [/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib] + arg [-L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib] ==> dir [/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib] + arg [-L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib] ==> dir [/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib] + arg [-L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib] ==> dir [/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib] + arg [-L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib] ==> dir [/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib] + arg [-L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib] ==> dir [/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib] + arg [-L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib] ==> dir [/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib] + arg [-L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib] ==> dir [/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib] + arg [-L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib] ==> dir [/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib] + arg [-L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib] ==> dir [/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib] + arg [-L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib] ==> dir [/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib] + arg [-L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib] ==> dir [/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib] + arg [-L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib] ==> dir [/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib] + arg [-L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib] ==> dir [/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib] + arg [-L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib] ==> dir [/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib] + arg [-L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib] ==> dir [/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib] + arg [-L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib] ==> dir [/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib] + arg [-L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib] ==> dir [/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib] + arg [-L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib] ==> dir [/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib] + arg [-L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib] ==> dir [/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib] + arg [-L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib] ==> dir [/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib] + arg [-L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib] ==> dir [/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib] + arg [-L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib] ==> dir [/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib] + arg [-L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib] ==> dir [/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib] + arg [-L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib] ==> dir [/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib] + arg [-L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib] ==> dir [/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib] + arg [-L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib] ==> dir [/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib] + arg [-L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib] ==> dir [/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib] + arg [-L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib] ==> dir [/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib] + arg [-L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib] ==> dir [/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib] + arg [-L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib] ==> dir [/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib] + arg [-L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib] ==> dir [/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib] + arg [-L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib] ==> dir [/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib] + arg [-L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib] ==> dir [/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib] + arg [-L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib] ==> dir [/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib] + arg [-L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib] ==> dir [/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib] + arg [-L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib] ==> dir [/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib] + arg [-L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib] ==> dir [/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib] + arg [-L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib] ==> dir [/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib] + arg [-L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib] ==> dir [/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib] + arg [-L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib] ==> dir [/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib] + arg [-L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib] ==> dir [/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib] + arg [-L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib] ==> dir [/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib] + arg [-L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib] ==> dir [/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib] + arg [-L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib] ==> dir [/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib] + arg [-L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib] ==> dir [/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib] + arg [-L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib] ==> dir [/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib] + arg [-L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib] ==> dir [/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib] + arg [-L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib] ==> dir [/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib] + arg [-L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib] ==> dir [/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib] + arg [-L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib] ==> dir [/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib] + arg [-L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib] ==> dir [/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib] + arg [-L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib] ==> dir [/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib] + arg [-L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib] ==> dir [/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib] + arg [-L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib] ==> dir [/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib] + arg [-L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib] ==> dir [/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib] + arg [-L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib] ==> dir [/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib] + arg [-L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib] ==> dir [/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib] + arg [-L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib] ==> dir [/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib] + arg [-L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib] ==> dir [/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib] + arg [-L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib] ==> dir [/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib] + arg [-L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib] ==> dir [/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib] + arg [-L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib] ==> dir [/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib] + arg [-L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib] ==> dir [/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib] + arg [-L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib] ==> dir [/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib] + arg [-L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib] ==> dir [/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib] + arg [-L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib] ==> dir [/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib] + arg [-L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib] ==> dir [/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib] + arg [-L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib] ==> dir [/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib] + arg [-L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib] ==> dir [/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib] + arg [-L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib] ==> dir [/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib] + arg [-L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib] ==> dir [/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib] + arg [-L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib] ==> dir [/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib] + arg [-L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib] ==> dir [/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib] + arg [-L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib] ==> dir [/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib] + arg [-L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib] ==> dir [/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib] + arg [-L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib] ==> dir [/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib] + arg [-L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib] ==> dir [/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib] + arg [-L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib] ==> dir [/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib] + arg [-L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib] ==> dir [/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib] + arg [-L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib] ==> dir [/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib] + arg [-L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib] ==> dir [/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib] + arg [-L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib] ==> dir [/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib] + arg [-L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib] ==> dir [/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib] + arg [-L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib] ==> dir [/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib] + arg [-L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib] ==> dir [/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib] + arg [-L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib] ==> dir [/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib] + arg [-L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib] ==> dir [/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib] + arg [-L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib] ==> dir [/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib] + arg [-L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib] ==> dir [/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib] + arg [-L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib] ==> dir [/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib] + arg [-L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib] ==> dir [/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib] + arg [-L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib] ==> dir [/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib] + arg [-L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib] ==> dir [/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib] + arg [-L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib] ==> dir [/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib] + arg [-L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib] ==> dir [/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib] + arg [-L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib] ==> dir [/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib] + arg [-L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib] ==> dir [/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib] + arg [-L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib] ==> dir [/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib] + arg [-L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib] ==> dir [/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib] + arg [-L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib] ==> dir [/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib] + arg [-L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib] ==> dir [/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib] + arg [-L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib] ==> dir [/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib] + arg [-L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib] ==> dir [/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib] + arg [-L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib] ==> dir [/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib] + arg [-L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib] ==> dir [/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib] + arg [-L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib] ==> dir [/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib] + arg [-L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib] ==> dir [/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib] + arg [-L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib] ==> dir [/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib] + arg [-L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib] ==> dir [/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib] + arg [-L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib] ==> dir [/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib] + arg [-L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib] ==> dir [/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib] + arg [-L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib] ==> dir [/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib] + arg [-L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib] ==> dir [/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib] + arg [-L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib] ==> dir [/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib] + arg [-L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib] ==> dir [/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib] + arg [-L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib] ==> dir [/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib] + arg [-L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib] ==> dir [/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib] + arg [-L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib] ==> dir [/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib] + arg [-L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib] ==> dir [/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib] + arg [-L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib] ==> dir [/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib] + arg [-L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib] ==> dir [/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib] + arg [-L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib] ==> dir [/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib] + arg [-L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib] ==> dir [/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib] + arg [-L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib] ==> dir [/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib] + arg [-L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib] ==> dir [/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib] + arg [-L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib] ==> dir [/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib] + arg [-L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib] ==> dir [/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib] + arg [-L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib] ==> dir [/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib] + arg [-L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib] ==> dir [/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib] + arg [-L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib] ==> dir [/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib] + arg [-L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib] ==> dir [/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib] + arg [-L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib] ==> dir [/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib] + arg [-L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib] ==> dir [/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib] + arg [-L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib] ==> dir [/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib] + arg [-L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib] ==> dir [/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib] + arg [-L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib] ==> dir [/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib] + arg [-L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib] ==> dir [/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib] + arg [-L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib] ==> dir [/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib] + arg [-L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib] ==> dir [/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib] + arg [-L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib] ==> dir [/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib] + arg [-L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib] ==> dir [/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib] + arg [-L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib] ==> dir [/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib] + arg [-L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib] ==> dir [/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib] + arg [-L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib] ==> dir [/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib] + arg [-L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib] ==> dir [/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib] + arg [-L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib] ==> dir [/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib] + arg [-L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib] ==> dir [/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib] + arg [-L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib] ==> dir [/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib] + arg [-L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib] ==> dir [/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib] + arg [-L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib] ==> dir [/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib] + arg [-L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib] ==> dir [/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib] + arg [-L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib] ==> dir [/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib] + arg [-L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib] ==> dir [/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib] + arg [-L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib] ==> dir [/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib] + arg [-L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib] ==> dir [/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib] + arg [-L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib] ==> dir [/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib] + arg [-L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib] ==> dir [/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib] + arg [-L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib] ==> dir [/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib] + arg [-L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib] ==> dir [/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib] + arg [-L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib] ==> dir [/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib] + arg [-L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib] ==> dir [/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib] + arg [-L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib] ==> dir [/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib] + arg [-L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib] ==> dir [/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib] + arg [-L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib] ==> dir [/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib] + arg [-L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib] ==> dir [/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib] + arg [-L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib] ==> dir [/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib] + arg [-L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib] ==> dir [/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib] + arg [-L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib] ==> dir [/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib] + arg [-L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib] ==> dir [/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib] + arg [-L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib] ==> dir [/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib] + arg [-L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib] ==> dir [/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib] + arg [-L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib] ==> dir [/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib] + arg [-L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib] ==> dir [/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib] + arg [-L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib] ==> dir [/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib] + arg [-L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib] ==> dir [/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib] + arg [-L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib] ==> dir [/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib] + arg [-L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib] ==> dir [/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib] + arg [-L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib] ==> dir [/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib] + arg [-L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib] ==> dir [/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib] + arg [-L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib] ==> dir [/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib] + arg [-L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib] ==> dir [/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib] + arg [-L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib] ==> dir [/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib] + arg [-L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib] ==> dir [/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib] + arg [-L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib] ==> dir [/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib] + arg [-L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib] ==> dir [/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib] + arg [-L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib] ==> dir [/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib] + arg [-L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib] ==> dir [/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib] + arg [-L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib] ==> dir [/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib] + arg [-L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib] ==> dir [/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib] + arg [-L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib] ==> dir [/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib] + arg [-L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib] ==> dir [/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib] + arg [-L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib] ==> dir [/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib] + arg [-L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib] ==> dir [/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib] + arg [-L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib] ==> dir [/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib] + arg [-L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib] ==> dir [/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib] + arg [-L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib] ==> dir [/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib] + arg [-L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib] ==> dir [/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib] + arg [-L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib] ==> dir [/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib] + arg [-L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib] ==> dir [/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib] + arg [-L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib] ==> dir [/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib] + arg [-L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib] ==> dir [/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib] + arg [-L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib] ==> dir [/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib] + arg [-L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib] ==> dir [/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib] + arg [-L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib] ==> dir [/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib] + arg [-L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib] ==> dir [/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib] + arg [-L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib] ==> dir [/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib] + arg [-L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib] ==> dir [/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib] + arg [-L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib] ==> dir [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib] + arg [-L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] ==> dir [/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] + arg [-L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] ==> dir [/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] + arg [-L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib] ==> dir [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib] + arg [-L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] ==> dir [/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] + arg [-L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + arg [-L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../..] ==> dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../..] + arg [-dynamic-linker=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2] ==> ignore + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-rpath] ==> ignore + arg [/nix/store/35q6gn0yazxrq8zk1zd58zilf30m6l2j-shell/lib] ==> ignore + arg [-rpath] ==> ignore + arg [/nix/store/7mfgpv8kxj4mzj177m9vq2jgsq5pzwlv-nix-shell/lib] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] ==> obj [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o] + arg [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o] ==> obj [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o] + ignore line: [collect2 version 14.3.0] + ignore line: [/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ld -plugin /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so -plugin-opt=/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDwSki4.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib64/ld-linux-x86-64.so.2 -pie -o cmTC_067ac /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o -L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib -L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib -L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib -L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib -L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib -L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib -L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib -L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib -L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib -L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib -L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib -L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib -L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib -L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib -L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib -L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib -L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib -L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib -L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib -L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib -L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib -L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib -L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib -L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib -L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib -L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib -L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib -L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib -L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib -L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib -L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib -L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib -L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib -L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib -L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib -L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib -L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib -L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib -L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib -L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib -L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib -L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib -L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib -L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib -L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib -L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib -L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib -L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib -L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib -L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib -L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib -L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib -L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib -L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib -L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib -L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib -L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib -L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib -L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib -L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib -L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib -L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib -L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib -L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib -L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib -L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib -L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib -L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib -L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib -L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib -L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib -L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib -L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib -L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib -L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib -L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib -L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib -L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib -L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib -L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib -L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib -L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib -L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib -L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib -L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib -L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib -L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib -L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib -L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib -L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib -L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib -L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib -L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib -L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib -L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib -L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib -L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib -L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib -L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib -L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib -L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib -L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib -L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib -L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib -L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib -L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib -L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib -L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib -L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib -L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib -L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib -L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib -L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib -L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib -L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib -L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib -L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib -L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib -L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib -L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib -L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib -L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib -L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib -L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib -L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib -L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib -L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib -L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib -L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib -L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib -L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib -L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib -L/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib -L/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib -L/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib -L/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib -L/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib -L/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib -L/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib -L/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib -L/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib -L/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib -L/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib -L/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib -L/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib -L/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib -L/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib -L/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib -L/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib -L/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib -L/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib -L/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib -L/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib -L/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib -L/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib -L/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib -L/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib -L/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib -L/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib -L/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib -L/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib -L/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib -L/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib -L/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib -L/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib -L/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib -L/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib -L/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib -L/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib -L/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib -L/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib -L/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib -L/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib -L/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib -L/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib -L/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib -L/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib -L/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib -L/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib -L/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib -L/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib -L/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib -L/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib -L/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib -L/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib -L/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib -L/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib -L/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib -L/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib -L/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib -L/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib -L/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib -L/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib -L/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib -L/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib -L/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib -L/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib -L/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib -L/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib -L/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib -L/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib -L/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib -L/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib -L/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib -L/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib -L/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib -L/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib -L/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib -L/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib -L/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib -L/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib -L/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib -L/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib -L/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib -L/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib -L/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib -L/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib -L/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib -L/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib -L/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib -L/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib -L/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib -L/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib -L/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib -L/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib -L/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib -L/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib -L/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib -L/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib -L/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib -L/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib -L/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib -L/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib -L/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib -L/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib -L/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib -L/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib -L/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib -L/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib -L/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib -L/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib -L/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib -L/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib -L/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib -L/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib -L/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib -L/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib -L/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib -L/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib -L/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib -L/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib -L/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib -L/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib -L/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib -L/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib -L/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib -L/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib -L/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib -L/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib -L/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib -L/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib -L/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib -L/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib -L/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib -L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib -L/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0 -L/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../.. -dynamic-linker=/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2 -v CMakeFiles/cmTC_067ac.dir/CMakeCXXCompilerABI.cpp.o -rpath /nix/store/35q6gn0yazxrq8zk1zd58zilf30m6l2j-shell/lib -rpath /nix/store/7mfgpv8kxj4mzj177m9vq2jgsq5pzwlv-nix-shell/lib -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o] + linker tool for 'CXX': /nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ld + collapse library dir [/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib] ==> [/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib] + collapse library dir [/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib] ==> [/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib] + collapse library dir [/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib] ==> [/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib] + collapse library dir [/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib] ==> [/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib] + collapse library dir [/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib] ==> [/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib] + collapse library dir [/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib] ==> [/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib] + collapse library dir [/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib] ==> [/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib] + collapse library dir [/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib] ==> [/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib] + collapse library dir [/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib] ==> [/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib] + collapse library dir [/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib] ==> [/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib] + collapse library dir [/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib] ==> [/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib] + collapse library dir [/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib] ==> [/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib] + collapse library dir [/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib] ==> [/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib] + collapse library dir [/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib] ==> [/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib] + collapse library dir [/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib] ==> [/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib] + collapse library dir [/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib] ==> [/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib] + collapse library dir [/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib] ==> [/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib] + collapse library dir [/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib] ==> [/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib] + collapse library dir [/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib] ==> [/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib] + collapse library dir [/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib] ==> [/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib] + collapse library dir [/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib] ==> [/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib] + collapse library dir [/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib] ==> [/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib] + collapse library dir [/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib] ==> [/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib] + collapse library dir [/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib] ==> [/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib] + collapse library dir [/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib] ==> [/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib] + collapse library dir [/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib] ==> [/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib] + collapse library dir [/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib] ==> [/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib] + collapse library dir [/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib] ==> [/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib] ==> [/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib] + collapse library dir [/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib] ==> [/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib] + collapse library dir [/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib] ==> [/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib] + collapse library dir [/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib] ==> [/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib] + collapse library dir [/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib] ==> [/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib] + collapse library dir [/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib] ==> [/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib] + collapse library dir [/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib] ==> [/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib] + collapse library dir [/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib] ==> [/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib] + collapse library dir [/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib] ==> [/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib] + collapse library dir [/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib] ==> [/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib] + collapse library dir [/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib] ==> [/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib] + collapse library dir [/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib] ==> [/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib] + collapse library dir [/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib] ==> [/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib] + collapse library dir [/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib] ==> [/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib] + collapse library dir [/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib] ==> [/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib] + collapse library dir [/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib] ==> [/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib] + collapse library dir [/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib] ==> [/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib] + collapse library dir [/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib] ==> [/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib] + collapse library dir [/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib] ==> [/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib] + collapse library dir [/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib] ==> [/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib] + collapse library dir [/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib] ==> [/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib] + collapse library dir [/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib] ==> [/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib] + collapse library dir [/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib] ==> [/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib] + collapse library dir [/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib] ==> [/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib] + collapse library dir [/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib] ==> [/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib] + collapse library dir [/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib] ==> [/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib] + collapse library dir [/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib] ==> [/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib] + collapse library dir [/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib] ==> [/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib] + collapse library dir [/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib] ==> [/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib] + collapse library dir [/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib] ==> [/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib] + collapse library dir [/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib] ==> [/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib] + collapse library dir [/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib] ==> [/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib] + collapse library dir [/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib] ==> [/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib] + collapse library dir [/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib] ==> [/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib] + collapse library dir [/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib] ==> [/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib] + collapse library dir [/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib] ==> [/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib] + collapse library dir [/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib] ==> [/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib] + collapse library dir [/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib] ==> [/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib] + collapse library dir [/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib] ==> [/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib] + collapse library dir [/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib] ==> [/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib] + collapse library dir [/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib] ==> [/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib] + collapse library dir [/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib] ==> [/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib] + collapse library dir [/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib] ==> [/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib] + collapse library dir [/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib] ==> [/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib] + collapse library dir [/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib] ==> [/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib] + collapse library dir [/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib] ==> [/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib] + collapse library dir [/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib] ==> [/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib] + collapse library dir [/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib] ==> [/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib] + collapse library dir [/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib] ==> [/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib] + collapse library dir [/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib] ==> [/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib] + collapse library dir [/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib] ==> [/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib] + collapse library dir [/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib] ==> [/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib] + collapse library dir [/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib] ==> [/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib] + collapse library dir [/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib] ==> [/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib] + collapse library dir [/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib] ==> [/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib] + collapse library dir [/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib] ==> [/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib] + collapse library dir [/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib] ==> [/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib] + collapse library dir [/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib] ==> [/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib] + collapse library dir [/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib] ==> [/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib] + collapse library dir [/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib] ==> [/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib] + collapse library dir [/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib] ==> [/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib] + collapse library dir [/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib] ==> [/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib] + collapse library dir [/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib] ==> [/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib] + collapse library dir [/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib] ==> [/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib] + collapse library dir [/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib] ==> [/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib] + collapse library dir [/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib] ==> [/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib] + collapse library dir [/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib] ==> [/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib] + collapse library dir [/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib] ==> [/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib] + collapse library dir [/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib] ==> [/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib] ==> [/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib] + collapse library dir [/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib] ==> [/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib] + collapse library dir [/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib] ==> [/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib] + collapse library dir [/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib] ==> [/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib] + collapse library dir [/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib] ==> [/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib] + collapse library dir [/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib] ==> [/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib] + collapse library dir [/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib] ==> [/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib] + collapse library dir [/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib] ==> [/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib] + collapse library dir [/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib] ==> [/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib] + collapse library dir [/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib] ==> [/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib] + collapse library dir [/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib] ==> [/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib] + collapse library dir [/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib] ==> [/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib] + collapse library dir [/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib] ==> [/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib] + collapse library dir [/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib] ==> [/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib] + collapse library dir [/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib] ==> [/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib] + collapse library dir [/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib] ==> [/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib] + collapse library dir [/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib] ==> [/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib] + collapse library dir [/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib] ==> [/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib] + collapse library dir [/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib] ==> [/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib] + collapse library dir [/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib] ==> [/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib] + collapse library dir [/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib] ==> [/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib] + collapse library dir [/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib] ==> [/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib] + collapse library dir [/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib] ==> [/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib] + collapse library dir [/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib] ==> [/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib] + collapse library dir [/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib] ==> [/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib] + collapse library dir [/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib] ==> [/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib] + collapse library dir [/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib] ==> [/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib] + collapse library dir [/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib] ==> [/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib] + collapse library dir [/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib] ==> [/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib] + collapse library dir [/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib] ==> [/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib] + collapse library dir [/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib] ==> [/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib] + collapse library dir [/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib] ==> [/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib] + collapse library dir [/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib] ==> [/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib] + collapse library dir [/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib] ==> [/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib] + collapse library dir [/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib] ==> [/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib] + collapse library dir [/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib] ==> [/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib] + collapse library dir [/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib] ==> [/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib] + collapse library dir [/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib] ==> [/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib] + collapse library dir [/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib] ==> [/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib] + collapse library dir [/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib] ==> [/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib] + collapse library dir [/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib] ==> [/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib] + collapse library dir [/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib] ==> [/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib] + collapse library dir [/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib] ==> [/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib] + collapse library dir [/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib] ==> [/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib] + collapse library dir [/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib] ==> [/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib] + collapse library dir [/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib] ==> [/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib] + collapse library dir [/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib] ==> [/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib] + collapse library dir [/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib] ==> [/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib] + collapse library dir [/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib] ==> [/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib] + collapse library dir [/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib] ==> [/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib] + collapse library dir [/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib] ==> [/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib] + collapse library dir [/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib] ==> [/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib] + collapse library dir [/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib] ==> [/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib] + collapse library dir [/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib] ==> [/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib] + collapse library dir [/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib] ==> [/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib] + collapse library dir [/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib] ==> [/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib] + collapse library dir [/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib] ==> [/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib] + collapse library dir [/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib] ==> [/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib] + collapse library dir [/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib] ==> [/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib] + collapse library dir [/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib] ==> [/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib] + collapse library dir [/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib] ==> [/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib] + collapse library dir [/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib] ==> [/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib] + collapse library dir [/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib] ==> [/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib] + collapse library dir [/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib] ==> [/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib] + collapse library dir [/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib] ==> [/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib] + collapse library dir [/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib] ==> [/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib] + collapse library dir [/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib] ==> [/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib] + collapse library dir [/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib] ==> [/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib] + collapse library dir [/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib] ==> [/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib] + collapse library dir [/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib] ==> [/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib] + collapse library dir [/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib] ==> [/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib] + collapse library dir [/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib] ==> [/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib] + collapse library dir [/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib] ==> [/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib] + collapse library dir [/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib] ==> [/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib] + collapse library dir [/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib] ==> [/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib] + collapse library dir [/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib] ==> [/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib] + collapse library dir [/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib] ==> [/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib] + collapse library dir [/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib] ==> [/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib] + collapse library dir [/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib] ==> [/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib] + collapse library dir [/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib] ==> [/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib] + collapse library dir [/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib] ==> [/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib] + collapse library dir [/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib] ==> [/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib] + collapse library dir [/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib] ==> [/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib] + collapse library dir [/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib] ==> [/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib] + collapse library dir [/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib] ==> [/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib] + collapse library dir [/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib] ==> [/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib] + collapse library dir [/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib] ==> [/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib] + collapse library dir [/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib] ==> [/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib] + collapse library dir [/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib] ==> [/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib] + collapse library dir [/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib] ==> [/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib] + collapse library dir [/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib] ==> [/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib] + collapse library dir [/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib] ==> [/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib] + collapse library dir [/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib] ==> [/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib] + collapse library dir [/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib] ==> [/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib] + collapse library dir [/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib] ==> [/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib] + collapse library dir [/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib] ==> [/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib] + collapse library dir [/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib] ==> [/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib] + collapse library dir [/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib] ==> [/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib] + collapse library dir [/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib] ==> [/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib] + collapse library dir [/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib] ==> [/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib] + collapse library dir [/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib] ==> [/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib] + collapse library dir [/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib] ==> [/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib] + collapse library dir [/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib] ==> [/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib] + collapse library dir [/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib] ==> [/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib] + collapse library dir [/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib] ==> [/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib] + collapse library dir [/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib] ==> [/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib] + collapse library dir [/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib] ==> [/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib] + collapse library dir [/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib] ==> [/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib] + collapse library dir [/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib] ==> [/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib] + collapse library dir [/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib] ==> [/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib] + collapse library dir [/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib] ==> [/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib] + collapse library dir [/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib] ==> [/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib] + collapse library dir [/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib] ==> [/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib] + collapse library dir [/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib] ==> [/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib] + collapse library dir [/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib] ==> [/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib] + collapse library dir [/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib] ==> [/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib] + collapse library dir [/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib] ==> [/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib] + collapse library dir [/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib] ==> [/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib] + collapse library dir [/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib] ==> [/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib] + collapse library dir [/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib] ==> [/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib] + collapse library dir [/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib] ==> [/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib] + collapse library dir [/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib] ==> [/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib] + collapse library dir [/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib] ==> [/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib] + collapse library dir [/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib] ==> [/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib] + collapse library dir [/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib] ==> [/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib] + collapse library dir [/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib] ==> [/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib] + collapse library dir [/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib] ==> [/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib] + collapse library dir [/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib] ==> [/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib] + collapse library dir [/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib] ==> [/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib] + collapse library dir [/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib] ==> [/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib] + collapse library dir [/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib] ==> [/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib] + collapse library dir [/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib] ==> [/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib] + collapse library dir [/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib] ==> [/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib] + collapse library dir [/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib] ==> [/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib] + collapse library dir [/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib] ==> [/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib] + collapse library dir [/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib] ==> [/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib] + collapse library dir [/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib] ==> [/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib] + collapse library dir [/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib] ==> [/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib] + collapse library dir [/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib] ==> [/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib] + collapse library dir [/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib] ==> [/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib] + collapse library dir [/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib] ==> [/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib] + collapse library dir [/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib] ==> [/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib] + collapse library dir [/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib] ==> [/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib] + collapse library dir [/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib] ==> [/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib] + collapse library dir [/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib] ==> [/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib] + collapse library dir [/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib] ==> [/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib] + collapse library dir [/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib] ==> [/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib] + collapse library dir [/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib] ==> [/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib] + collapse library dir [/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib] ==> [/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib] + collapse library dir [/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib] ==> [/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib] + collapse library dir [/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib] ==> [/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib] + collapse library dir [/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib] ==> [/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib] + collapse library dir [/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib] ==> [/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib] + collapse library dir [/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib] ==> [/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib] + collapse library dir [/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib] ==> [/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib] + collapse library dir [/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib] ==> [/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib] + collapse library dir [/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib] ==> [/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib] + collapse library dir [/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib] ==> [/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib] + collapse library dir [/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib] ==> [/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib] + collapse library dir [/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib] ==> [/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib] + collapse library dir [/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib] ==> [/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib] + collapse library dir [/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib] ==> [/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib] + collapse library dir [/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib] ==> [/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib] + collapse library dir [/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib] ==> [/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib] + collapse library dir [/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib] ==> [/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib] + collapse library dir [/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib] ==> [/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib] + collapse library dir [/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib] ==> [/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib] + collapse library dir [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib] ==> [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib] + collapse library dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] ==> [/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] + collapse library dir [/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] ==> [/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] + collapse library dir [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib] ==> [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib] + collapse library dir [/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] ==> [/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib] + collapse library dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] ==> [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0] + collapse library dir [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/../../..] ==> [/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o;/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o;/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o] + implicit dirs: [/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib;/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib;/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib;/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib;/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib;/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib;/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib;/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib;/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib;/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib;/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib;/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib;/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib;/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib;/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib;/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib;/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib;/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib;/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib;/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib;/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib;/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib;/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib;/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib;/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib;/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib;/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib;/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib;/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib;/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib;/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib;/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib;/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib;/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib;/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib;/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib;/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib;/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib;/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib;/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib;/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib;/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib;/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib;/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib;/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib;/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib;/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib;/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib;/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib;/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib;/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib;/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib;/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib;/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib;/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib;/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib;/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib;/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib;/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib;/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib;/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib;/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib;/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib;/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib;/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib;/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib;/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib;/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib;/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib;/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib;/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib;/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib;/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib;/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib;/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib;/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib;/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib;/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib;/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib;/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib;/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib;/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib;/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib;/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib;/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib;/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib;/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib;/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib;/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib;/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib;/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib;/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib;/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib;/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib;/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib;/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib;/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib;/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib;/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib;/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib;/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib;/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib;/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib;/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib;/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib;/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib;/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib;/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib;/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib;/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib;/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib;/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib;/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib;/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib;/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib;/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib;/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib;/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib;/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib;/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib;/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib;/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib;/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib;/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib;/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib;/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib;/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib;/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib;/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib;/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib;/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib;/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib;/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0;/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib;/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:2 (project)" + message: | + Running the CXX compiler's linker: "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44 + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindThreads.cmake:99 (check_cxx_source_compiles)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Dependencies.cmake:38 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:176 (include)" + - "CMakeLists.txt:7 (find_package)" + checks: + - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" + directories: + source: "/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-53i2tl" + binary: "/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-53i2tl" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6;/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/3rdparty/kwin" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: '/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-53i2tl' + + Run Build Command(s): /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/make -f Makefile cmTC_cdb86/fast + /nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_cdb86.dir/build.make CMakeFiles/cmTC_cdb86.dir/build + make[1]: вход в каталог «/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-53i2tl» + Building CXX object CMakeFiles/cmTC_cdb86.dir/src.cxx.o + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ -DCMAKE_HAVE_LIBC_PTHREAD -std=gnu++17 -o CMakeFiles/cmTC_cdb86.dir/src.cxx.o -c /home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-53i2tl/src.cxx + Linking CXX executable cmTC_cdb86 + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cdb86.dir/link.txt --verbose=1 + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ CMakeFiles/cmTC_cdb86.dir/src.cxx.o -o cmTC_cdb86 + make[1]: выход из каталога «/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-53i2tl» + + exitCode: 0 + - + kind: "find_package-v1" + backtrace: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake:14 (_qt_internal_find_tool_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake:36 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:42 (_qt_internal_find_tool_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + name: "Qt6CoreTools" + configs: + - + filename: "Qt6CoreToolsConfig.cmake" + kind: "cmake" + - + filename: "qt6coretools-config.cmake" + kind: "cmake" + version_request: + version: "6.10.1" + version_complete: "6.10.1" + exact: false + settings: + required: "optional" + quiet: false + global: false + policy_scope: true + bypass_provider: false + names: + - "Qt6CoreTools" + search_paths: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/.." + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/lib/cmake" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/lib/cmake" + - "/nix/store/h9r4wg5mzj6zc53hwkrp1h2g517z0cng-vulkan-loader-1.4.328.0-dev/lib/cmake" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/lib/cmake" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/lib/cmake" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/lib/cmake" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/lib/cmake" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/lib/cmake" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/lib/cmake" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/lib/cmake" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/cmake" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/cmake" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/cmake" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/cmake" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/cmake" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/cmake" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/lib/cmake" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/cmake" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/cmake" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/cmake" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/cmake" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/cmake" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/cmake" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/cmake" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/cmake" + - "/nix/store/6xj9giqmq6f2n7ch6292gkng88h4dwkp-qtimageformats-6.10.1/lib/cmake" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/cmake" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/cmake" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/cmake" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/cmake" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/cmake" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/cmake" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/cmake" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/cmake" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/lib/cmake" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/lib/cmake" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/cmake" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/cmake" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/lib/cmake" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/lib/cmake" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/cmake" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/cmake" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/cmake" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/cmake" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/cmake" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/cmake" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/cmake" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/cmake" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/cmake" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/cmake" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/cmake" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/cmake" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/lib/cmake" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/Qt6CoreToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/qt6coretools-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake" + mode: "config" + version: "6.10.1" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + - + kind: "find_package-v1" + backtrace: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake:14 (_qt_internal_find_tool_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake:36 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:42 (_qt_internal_find_tool_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + name: "Qt6GuiTools" + configs: + - + filename: "Qt6GuiToolsConfig.cmake" + kind: "cmake" + - + filename: "qt6guitools-config.cmake" + kind: "cmake" + version_request: + version: "6.10.1" + version_complete: "6.10.1" + exact: false + settings: + required: "optional" + quiet: false + global: false + policy_scope: true + bypass_provider: false + names: + - "Qt6GuiTools" + search_paths: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/.." + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/lib/cmake" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/lib/cmake" + - "/nix/store/h9r4wg5mzj6zc53hwkrp1h2g517z0cng-vulkan-loader-1.4.328.0-dev/lib/cmake" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/lib/cmake" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/lib/cmake" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/lib/cmake" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/lib/cmake" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/lib/cmake" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/lib/cmake" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/lib/cmake" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/cmake" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/cmake" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/cmake" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/cmake" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/cmake" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/cmake" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/lib/cmake" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/cmake" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/cmake" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/cmake" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/cmake" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/cmake" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/cmake" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/cmake" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/cmake" + - "/nix/store/6xj9giqmq6f2n7ch6292gkng88h4dwkp-qtimageformats-6.10.1/lib/cmake" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/cmake" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/cmake" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/cmake" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/cmake" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/cmake" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/cmake" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/cmake" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/cmake" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/lib/cmake" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/lib/cmake" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/cmake" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/cmake" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/lib/cmake" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/lib/cmake" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/cmake" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/cmake" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/cmake" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/cmake" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/cmake" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/cmake" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/cmake" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/cmake" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/cmake" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/cmake" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/cmake" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/cmake" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/lib/cmake" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/Qt6GuiToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/qt6guitools-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake" + mode: "config" + version: "6.10.1" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + - + kind: "find_package-v1" + backtrace: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:42 (_qt_internal_find_tool_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + name: "Qt6WidgetsTools" + configs: + - + filename: "Qt6WidgetsToolsConfig.cmake" + kind: "cmake" + - + filename: "qt6widgetstools-config.cmake" + kind: "cmake" + version_request: + version: "6.10.1" + version_complete: "6.10.1" + exact: false + settings: + required: "optional" + quiet: false + global: false + policy_scope: true + bypass_provider: false + names: + - "Qt6WidgetsTools" + search_paths: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/.." + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/lib/cmake" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/lib/cmake" + - "/nix/store/h9r4wg5mzj6zc53hwkrp1h2g517z0cng-vulkan-loader-1.4.328.0-dev/lib/cmake" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/lib/cmake" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/lib/cmake" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/lib/cmake" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/lib/cmake" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/lib/cmake" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/lib/cmake" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/lib/cmake" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/cmake" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/cmake" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/cmake" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/cmake" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/cmake" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/cmake" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/lib/cmake" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/cmake" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/cmake" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/cmake" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/cmake" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/cmake" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/cmake" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/cmake" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/cmake" + - "/nix/store/6xj9giqmq6f2n7ch6292gkng88h4dwkp-qtimageformats-6.10.1/lib/cmake" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/cmake" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/cmake" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/cmake" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/cmake" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/cmake" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/cmake" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/cmake" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/cmake" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/lib/cmake" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/lib/cmake" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/cmake" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/cmake" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/lib/cmake" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/lib/cmake" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/cmake" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/cmake" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/cmake" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/cmake" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/cmake" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/cmake" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/cmake" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/cmake" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/cmake" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/cmake" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/cmake" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/cmake" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/lib/cmake" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/Qt6WidgetsToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/qt6widgetstools-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake" + mode: "config" + version: "6.10.1" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + - + kind: "try_compile-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake:103 (cmake_check_source_compiles)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapAtomic.cmake:36 (check_cxx_source_compiles)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:36 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:42 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + checks: + - "Performing Test HAVE_STDATOMIC" + directories: + source: "/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-hgwJ61" + binary: "/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-hgwJ61" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6;/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/3rdparty/kwin" + buildResult: + variable: "HAVE_STDATOMIC" + cached: true + stdout: | + Change Dir: '/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-hgwJ61' + + Run Build Command(s): /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E env VERBOSE=1 /nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/make -f Makefile cmTC_d3b4f/fast + /nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/make -f CMakeFiles/cmTC_d3b4f.dir/build.make CMakeFiles/cmTC_d3b4f.dir/build + make[1]: вход в каталог «/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-hgwJ61» + Building CXX object CMakeFiles/cmTC_d3b4f.dir/src.cxx.o + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ -DHAVE_STDATOMIC -std=gnu++17 -o CMakeFiles/cmTC_d3b4f.dir/src.cxx.o -c /home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-hgwJ61/src.cxx + Linking CXX executable cmTC_d3b4f + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d3b4f.dir/link.txt --verbose=1 + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ CMakeFiles/cmTC_d3b4f.dir/src.cxx.o -o cmTC_d3b4f + make[1]: выход из каталога «/home/greg/qt-idef/build/CMakeFiles/CMakeScratch/TryCompile-hgwJ61» + + exitCode: 0 + - + kind: "find_package-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + name: "Qt6Core" + configs: + - + filename: "Qt6CoreConfig.cmake" + kind: "cmake" + - + filename: "qt6core-config.cmake" + kind: "cmake" + version_request: + version: "6.10.1" + version_complete: "6.10.1" + exact: false + settings: + required: "optional" + quiet: false + global: false + policy_scope: true + bypass_provider: false + names: + - "Qt6Core" + search_paths: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/.." + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/lib/cmake" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/lib/cmake" + - "/nix/store/h9r4wg5mzj6zc53hwkrp1h2g517z0cng-vulkan-loader-1.4.328.0-dev/lib/cmake" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/lib/cmake" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/lib/cmake" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/lib/cmake" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/lib/cmake" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/lib/cmake" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/lib/cmake" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/lib/cmake" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/cmake" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/cmake" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/cmake" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/cmake" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/cmake" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/cmake" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/lib/cmake" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/cmake" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/cmake" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/cmake" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/cmake" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/cmake" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/cmake" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/cmake" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/cmake" + - "/nix/store/6xj9giqmq6f2n7ch6292gkng88h4dwkp-qtimageformats-6.10.1/lib/cmake" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/cmake" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/cmake" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/cmake" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/cmake" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/cmake" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/cmake" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/cmake" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/cmake" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/lib/cmake" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/lib/cmake" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/cmake" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/cmake" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/lib/cmake" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/lib/cmake" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/cmake" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/cmake" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/cmake" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/cmake" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/cmake" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/cmake" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/cmake" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/cmake" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/cmake" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/cmake" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/cmake" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/cmake" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/lib/cmake" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/Qt6CoreConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/qt6core-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/qt6core-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfig.cmake" + mode: "config" + version: "6.10.1" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:284 (find_path)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "path" + variable: "OPENGL_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "GL/gl.h" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include/" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include/" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include/" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include/" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include/" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include/" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include/" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include/" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include/" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include/" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include/" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include/" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include/" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include/" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include/" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include/" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include/" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include/" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include/" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include/" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include/" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include/" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include/" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include/" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include/" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include/" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include/" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include/" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include/" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include/" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include/" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include/" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include/" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include/" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include/" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include/" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include/" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include/" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include/" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include/" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include/" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include/" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include/" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include/" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include/" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include/" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include/" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include/" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include/" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include/" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include/" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include/" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include/" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include/" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include/" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include/" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include/" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include/" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include/" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include/" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include/" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include/" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include/" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include/" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include/" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/GL/gl.h" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/GL/gl.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/GL/gl.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/GL/gl.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/GL/gl.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/GL/gl.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/GL/gl.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/GL/gl.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/GL/gl.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/GL/gl.h" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/GL/gl.h" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/GL/gl.h" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/GL/gl.h" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/GL/gl.h" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/GL/gl.h" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/GL/gl.h" + found: "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:287 (find_path)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "path" + variable: "OPENGL_GLX_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "GL/glx.h" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include/" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include/" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include/" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include/" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include/" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include/" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include/" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include/" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include/" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include/" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include/" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include/" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include/" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include/" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include/" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include/" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include/" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include/" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include/" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include/" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include/" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include/" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include/" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include/" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include/" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include/" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include/" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include/" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include/" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include/" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include/" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include/" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include/" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include/" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include/" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include/" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include/" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include/" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include/" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include/" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include/" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include/" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include/" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include/" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include/" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include/" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include/" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include/" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include/" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include/" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include/" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include/" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include/" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include/" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include/" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include/" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include/" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include/" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include/" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include/" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include/" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include/" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include/" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include/" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include/" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/GL/glx.h" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/GL/glx.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/GL/glx.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/GL/glx.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/GL/glx.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/GL/glx.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/GL/glx.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/GL/glx.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/GL/glx.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/GL/glx.h" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/GL/glx.h" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/GL/glx.h" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/GL/glx.h" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/GL/glx.h" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/GL/glx.h" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/GL/glx.h" + found: "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:288 (find_path)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "path" + variable: "OPENGL_EGL_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "EGL/egl.h" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include/" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include/" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include/" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include/" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include/" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include/" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include/" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include/" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include/" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include/" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include/" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include/" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include/" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include/" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include/" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include/" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include/" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include/" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include/" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include/" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include/" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include/" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include/" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include/" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include/" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include/" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include/" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include/" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include/" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include/" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include/" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include/" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include/" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include/" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include/" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include/" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include/" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include/" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include/" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include/" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include/" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include/" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include/" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include/" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include/" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include/" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include/" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include/" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include/" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include/" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include/" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include/" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include/" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include/" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include/" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include/" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include/" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include/" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include/" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include/" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include/" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include/" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include/" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include/" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include/" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/EGL/egl.h" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/EGL/egl.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/EGL/egl.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/EGL/egl.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/EGL/egl.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/EGL/egl.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/EGL/egl.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/EGL/egl.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/EGL/egl.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/EGL/egl.h" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/EGL/egl.h" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/EGL/egl.h" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/EGL/egl.h" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/EGL/egl.h" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/EGL/egl.h" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/EGL/egl.h" + found: "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:289 (find_path)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "path" + variable: "OPENGL_GLES2_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "GLES2/gl2.h" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include/" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include/" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include/" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include/" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include/" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include/" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include/" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include/" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include/" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include/" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include/" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include/" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include/" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include/" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include/" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include/" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include/" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include/" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include/" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include/" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include/" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include/" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include/" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include/" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include/" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include/" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include/" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include/" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include/" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include/" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include/" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include/" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include/" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include/" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include/" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include/" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include/" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include/" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include/" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include/" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include/" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include/" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include/" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include/" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include/" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include/" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include/" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include/" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include/" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include/" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include/" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include/" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include/" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include/" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include/" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include/" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include/" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include/" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include/" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include/" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include/" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include/" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include/" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include/" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include/" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/GLES2/gl2.h" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/GLES2/gl2.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/GLES2/gl2.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/GLES2/gl2.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/GLES2/gl2.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/GLES2/gl2.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/GLES2/gl2.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/GLES2/gl2.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/GLES2/gl2.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/GLES2/gl2.h" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/GLES2/gl2.h" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/GLES2/gl2.h" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/GLES2/gl2.h" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/GLES2/gl2.h" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/GLES2/gl2.h" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/GLES2/gl2.h" + found: "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:290 (find_path)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "path" + variable: "OPENGL_GLES3_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "GLES3/gl3.h" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include/" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include/" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include/" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include/" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include/" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include/" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include/" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include/" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include/" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include/" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include/" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include/" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include/" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include/" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include/" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include/" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include/" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include/" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include/" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include/" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include/" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include/" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include/" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include/" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include/" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include/" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include/" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include/" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include/" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include/" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include/" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include/" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include/" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include/" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include/" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include/" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include/" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include/" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include/" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include/" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include/" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include/" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include/" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include/" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include/" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include/" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include/" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include/" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include/" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include/" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include/" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include/" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include/" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include/" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include/" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include/" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include/" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include/" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include/" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include/" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include/" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include/" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include/" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include/" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include/" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/GLES3/gl3.h" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/GLES3/gl3.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/GLES3/gl3.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/GLES3/gl3.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/GLES3/gl3.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/GLES3/gl3.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/GLES3/gl3.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/GLES3/gl3.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/GLES3/gl3.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/GLES3/gl3.h" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/GLES3/gl3.h" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/GLES3/gl3.h" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/GLES3/gl3.h" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/GLES3/gl3.h" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/GLES3/gl3.h" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/GLES3/gl3.h" + found: "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:291 (find_path)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "path" + variable: "OPENGL_xmesa_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "GL/xmesa.h" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include/" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include/" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include/" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include/" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include/" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include/" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include/" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include/" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include/" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include/" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include/" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include/" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include/" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include/" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include/" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include/" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include/" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include/" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include/" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include/" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include/" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include/" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include/" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include/" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include/" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include/" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include/" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include/" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include/" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include/" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include/" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include/" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include/" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include/" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include/" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include/" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include/" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include/" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include/" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include/" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include/" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include/" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include/" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include/" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include/" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include/" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include/" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include/" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include/" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include/" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include/" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include/" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include/" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include/" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include/" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include/" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include/" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include/" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include/" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include/" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include/" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include/" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include/" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include/" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include/" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/GL/xmesa.h" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/GL/xmesa.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/GL/xmesa.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/GL/xmesa.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/GL/xmesa.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/GL/xmesa.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/GL/xmesa.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/GL/xmesa.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/GL/xmesa.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/GL/xmesa.h" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/GL/xmesa.h" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/GL/xmesa.h" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/GL/xmesa.h" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/GL/xmesa.h" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/GL/xmesa.h" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/GL/xmesa.h" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/GL/xmesa.h" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include/GL/xmesa.h" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include/GL/xmesa.h" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include/GL/xmesa.h" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include/GL/xmesa.h" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include/GL/xmesa.h" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include/GL/xmesa.h" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include/GL/xmesa.h" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include/GL/xmesa.h" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include/GL/xmesa.h" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include/GL/xmesa.h" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include/GL/xmesa.h" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include/GL/xmesa.h" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include/GL/xmesa.h" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include/GL/xmesa.h" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include/GL/xmesa.h" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include/GL/xmesa.h" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include/GL/xmesa.h" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include/GL/xmesa.h" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include/GL/xmesa.h" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include/GL/xmesa.h" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include/GL/xmesa.h" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include/GL/xmesa.h" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include/GL/xmesa.h" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include/GL/xmesa.h" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include/GL/xmesa.h" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include/GL/xmesa.h" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include/GL/xmesa.h" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include/GL/xmesa.h" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include/GL/xmesa.h" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include/GL/xmesa.h" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include/GL/xmesa.h" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include/GL/xmesa.h" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include/GL/xmesa.h" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include/GL/xmesa.h" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include/GL/xmesa.h" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include/GL/xmesa.h" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include/GL/xmesa.h" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include/GL/xmesa.h" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include/GL/xmesa.h" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include/GL/xmesa.h" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include/GL/xmesa.h" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include/GL/xmesa.h" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include/GL/xmesa.h" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include/GL/xmesa.h" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include/GL/xmesa.h" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include/GL/xmesa.h" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include/GL/xmesa.h" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include/GL/xmesa.h" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include/GL/xmesa.h" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include/GL/xmesa.h" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include/GL/xmesa.h" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include/GL/xmesa.h" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include/GL/xmesa.h" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include/GL/xmesa.h" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include/GL/xmesa.h" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include/GL/xmesa.h" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include/GL/xmesa.h" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include/GL/xmesa.h" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/GL/xmesa.h" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include/GL/xmesa.h" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include/GL/xmesa.h" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include/GL/xmesa.h" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include/GL/xmesa.h" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include/GL/xmesa.h" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include/GL/xmesa.h" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include/GL/xmesa.h" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include/GL/xmesa.h" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include/GL/xmesa.h" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include/GL/xmesa.h" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include/GL/xmesa.h" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include/GL/xmesa.h" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include/GL/xmesa.h" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include/GL/xmesa.h" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include/GL/xmesa.h" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include/GL/xmesa.h" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include/GL/xmesa.h" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include/GL/xmesa.h" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include/GL/xmesa.h" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include/GL/xmesa.h" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include/GL/xmesa.h" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include/GL/xmesa.h" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include/GL/xmesa.h" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include/GL/xmesa.h" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include/GL/xmesa.h" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include/GL/xmesa.h" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include/GL/xmesa.h" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include/GL/xmesa.h" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include/GL/xmesa.h" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include/GL/xmesa.h" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include/GL/xmesa.h" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include/GL/xmesa.h" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include/GL/xmesa.h" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include/GL/xmesa.h" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include/GL/xmesa.h" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include/GL/xmesa.h" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include/GL/xmesa.h" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include/GL/xmesa.h" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include/GL/xmesa.h" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include/GL/xmesa.h" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include/GL/xmesa.h" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include/GL/xmesa.h" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include/GL/xmesa.h" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include/GL/xmesa.h" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include/GL/xmesa.h" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include/GL/xmesa.h" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include/GL/xmesa.h" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include/GL/xmesa.h" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include/GL/xmesa.h" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include/GL/xmesa.h" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include/GL/xmesa.h" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include/GL/xmesa.h" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include/GL/xmesa.h" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include/GL/xmesa.h" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include/GL/xmesa.h" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include/GL/xmesa.h" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include/GL/xmesa.h" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include/GL/xmesa.h" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include/GL/xmesa.h" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include/GL/xmesa.h" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include/GL/xmesa.h" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include/GL/xmesa.h" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include/GL/xmesa.h" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include/GL/xmesa.h" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include/GL/xmesa.h" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include/GL/xmesa.h" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include/GL/xmesa.h" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include/GL/xmesa.h" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/GL/xmesa.h" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/GL/xmesa.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/GL/xmesa.h" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/GL/xmesa.h" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/GL/xmesa.h" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/GL/xmesa.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/GL/xmesa.h" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/GL/xmesa.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/GL/xmesa.h" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/GL/xmesa.h" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/GL/xmesa.h" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/GL/xmesa.h" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/GL/xmesa.h" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/GL/xmesa.h" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/GL/xmesa.h" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/GL/xmesa.h" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/GL/xmesa.h" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/GL/xmesa.h" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/GL/xmesa.h" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/GL/xmesa.h" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/GL/xmesa.h" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/GL/xmesa.h" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/GL/xmesa.h" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/GL/xmesa.h" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/GL/xmesa.h" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/GL/xmesa.h" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/GL/xmesa.h" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/GL/xmesa.h" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/GL/xmesa.h" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/GL/xmesa.h" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/GL/xmesa.h" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/GL/xmesa.h" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/GL/xmesa.h" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/GL/xmesa.h" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/GL/xmesa.h" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/GL/xmesa.h" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/GL/xmesa.h" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/GL/xmesa.h" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/GL/xmesa.h" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/GL/xmesa.h" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/GL/xmesa.h" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/GL/xmesa.h" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/GL/xmesa.h" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/GL/xmesa.h" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/GL/xmesa.h" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/GL/xmesa.h" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/GL/xmesa.h" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/GL/xmesa.h" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/GL/xmesa.h" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/GL/xmesa.h" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/GL/xmesa.h" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/GL/xmesa.h" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/GL/xmesa.h" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/GL/xmesa.h" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/GL/xmesa.h" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/GL/xmesa.h" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/GL/xmesa.h" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/GL/xmesa.h" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/GL/xmesa.h" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/GL/xmesa.h" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/GL/xmesa.h" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/GL/xmesa.h" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/GL/xmesa.h" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/GL/xmesa.h" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/GL/xmesa.h" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/GL/xmesa.h" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/GL/xmesa.h" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/GL/xmesa.h" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/GL/xmesa.h" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/GL/xmesa.h" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/GL/xmesa.h" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/GL/xmesa.h" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/GL/xmesa.h" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/GL/xmesa.h" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/GL/xmesa.h" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/GL/xmesa.h" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/GL/xmesa.h" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/GL/xmesa.h" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/GL/xmesa.h" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/GL/xmesa.h" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/GL/xmesa.h" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/GL/xmesa.h" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/GL/xmesa.h" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/GL/xmesa.h" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/GL/xmesa.h" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/GL/xmesa.h" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/GL/xmesa.h" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/GL/xmesa.h" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/GL/xmesa.h" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/GL/xmesa.h" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/GL/xmesa.h" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/GL/xmesa.h" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/GL/xmesa.h" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/GL/xmesa.h" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/GL/xmesa.h" + - "/home/greg/.config/carapace/bin/GL/xmesa.h" + - "/run/wrappers/bin/GL/xmesa.h" + - "/home/greg/.nix-profile/bin/GL/xmesa.h" + - "/nix/profile/bin/GL/xmesa.h" + - "/home/greg/.local/state/nix/profile/bin/GL/xmesa.h" + - "/etc/profiles/per-user/greg/bin/GL/xmesa.h" + - "/nix/var/nix/profiles/default/bin/GL/xmesa.h" + - "/run/current-system/sw/bin/GL/xmesa.h" + - "/usr/local/include/GL/xmesa.h" + - "/usr/local/GL/xmesa.h" + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/GL/xmesa.h" + found: false + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:294 (find_path)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "path" + variable: "OPENGL_GLU_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "GL/glu.h" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include/" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include/" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include/" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include/" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include/" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include/" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include/" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include/" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include/" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include/" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include/" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include/" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include/" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include/" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include/" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include/" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include/" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include/" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include/" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include/" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include/" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include/" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include/" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include/" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include/" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include/" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include/" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include/" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include/" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include/" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include/" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include/" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include/" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include/" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include/" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include/" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include/" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include/" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include/" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include/" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include/" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include/" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include/" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include/" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include/" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include/" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include/" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include/" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include/" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include/" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include/" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include/" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include/" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include/" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include/" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include/" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include/" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include/" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include/" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include/" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include/" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include/" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include/" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include/" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include/" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/GL/glu.h" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/GL/glu.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/GL/glu.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/GL/glu.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/GL/glu.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/GL/glu.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/GL/glu.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/GL/glu.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/GL/glu.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/GL/glu.h" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/GL/glu.h" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/GL/glu.h" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/GL/glu.h" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/GL/glu.h" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/GL/glu.h" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/GL/glu.h" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/GL/glu.h" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include/GL/glu.h" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include/GL/glu.h" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include/GL/glu.h" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include/GL/glu.h" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include/GL/glu.h" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include/GL/glu.h" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include/GL/glu.h" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include/GL/glu.h" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include/GL/glu.h" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include/GL/glu.h" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include/GL/glu.h" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include/GL/glu.h" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include/GL/glu.h" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include/GL/glu.h" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include/GL/glu.h" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include/GL/glu.h" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include/GL/glu.h" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include/GL/glu.h" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include/GL/glu.h" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include/GL/glu.h" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include/GL/glu.h" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include/GL/glu.h" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include/GL/glu.h" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include/GL/glu.h" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include/GL/glu.h" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include/GL/glu.h" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include/GL/glu.h" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include/GL/glu.h" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include/GL/glu.h" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include/GL/glu.h" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include/GL/glu.h" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include/GL/glu.h" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include/GL/glu.h" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include/GL/glu.h" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include/GL/glu.h" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include/GL/glu.h" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include/GL/glu.h" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include/GL/glu.h" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include/GL/glu.h" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include/GL/glu.h" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include/GL/glu.h" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include/GL/glu.h" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include/GL/glu.h" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include/GL/glu.h" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include/GL/glu.h" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include/GL/glu.h" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include/GL/glu.h" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include/GL/glu.h" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include/GL/glu.h" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include/GL/glu.h" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include/GL/glu.h" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include/GL/glu.h" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include/GL/glu.h" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include/GL/glu.h" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include/GL/glu.h" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include/GL/glu.h" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include/GL/glu.h" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include/GL/glu.h" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/GL/glu.h" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include/GL/glu.h" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include/GL/glu.h" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include/GL/glu.h" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include/GL/glu.h" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include/GL/glu.h" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include/GL/glu.h" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include/GL/glu.h" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include/GL/glu.h" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include/GL/glu.h" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include/GL/glu.h" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include/GL/glu.h" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include/GL/glu.h" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include/GL/glu.h" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include/GL/glu.h" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include/GL/glu.h" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include/GL/glu.h" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include/GL/glu.h" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include/GL/glu.h" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include/GL/glu.h" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include/GL/glu.h" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include/GL/glu.h" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include/GL/glu.h" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include/GL/glu.h" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include/GL/glu.h" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include/GL/glu.h" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include/GL/glu.h" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include/GL/glu.h" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include/GL/glu.h" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include/GL/glu.h" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include/GL/glu.h" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include/GL/glu.h" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include/GL/glu.h" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include/GL/glu.h" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include/GL/glu.h" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include/GL/glu.h" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include/GL/glu.h" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include/GL/glu.h" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include/GL/glu.h" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include/GL/glu.h" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include/GL/glu.h" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include/GL/glu.h" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include/GL/glu.h" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include/GL/glu.h" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include/GL/glu.h" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include/GL/glu.h" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include/GL/glu.h" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include/GL/glu.h" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include/GL/glu.h" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include/GL/glu.h" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include/GL/glu.h" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include/GL/glu.h" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include/GL/glu.h" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include/GL/glu.h" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include/GL/glu.h" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include/GL/glu.h" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include/GL/glu.h" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include/GL/glu.h" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include/GL/glu.h" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include/GL/glu.h" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include/GL/glu.h" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include/GL/glu.h" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include/GL/glu.h" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include/GL/glu.h" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include/GL/glu.h" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include/GL/glu.h" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include/GL/glu.h" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include/GL/glu.h" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include/GL/glu.h" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/GL/glu.h" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/GL/glu.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/GL/glu.h" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/GL/glu.h" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/GL/glu.h" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/GL/glu.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/GL/glu.h" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/GL/glu.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/GL/glu.h" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/GL/glu.h" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/GL/glu.h" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/GL/glu.h" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/GL/glu.h" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/GL/glu.h" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/GL/glu.h" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/GL/glu.h" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/GL/glu.h" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/GL/glu.h" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/GL/glu.h" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/GL/glu.h" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/GL/glu.h" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/GL/glu.h" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/GL/glu.h" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/GL/glu.h" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/GL/glu.h" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/GL/glu.h" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/GL/glu.h" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/GL/glu.h" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/GL/glu.h" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/GL/glu.h" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/GL/glu.h" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/GL/glu.h" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/GL/glu.h" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/GL/glu.h" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/GL/glu.h" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/GL/glu.h" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/GL/glu.h" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/GL/glu.h" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/GL/glu.h" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/GL/glu.h" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/GL/glu.h" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/GL/glu.h" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/GL/glu.h" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/GL/glu.h" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/GL/glu.h" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/GL/glu.h" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/GL/glu.h" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/GL/glu.h" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/GL/glu.h" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/GL/glu.h" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/GL/glu.h" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/GL/glu.h" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/GL/glu.h" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/GL/glu.h" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/GL/glu.h" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/GL/glu.h" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/GL/glu.h" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/GL/glu.h" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/GL/glu.h" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/GL/glu.h" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/GL/glu.h" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/GL/glu.h" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/GL/glu.h" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/GL/glu.h" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/GL/glu.h" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/GL/glu.h" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/GL/glu.h" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/GL/glu.h" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/GL/glu.h" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/GL/glu.h" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/GL/glu.h" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/GL/glu.h" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/GL/glu.h" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/GL/glu.h" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/GL/glu.h" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/GL/glu.h" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/GL/glu.h" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/GL/glu.h" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/GL/glu.h" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/GL/glu.h" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/GL/glu.h" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/GL/glu.h" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/GL/glu.h" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/GL/glu.h" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/GL/glu.h" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/GL/glu.h" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/GL/glu.h" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/GL/glu.h" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/GL/glu.h" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/GL/glu.h" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/GL/glu.h" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/GL/glu.h" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/GL/glu.h" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/GL/glu.h" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/GL/glu.h" + - "/home/greg/.config/carapace/bin/GL/glu.h" + - "/run/wrappers/bin/GL/glu.h" + - "/home/greg/.nix-profile/bin/GL/glu.h" + - "/nix/profile/bin/GL/glu.h" + - "/home/greg/.local/state/nix/profile/bin/GL/glu.h" + - "/etc/profiles/per-user/greg/bin/GL/glu.h" + - "/nix/var/nix/profiles/default/bin/GL/glu.h" + - "/run/current-system/sw/bin/GL/glu.h" + - "/usr/local/include/GL/glu.h" + - "/usr/local/GL/glu.h" + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/GL/glu.h" + found: false + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:308 (find_library)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "library" + variable: "OPENGL_opengl_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "OpenGL" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib/" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib/" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib/" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib/" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib/" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib/" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib/" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib/" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib/" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib/" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib/" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib/" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib/" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib/" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib/" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib/" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib/" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib/" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib/" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib/" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib/" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib/" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib/" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib/" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib/" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib/" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib/" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib/" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib/" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib/" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib/" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib/" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib/" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib/" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib/" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib/" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib/" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib/" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib/" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib/" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib/" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib/" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib/" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + found: "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libOpenGL.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:313 (find_library)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "library" + variable: "OPENGL_glx_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "GLX" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib/" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib/" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib/" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib/" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib/" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib/" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib/" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib/" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib/" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib/" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib/" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib/" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib/" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib/" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib/" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib/" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib/" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib/" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib/" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib/" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib/" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib/" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib/" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib/" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib/" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib/" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib/" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib/" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib/" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib/" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib/" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib/" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib/" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib/" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib/" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib/" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib/" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib/" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib/" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib/" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib/" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib/" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib/" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + found: "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLX.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:319 (find_library)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "library" + variable: "OPENGL_egl_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "EGL" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib/" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib/" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib/" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib/" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib/" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib/" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib/" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib/" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib/" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib/" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib/" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib/" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib/" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib/" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib/" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib/" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib/" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib/" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib/" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib/" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib/" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib/" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib/" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib/" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib/" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib/" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib/" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib/" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib/" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib/" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib/" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib/" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib/" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib/" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib/" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib/" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib/" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib/" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib/" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib/" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib/" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib/" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib/" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + found: "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libEGL.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:325 (find_library)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "library" + variable: "OPENGL_gles2_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "GLESv2" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib/" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib/" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib/" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib/" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib/" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib/" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib/" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib/" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib/" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib/" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib/" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib/" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib/" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib/" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib/" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib/" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib/" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib/" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib/" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib/" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib/" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib/" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib/" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib/" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib/" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib/" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib/" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib/" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib/" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib/" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib/" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib/" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib/" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib/" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib/" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib/" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib/" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib/" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib/" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib/" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib/" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib/" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib/" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + found: "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLESv2.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:330 (find_library)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "library" + variable: "OPENGL_gles3_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "GLESv3" + - "GLESv2" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib/" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib/" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib/" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib/" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib/" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib/" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib/" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib/" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib/" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib/" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib/" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib/" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib/" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib/" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib/" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib/" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib/" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib/" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib/" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib/" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib/" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib/" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib/" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib/" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib/" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib/" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib/" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib/" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib/" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib/" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib/" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib/" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib/" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib/" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib/" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib/" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib/" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib/" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib/" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib/" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib/" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib/" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib/" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib/" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib/" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib/" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib/" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib/" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib/" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib/" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib/" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib/" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib/" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib/" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib/" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib/" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib/" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib/" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib/" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib/" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib/" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib/" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib/" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib/" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib/" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib/" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib/" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib/" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib/" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib/" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib/" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib/" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib/" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib/" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib/" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib/" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib/" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib/" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib/" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib/" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib/" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib/" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib/" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib/" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib/" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib/" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + found: "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLESv2.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake:336 (find_library)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake:13 (find_package)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "library" + variable: "OPENGL_glu_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "GLU" + - "MesaGLU" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib/" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib/" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib/" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib/" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib/" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib/" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib/" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib/" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib/" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib/" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib/" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib/" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib/" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib/" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib/" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib/" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib/" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib/" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib/" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib/" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib/" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib/" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib/" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib/" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib/" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib/" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib/" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib/" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib/" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib/" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib/" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib/" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib/" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib/" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib/" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib/" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib/" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib/" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib/" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib/" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib/" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib/" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib/" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib/" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib/" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib/" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib/" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib/" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib/" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib/" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib/" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib/" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib/" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib/" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib/" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib/" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib/" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib/" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib/" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib/" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib/" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib/" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib/" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib/" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib/" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib/" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib/" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib/" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib/" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib/" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib/" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib/" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib/" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib/" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib/" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib/" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib/" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib/" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib/" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib/" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib/" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib/" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib/" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib/" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib/" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib/" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib/" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib/" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib/" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib/" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib/" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib/" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib/" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib/" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib/" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib/" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib/" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib/" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib/" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib/" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib/" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib/" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib/" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib/" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib/" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib/" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib/" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib/" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib/" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib/" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib/" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib/" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib/" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib/" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib/" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib/" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib/" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib/" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib/" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib/" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib/" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib/" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib/" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib/" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib/" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib/" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib/" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib/" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib/" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/" + found: false + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindVulkan.cmake:387 (find_path)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake:13 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:34 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "path" + variable: "Vulkan_INCLUDE_DIR" + description: "Path to a file." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "vulkan/vulkan.h" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include/" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include/" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include/" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include/" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include/" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include/" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include/" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include/" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include/" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include/" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include/" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include/" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include/" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include/" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include/" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include/" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include/" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include/" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include/" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include/" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include/" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include/" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include/" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include/" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include/" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include/" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include/" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include/" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include/" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include/" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include/" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include/" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include/" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include/" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include/" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include/" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include/" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include/" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include/" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include/" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include/" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include/" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include/" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include/" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include/" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include/" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include/" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include/" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include/" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include/" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include/" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include/" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include/" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include/" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include/" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include/" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include/" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include/" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include/" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include/" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include/" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include/" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include/" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include/" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include/" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include/" + - "/include/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/usr/local/include/" + - "/usr/local/" + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/include/vulkan/vulkan.h" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/vulkan/vulkan.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/include/vulkan/vulkan.h" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/vulkan/vulkan.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/include/vulkan/vulkan.h" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/vulkan/vulkan.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/include/vulkan/vulkan.h" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/vulkan/vulkan.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/include/vulkan/vulkan.h" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/vulkan/vulkan.h" + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include/vulkan/vulkan.h" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include/vulkan/vulkan.h" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include/vulkan/vulkan.h" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include/vulkan/vulkan.h" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include/vulkan/vulkan.h" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include/vulkan/vulkan.h" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include/vulkan/vulkan.h" + found: "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include/" + search_context: + ENV{CMAKE_INCLUDE_PATH}: + - "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include" + - "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include" + - "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include" + - "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include" + - "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include" + - "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include" + - "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include" + - "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include" + - "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include" + - "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include" + - "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include" + - "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include" + - "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include" + - "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include" + - "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include" + - "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include" + - "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include" + - "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include" + - "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include" + - "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include" + - "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include" + - "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include" + - "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include" + - "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include" + - "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include" + - "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include" + - "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include" + - "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include" + - "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include" + - "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include" + - "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include" + - "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include" + - "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include" + - "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include" + - "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include" + - "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include" + - "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include" + - "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include" + - "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include" + - "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include" + - "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include" + - "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include" + - "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include" + - "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include" + - "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include" + - "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include" + - "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include" + - "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include" + - "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include" + - "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include" + - "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include" + - "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include" + - "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include" + - "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include" + - "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include" + - "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include" + - "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include" + - "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include" + - "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include" + - "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_INCLUDE_PATH: + - "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindVulkan.cmake:394 (find_library)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake:13 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:34 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "library" + variable: "Vulkan_LIBRARY" + description: "Path to a library." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "vulkan" + candidate_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib/" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib/" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib/" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib/" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib/" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib/" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib/" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib/" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib/" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib/" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib/" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib/" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib/" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib/" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib/" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib/" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib/" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib/" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib/" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib/" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib/" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib/" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib/" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib/" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib/" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib/" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib/" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib/" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib/" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib/" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib/" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib/" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib/" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib/" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib/" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib/" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib/" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib/" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib/" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib/" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib/" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib/" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib/" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib/" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib/" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib/" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib/" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib/" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib/" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib/" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib/" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/" + - "/lib64/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/" + searched_directories: + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/" + - "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib/" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib/" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib/" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib/" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib/" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/" + found: "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/libvulkan.so" + search_context: + ENV{CMAKE_LIBRARY_PATH}: + - "/nix/store/qfaslf3f3rfy8gzz6y92lc4wcqa757cg-wayland-1.24.0/lib" + - "/nix/store/jcr97i4l3gqxyy6x3rb5yjwwxhi4454l-libxml2-2.15.1/lib" + - "/nix/store/075b6j43x9hvl1d565xgicgdjkd4qw3m-libxslt-1.1.43/lib" + - "/nix/store/61i74yjkj9p1qphfl7018ja4sdwkipx0-openssl-3.6.0/lib" + - "/nix/store/l30c488dws7z5mazacqsmj25izb9jlp2-sqlite-3.50.4/lib" + - "/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib" + - "/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib" + - "/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib" + - "/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib" + - "/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib" + - "/nix/store/li2pfjskp7ijvs29bx2077b6ggq42v0k-libjpeg-turbo-3.1.2/lib" + - "/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib" + - "/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib" + - "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib" + - "/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib" + - "/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/lib" + - "/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib" + - "/nix/store/b9p0zpa93hwvh4d0r1rmgc2500yx2ldn-libffi-3.5.2/lib" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/lib" + - "/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/lib" + - "/nix/store/7psn34r0bls45hnzmjmh590j4365w0d1-sqlite-connector-odbc-0.9993/lib" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib" + - "/nix/store/1sfz5zvv9ili5q91ia200hcxrc13mzr8-util-linux-2.41.2-lib/lib" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/lib" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/lib" + - "/nix/store/svb4qf71r2q129qgz9y97ppv63nn8n7x-libselinux-3.8.1/lib" + - "/nix/store/psfdq1794i7b45yhwhsz7zv42rnfb5fd-libsepol-3.8.1/lib" + - "/nix/store/bjk514k3fhy7q6lxxciklvjvp6rmw57c-liburcu-0.15.5/lib" + - "/nix/store/zmwfzpcds94pm81vfldy9ri0xrknag6k-lttng-ust-2.14.0/lib" + - "/nix/store/i1f35rcryp9fkh8k06ggp535ydq1grnk-libthai-0.1.29/lib" + - "/nix/store/5l4ynfahq1i28wb9p3z4jyz510xp2nh1-libdrm-2.4.128/lib" + - "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/lib" + - "/nix/store/vzdwrad5hpib85pa48bkkwniika2phxh-libdatrie-2019-12-20-lib/lib" + - "/nix/store/kplw0y2af5rh2cj0bfbxfvyd1ll2f9ld-systemd-minimal-libs-258.2/lib" + - "/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib" + - "/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib" + - "/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib" + - "/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib" + - "/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib" + - "/nix/store/q7ls1pmddb4iba2cf64k47sz2v41cf6d-libxfixes-6.0.2/lib" + - "/nix/store/bc8ya1czmghiir9f3nw18hq5aqv7pa0s-libxcomposite-0.4.6/lib" + - "/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib" + - "/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib" + - "/nix/store/yd5ww8kpca86kc96n7plp89kpkqd2wvm-libxi-1.8.2/lib" + - "/nix/store/cznnrm9dkr28jnqamhrjb28yymnwslhv-libxrender-0.9.12/lib" + - "/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib" + - "/nix/store/2x2iayb95j1c4awpaiqlacbpdkrxk6if-libxcb-util-0.4.1/lib" + - "/nix/store/59hdf9p55bx73zg8sx9sz536r6bzadgg-libxcb-image-0.4.1/lib" + - "/nix/store/3vcqc21i5g46gfa8d1rqjhx53hjka7fs-libxcb-keysyms-0.4.1/lib" + - "/nix/store/vsahr962jqa8klgk0xi7ip0sd7z87q84-libxcb-render-util-0.3.10/lib" + - "/nix/store/db02wdij0jzmgvpj3dwqyhfp55adj3zl-libxcb-wm-0.4.2/lib" + - "/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib" + - "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/lib" + - "/nix/store/nli0zrvgk98ppckqxhd1fynw8in3whjf-libxcb-cursor-0.1.6/lib" + - "/nix/store/sxszswhn6a3yjk18ybpbmsxq6b8pzwcw-libepoxy-1.5.10/lib" + - "/nix/store/54jkwsavi3fdciqfyjmbilq0jhvv4jga-gmp-with-cxx-6.3.0/lib" + - "/nix/store/l81b1s4y0js9mz3sxxpjalag5d546vvv-cups-2.4.15-lib/lib" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib" + - "/nix/store/fpi0rsz2jfi3xkvi7l5b2k03fm2lwwdk-gstreamer-1.26.5/lib" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/lib" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/lib" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib" + - "/nix/store/s3p2qhq4bdlbah35anqi4j6bn874gp5x-assimp-6.0.2-lib/lib" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib" + - "/nix/store/6hvi64vadcp7gfbjf8nhymby44h0qz9i-libtiff-4.7.1/lib" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/lib" + - "/nix/store/gcnh21g9f32c1d9qg9d7dpfhiba8r9zd-libsrtp-2.7.0/lib" + - "/nix/store/l88d97wmvdnbharrj45fmjpg2lk26jzk-libopus-1.5.2/lib" + - "/nix/store/yif7m8qvfgadddr1dbmbjls4v5a33h3r-lcms2-2.17/lib" + - "/nix/store/58lnfa43dm43r4wy8mppqxh6n5xgwqpc-libevent-2.1.12/lib" + - "/nix/store/m3prmvpp066fi9q4i87a66nnbhp0363w-libevent-2.1.12-openssl/lib" + - "/nix/store/25c6fhwz21m2jyiwfadp8s0pxmjwnwdi-ffmpeg-8.0-lib/lib" + - "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/lib" + - "/nix/store/bdcajksxmj24w3drf5zr3dvxhqidrn16-snappy-1.2.2/lib" + - "/nix/store/8hm6kz26gq7cfaw07lg8vs5632abrmdm-nspr-4.38.2/lib" + - "/nix/store/4zly4fk8fh257ya55f032wpj11bdjjp0-nss-3.112.2/lib" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib" + - "/nix/store/zkafw752mvr8j41dv7r8sg3blwix43fb-jsoncpp-1.9.6/lib" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/lib" + - "/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/lib" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/lib" + - "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/lib" + - "/nix/store/bi9dprndmb950wmh707vyc1znyc9aklw-libxcursor-1.2.3/lib" + - "/nix/store/vkczd2mh8a83sx8l10pp2r0nz88xadc7-libxrandr-1.5.4/lib" + - "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/lib" + - "/nix/store/dx8hyc130x4pr1dd0jq5rl4n9wxrvhp7-libxdamage-1.1.6/lib" + - "/nix/store/dqc7sjm61d3hq38dgjs0ma1ad2j60als-libxkbfile-1.1.3/lib" + - "/nix/store/21l1gcmgn3whyb3k0rpayhmhn0i2yzpn-libxshmfence-1.3.3/lib" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/lib" + - "/nix/store/9z2jg63df52gd4nmbggjcw41cdi4m14p-krb5-1.22.1-lib/lib" + - "/nix/store/fp8k6jlddrgalswmrmickgy8aml6gjkd-libva-2.22.0/lib" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib" + - "/nix/store/9vvyjxq3ya12bpsmq9dyda59w94s8j71-hunspell-1.7.2/lib" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib" + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_SYSTEM_LIBRARY_PATH: + - "/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindVulkan.cmake:402 (find_program)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake:13 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:34 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "program" + variable: "Vulkan_GLSLC_EXECUTABLE" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "glslc" + candidate_directories: + - "/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/sbin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + searched_directories: + - "/bin/glslc" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/glslc" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/glslc" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/glslc" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/glslc" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/glslc" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/glslc" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/glslc" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/glslc" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/glslc" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/glslc" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/glslc" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/glslc" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/glslc" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/glslc" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/glslc" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/glslc" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/glslc" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/glslc" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/glslc" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/glslc" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/glslc" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/glslc" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/glslc" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/glslc" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/glslc" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/glslc" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/glslc" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/glslc" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/glslc" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/glslc" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/glslc" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/glslc" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/glslc" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/glslc" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/glslc" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/glslc" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/glslc" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/glslc" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/glslc" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/glslc" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/glslc" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/glslc" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/glslc" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/glslc" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/glslc" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/glslc" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/glslc" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/glslc" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/glslc" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/glslc" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/glslc" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/glslc" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/glslc" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/glslc" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/glslc" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/glslc" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/glslc" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/glslc" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/glslc" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/glslc" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/glslc" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/glslc" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/glslc" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/glslc" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/glslc" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/glslc" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/glslc" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/glslc" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/glslc" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/glslc" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/glslc" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/glslc" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/glslc" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/glslc" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/glslc" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/glslc" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/glslc" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/glslc" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/glslc" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/glslc" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/glslc" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/glslc" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/glslc" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/glslc" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/glslc" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/glslc" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/glslc" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/glslc" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/glslc" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/glslc" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/glslc" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/glslc" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/glslc" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/glslc" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/glslc" + - "/home/greg/.config/carapace/bin/glslc" + - "/run/wrappers/bin/glslc" + - "/home/greg/.nix-profile/bin/glslc" + - "/nix/profile/bin/glslc" + - "/home/greg/.local/state/nix/profile/bin/glslc" + - "/etc/profiles/per-user/greg/bin/glslc" + - "/nix/var/nix/profiles/default/bin/glslc" + - "/run/current-system/sw/bin/glslc" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/glslc" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/sbin/glslc" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/glslc" + - "/usr/local/bin/glslc" + - "/usr/local/sbin/glslc" + - "/usr/local/glslc" + found: false + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + - + kind: "find-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindVulkan.cmake:410 (find_program)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake:13 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:34 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:37 (_qt_internal_find_third_party_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + mode: "program" + variable: "Vulkan_GLSLANG_VALIDATOR_EXECUTABLE" + description: "Path to a program." + settings: + SearchFramework: "NEVER" + SearchAppBundle: "NEVER" + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + names: + - "glslangValidator" + candidate_directories: + - "/bin/" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/" + - "/home/greg/.config/carapace/bin/" + - "/run/wrappers/bin/" + - "/home/greg/.nix-profile/bin/" + - "/nix/profile/bin/" + - "/home/greg/.local/state/nix/profile/bin/" + - "/etc/profiles/per-user/greg/bin/" + - "/nix/var/nix/profiles/default/bin/" + - "/run/current-system/sw/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/sbin/" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/" + - "/usr/local/bin/" + - "/usr/local/sbin/" + - "/usr/local/" + searched_directories: + - "/bin/glslangValidator" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin/glslangValidator" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin/glslangValidator" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/glslangValidator" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin/glslangValidator" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin/glslangValidator" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/glslangValidator" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin/glslangValidator" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin/glslangValidator" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/glslangValidator" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin/glslangValidator" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin/glslangValidator" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin/glslangValidator" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin/glslangValidator" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin/glslangValidator" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin/glslangValidator" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin/glslangValidator" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin/glslangValidator" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin/glslangValidator" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/glslangValidator" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin/glslangValidator" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin/glslangValidator" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin/glslangValidator" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin/glslangValidator" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin/glslangValidator" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin/glslangValidator" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin/glslangValidator" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin/glslangValidator" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin/glslangValidator" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin/glslangValidator" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin/glslangValidator" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin/glslangValidator" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin/glslangValidator" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin/glslangValidator" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin/glslangValidator" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin/glslangValidator" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin/glslangValidator" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin/glslangValidator" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin/glslangValidator" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin/glslangValidator" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin/glslangValidator" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin/glslangValidator" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin/glslangValidator" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin/glslangValidator" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin/glslangValidator" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin/glslangValidator" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin/glslangValidator" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin/glslangValidator" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin/glslangValidator" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin/glslangValidator" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin/glslangValidator" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin/glslangValidator" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin/glslangValidator" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin/glslangValidator" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin/glslangValidator" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin/glslangValidator" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin/glslangValidator" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin/glslangValidator" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin/glslangValidator" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin/glslangValidator" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin/glslangValidator" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin/glslangValidator" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin/glslangValidator" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin/glslangValidator" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin/glslangValidator" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin/glslangValidator" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin/glslangValidator" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin/glslangValidator" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin/glslangValidator" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin/glslangValidator" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin/glslangValidator" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin/glslangValidator" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin/glslangValidator" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin/glslangValidator" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin/glslangValidator" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin/glslangValidator" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin/glslangValidator" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin/glslangValidator" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin/glslangValidator" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin/glslangValidator" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin/glslangValidator" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin/glslangValidator" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin/glslangValidator" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin/glslangValidator" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin/glslangValidator" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin/glslangValidator" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin/glslangValidator" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin/glslangValidator" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin/glslangValidator" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin/glslangValidator" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin/glslangValidator" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin/glslangValidator" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin/glslangValidator" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin/glslangValidator" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin/glslangValidator" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin/glslangValidator" + - "/home/greg/.config/carapace/bin/glslangValidator" + - "/run/wrappers/bin/glslangValidator" + - "/home/greg/.nix-profile/bin/glslangValidator" + - "/nix/profile/bin/glslangValidator" + - "/home/greg/.local/state/nix/profile/bin/glslangValidator" + - "/etc/profiles/per-user/greg/bin/glslangValidator" + - "/nix/var/nix/profiles/default/bin/glslangValidator" + - "/run/current-system/sw/bin/glslangValidator" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/glslangValidator" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/sbin/glslangValidator" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/glslangValidator" + - "/usr/local/bin/glslangValidator" + - "/usr/local/sbin/glslangValidator" + - "/usr/local/glslangValidator" + found: false + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + - + kind: "find_package-v1" + backtrace: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake:42 (_qt_internal_find_tool_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:52 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + name: "Qt6DBusTools" + configs: + - + filename: "Qt6DBusToolsConfig.cmake" + kind: "cmake" + - + filename: "qt6dbustools-config.cmake" + kind: "cmake" + version_request: + version: "6.10.1" + version_complete: "6.10.1" + exact: false + settings: + required: "optional" + quiet: false + global: false + policy_scope: true + bypass_provider: false + names: + - "Qt6DBusTools" + search_paths: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/.." + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/lib/cmake" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/lib/cmake" + - "/nix/store/h9r4wg5mzj6zc53hwkrp1h2g517z0cng-vulkan-loader-1.4.328.0-dev/lib/cmake" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/lib/cmake" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/lib/cmake" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/lib/cmake" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/lib/cmake" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/lib/cmake" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/lib/cmake" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/lib/cmake" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/cmake" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/cmake" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/cmake" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/cmake" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/cmake" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/cmake" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/lib/cmake" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/cmake" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/cmake" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/cmake" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/cmake" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/cmake" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/cmake" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/cmake" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/cmake" + - "/nix/store/6xj9giqmq6f2n7ch6292gkng88h4dwkp-qtimageformats-6.10.1/lib/cmake" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/cmake" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/cmake" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/cmake" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/cmake" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/cmake" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/cmake" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/cmake" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/cmake" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/lib/cmake" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/lib/cmake" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/cmake" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/cmake" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/lib/cmake" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/lib/cmake" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/cmake" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/cmake" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/cmake" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/cmake" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/cmake" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/cmake" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/cmake" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/cmake" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/cmake" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/cmake" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/cmake" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/cmake" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/lib/cmake" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/Qt6DBusToolsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/qt6dbustools-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake" + mode: "config" + version: "6.10.1" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + - + kind: "find_package-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake:52 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake:40 (include)" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + name: "Qt6DBus" + configs: + - + filename: "Qt6DBusConfig.cmake" + kind: "cmake" + - + filename: "qt6dbus-config.cmake" + kind: "cmake" + version_request: + version: "6.10.1" + version_complete: "6.10.1" + exact: false + settings: + required: "optional" + quiet: false + global: false + policy_scope: true + bypass_provider: false + names: + - "Qt6DBus" + search_paths: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/.." + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/lib/cmake" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/lib/cmake" + - "/nix/store/h9r4wg5mzj6zc53hwkrp1h2g517z0cng-vulkan-loader-1.4.328.0-dev/lib/cmake" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/lib/cmake" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/lib/cmake" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/lib/cmake" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/lib/cmake" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/lib/cmake" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/lib/cmake" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/lib/cmake" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/cmake" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/cmake" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/cmake" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/cmake" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/cmake" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/cmake" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/lib/cmake" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/cmake" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/cmake" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/cmake" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/cmake" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/cmake" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/cmake" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/cmake" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/cmake" + - "/nix/store/6xj9giqmq6f2n7ch6292gkng88h4dwkp-qtimageformats-6.10.1/lib/cmake" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/cmake" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/cmake" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/cmake" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/cmake" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/cmake" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/cmake" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/cmake" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/cmake" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/lib/cmake" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/lib/cmake" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/cmake" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/cmake" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/lib/cmake" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/lib/cmake" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/cmake" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/cmake" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/cmake" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/cmake" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/cmake" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/cmake" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/cmake" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/cmake" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/cmake" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/cmake" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/cmake" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/cmake" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/lib/cmake" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/Qt6DBusConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/qt6dbus-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/qt6dbus-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusPrivate/Qt6DBusConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusPrivate/qt6dbus-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/qt6dbus-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake" + mode: "config" + version: "6.10.1" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + - + kind: "find_package-v1" + backtrace: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:50 (_qt_internal_find_qt_dependencies)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:40 (include)" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + name: "Qt6Gui" + configs: + - + filename: "Qt6GuiConfig.cmake" + kind: "cmake" + - + filename: "qt6gui-config.cmake" + kind: "cmake" + version_request: + version: "6.10.1" + version_complete: "6.10.1" + exact: false + settings: + required: "optional" + quiet: false + global: false + policy_scope: true + bypass_provider: false + names: + - "Qt6Gui" + search_paths: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/.." + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/lib/cmake" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/lib/cmake" + - "/nix/store/h9r4wg5mzj6zc53hwkrp1h2g517z0cng-vulkan-loader-1.4.328.0-dev/lib/cmake" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/lib/cmake" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/lib/cmake" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/lib/cmake" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/lib/cmake" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/lib/cmake" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/lib/cmake" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/lib/cmake" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/cmake" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/cmake" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/cmake" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/cmake" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/cmake" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/cmake" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/lib/cmake" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/cmake" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/cmake" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/cmake" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/cmake" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/cmake" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/cmake" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/cmake" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/cmake" + - "/nix/store/6xj9giqmq6f2n7ch6292gkng88h4dwkp-qtimageformats-6.10.1/lib/cmake" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/cmake" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/cmake" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/cmake" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/cmake" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/cmake" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/cmake" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/cmake" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/cmake" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/lib/cmake" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/lib/cmake" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/cmake" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/cmake" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/lib/cmake" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/lib/cmake" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/cmake" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/cmake" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/cmake" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/cmake" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/cmake" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/cmake" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/cmake" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/cmake" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/cmake" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/cmake" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/cmake" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/cmake" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/lib/cmake" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/Qt6GuiConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/qt6gui-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/qt6gui-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/qt6gui-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiPrivate/Qt6GuiConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiPrivate/qt6gui-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake" + mode: "config" + version: "6.10.1" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + - + kind: "find_package-v1" + backtrace: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake:237 (find_package)" + - "CMakeLists.txt:7 (find_package)" + name: "Qt6Widgets" + configs: + - + filename: "Qt6WidgetsConfig.cmake" + kind: "cmake" + - + filename: "qt6widgets-config.cmake" + kind: "cmake" + version_request: + exact: false + settings: + required: "optional" + quiet: false + global: false + policy_scope: true + bypass_provider: false + names: + - "Qt6Widgets" + search_paths: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/lib/cmake" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/lib/cmake" + - "/nix/store/h9r4wg5mzj6zc53hwkrp1h2g517z0cng-vulkan-loader-1.4.328.0-dev/lib/cmake" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/lib/cmake" + - "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/lib/cmake" + - "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/lib/cmake" + - "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/lib/cmake" + - "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/lib/cmake" + - "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/lib/cmake" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/lib/cmake" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake" + - "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/lib/cmake" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/lib/cmake" + - "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/lib/cmake" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/lib/cmake" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/lib/cmake" + - "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/lib/cmake" + - "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/lib/cmake" + - "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/lib/cmake" + - "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/lib/cmake" + - "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/lib/cmake" + - "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/lib/cmake" + - "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/lib/cmake" + - "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/lib/cmake" + - "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/lib/cmake" + - "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/lib/cmake" + - "/nix/store/6xj9giqmq6f2n7ch6292gkng88h4dwkp-qtimageformats-6.10.1/lib/cmake" + - "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/lib/cmake" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/lib/cmake" + - "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/lib/cmake" + - "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/lib/cmake" + - "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/lib/cmake" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/lib/cmake" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/lib/cmake" + - "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/lib/cmake" + - "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/lib/cmake" + - "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/lib/cmake" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/lib/cmake" + - "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/lib/cmake" + - "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/lib/cmake" + - "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/lib/cmake" + - "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/lib/cmake" + - "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/lib/cmake" + - "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/lib/cmake" + - "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/lib/cmake" + - "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/lib/cmake" + - "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/lib/cmake" + - "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/lib/cmake" + - "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/lib/cmake" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/lib/cmake" + - "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/lib/cmake" + - "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/lib/cmake" + - "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/lib/cmake" + - "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/lib/cmake" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: false + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/Qt6WidgetsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/qt6widgets-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsConfig.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/qt6widgets-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake" + mode: "config" + version: "6.10.1" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + - + kind: "find_package-v1" + backtrace: + - "CMakeLists.txt:7 (find_package)" + name: "Qt6" + components: + - + name: "Widgets" + required: true + found: false + configs: + - + filename: "Qt6Config.cmake" + kind: "cmake" + - + filename: "qt6-config.cmake" + kind: "cmake" + version_request: + exact: false + settings: + required: "required_explicit" + quiet: false + global: false + policy_scope: true + bypass_provider: false + names: + - "Qt6" + path_suffixes: + - "" + paths: + CMAKE_FIND_USE_CMAKE_PATH: true + CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true + CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true + CMAKE_FIND_USE_INSTALL_PREFIX: true + CMAKE_FIND_USE_PACKAGE_ROOT_PATH: true + CMAKE_FIND_USE_CMAKE_PACKAGE_REGISTRY: true + CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY: true + CMAKE_FIND_ROOT_PATH_MODE: "BOTH" + candidates: + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/home/greg/qt-idef/build/CMakeFiles/pkgRedirects/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WaylandClient/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WaylandClient/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6XcbQpaPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6XcbQpaPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Network/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Network/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6FbSupportPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6FbSupportPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6BuildInternals/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6BuildInternals/qt6-config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6KmsSupportPrivate/Qt6Config.cmake" + mode: "config" + reason: "no_exist" + - + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6KmsSupportPrivate/qt6-config.cmake" + mode: "config" + reason: "no_exist" + found: + path: "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake" + mode: "config" + version: "6.10.1" + search_context: + ENV{PATH}: + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/nix/store/35yc81pz0q5yba14lxhn5r3jx5yg6c3l-bash-interactive-5.3p3/bin" + - "/nix/store/6xgfl97mg6mpzaqf3z61a76c8savhg45-lndir-1.0.5/bin" + - "/nix/store/43gg5b5r400sc3cqmfcf246jz7mygr44-wayland-scanner-1.24.0-bin/bin" + - "/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin" + - "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin" + - "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin" + - "/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin" + - "/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin" + - "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/bin" + - "/nix/store/h6f8n3198gjcv61kk0bayrzcgg3dzm8s-libxml2-2.15.1-bin/bin" + - "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/bin" + - "/nix/store/baabckksj29mr07715pkw9gg7ydfr389-libxslt-1.1.43-bin/bin" + - "/nix/store/k0gl1zc7f5hk87lylxwbipb0b870bcmk-openssl-3.6.0-bin/bin" + - "/nix/store/awm8pnzpcj63lb26asvjm24j4kwg4d76-sqlite-3.50.4-bin/bin" + - "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/bin" + - "/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/bin" + - "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/bin" + - "/nix/store/54rrraasls3cass3hzry95wb8hm75vqq-libjpeg-turbo-3.1.2-bin/bin" + - "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/bin" + - "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/bin" + - "/nix/store/092z0kc1a92hlyvdmlcsbzm04320rjqn-pcre2-10.46-bin/bin" + - "/nix/store/bmdx7cg3zq7f53pl7x86v9j9b4j59cn1-zstd-1.5.7-bin/bin" + - "/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/bin" + - "/nix/store/cl94xr3m5hd08m47ah6z5iiv2y4dq700-md4c-0.5.2/bin" + - "/nix/store/0iv2chkhkjczjk3zvjnzkv03f2l2k5p4-libproxy-0.5.11/bin" + - "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/bin" + - "/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/bin" + - "/nix/store/fvgf0xw1xksz2xhz9qlwvxkkxfv8j1z0-dbus-1.14.10/bin" + - "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/bin" + - "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/bin" + - "/nix/store/11lxcq4gy4vkxp8jal83ckk9s3r8bm39-glib-2.86.2-bin/bin" + - "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/bin" + - "/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/bin" + - "/nix/store/3r64xapzb469cnb5ggpd2gpjqxc1jwcc-util-linux-2.41.2-bin/bin" + - "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/bin" + - "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/bin" + - "/nix/store/yxf868gmvpkii2cvg6pifbbl7kchpj5r-libselinux-3.8.1-bin/bin" + - "/nix/store/8slxlhwhidm5mkksv5ywyhwk0vyif9kp-libsepol-3.8.1-bin/bin" + - "/nix/store/8cbllgfn9hc6lywnlqwbhr29zawqwaf8-lttng-ust-2.14.0-bin/bin" + - "/nix/store/j99k0lphxwajhfla0r0wgxysj1b8zvsr-libdrm-2.4.128-bin/bin" + - "/nix/store/vxrbfcfyld97y7xfksmjy085dwyysipz-libdatrie-2019-12-20-bin/bin" + - "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/yqnk9l97ppx2kz65wrkk5mzxi0jixkaf-brotli-1.1.0/bin" + - "/nix/store/0hiaizxxrij1b23xmn2p9f51a2am9xxr-fontconfig-2.17.1-bin/bin" + - "/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/bin" + - "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/bin" + - "/nix/store/6ihm0nq6jnrfmx0p41gjbjp3c38s7fj0-cups-2.4.15/bin" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/bin" + - "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/bin" + - "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/bin" + - "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/bin" + - "/nix/store/h32ksnhh26lbgqdaqxhidvb2wj52ibcg-gstreamer-1.26.5-bin/bin" + - "/nix/store/734y4avqchngb92h2wypphc5hzyvjzrn-gst-plugins-bad-1.26.5/bin" + - "/nix/store/c6bsh6zwrkkhlpnrjpac9x32axnz2vx7-gst-plugins-base-1.26.5/bin" + - "/nix/store/sxr49dwx0nrbgl20xa1ivr43aif75s2a-assimp-6.0.2/bin" + - "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/bin" + - "/nix/store/fm4f8wk8zspc01wrflcqi1cp7s2hg8gm-qtquickeffectmaker-6.10.1/bin" + - "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/bin" + - "/nix/store/3d5p329zz51gxx7qxicq0k7rq2n471yv-qttools-6.10.1-dev/bin" + - "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/bin" + - "/nix/store/73y6ld76v6qbw2smwizifl43dw5xyyph-libtiff-4.7.1-bin/bin" + - "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/bin" + - "/nix/store/7yr9mld5pxyp16jd42x87l9kg45gxa4b-lcms2-2.17-bin/bin" + - "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/bin" + - "/nix/store/h1yy9rpmqqivx0nkna1hgb72fsd0xyif-ffmpeg-8.0-bin/bin" + - "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/bin" + - "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/bin" + - "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/bin" + - "/nix/store/gmpw5fapb46sm5fxirwsyl1zicx2mrax-alsa-lib-1.2.14/bin" + - "/nix/store/3ixrk3fdpmbgq7jj75dpw98bdj2gpnpd-libcap-2.77/bin" + - "/nix/store/c74jz6y37qzcv6b1iics943fk4qwcgmp-pulseaudio-17.0/bin" + - "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/bin" + - "/nix/store/cgpkyh7lhvvcfk9zim2m3h3ar5fkfm37-xrandr-1.5.3/bin" + - "/nix/store/286ik0x6mpmc8d7jj1vxnyc2fh2dixv0-pipewire-1.4.9/bin" + - "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/bin" + - "/nix/store/1byrgs1ziv2v030i1z46plpqdn7w0483-krb5-1.22.1/bin" + - "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/bin" + - "/nix/store/kj5r28bziid0bj50qx3sqkmb30vr4177-hunspell-1.7.2-bin/bin" + - "/nix/store/6z3q4k4m6hcmfa9l49b8k519bcriqs1z-qtcreator-18.0.0/bin" + - "/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin" + - "/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin" + - "/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin" + - "/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin" + - "/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin" + - "/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin" + - "/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin" + - "/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin" + - "/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin" + - "/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin" + - "/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin" + - "/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin" + - "/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin" + - "/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin" + - "/home/greg/.config/carapace/bin" + - "/run/wrappers/bin" + - "/home/greg/.nix-profile/bin" + - "/nix/profile/bin" + - "/home/greg/.local/state/nix/profile/bin" + - "/etc/profiles/per-user/greg/bin" + - "/nix/var/nix/profiles/default/bin" + - "/run/current-system/sw/bin" + CMAKE_INSTALL_PREFIX: "/usr/local" + CMAKE_SYSTEM_PREFIX_PATH: + - "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2" + - "/usr/local" + CMAKE_MODULE_PATH: + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules" + - "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/3rdparty/kwin" +... diff --git a/build/CMakeFiles/CMakeDirectoryInformation.cmake b/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..fe49964 --- /dev/null +++ b/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/greg/qt-idef") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/greg/qt-idef/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/CMakeFiles/CMakeRuleHashes.txt b/build/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..1c6898b --- /dev/null +++ b/build/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,3 @@ +# Hashes of file build rules. +1c64471a0ea28b5e9c8914c39df2bfd8 CMakeFiles/idef0_editor_autogen +298a5aa8e0d66d4759c03c6432a992e7 idef0_editor_autogen/timestamp diff --git a/build/CMakeFiles/InstallScripts.json b/build/CMakeFiles/InstallScripts.json new file mode 100644 index 0000000..3b40722 --- /dev/null +++ b/build/CMakeFiles/InstallScripts.json @@ -0,0 +1,7 @@ +{ + "InstallScripts" : + [ + "/home/greg/qt-idef/build/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/build/CMakeFiles/Makefile.cmake b/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..04723c3 --- /dev/null +++ b/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,292 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/home/greg/qt-idef/CMakeLists.txt" + "CMakeFiles/4.1.2/CMakeCXXCompiler.cmake" + "CMakeFiles/4.1.2/CMakeSystem.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapAtomic.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigExtras.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersion.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Dependencies.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Targets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeature.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeatureCommon.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtInstallPaths.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAppleHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeEarlyPolicyHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicGitHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTargetHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTestHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicToolHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreMacros.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusVersionlessAliasTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-release.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake" + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXInformation.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeGenericSystem.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXCompilerFlag.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckIncludeFileCXX.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckLibraryExists.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-CXX.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindThreads.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindVulkan.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/GNUInstallDirs.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCXXLinkerInformation.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckFlagCommonConfig.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU-CXX.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/MacroAddFileDependencies.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/GNU.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU-CXX.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU-CXX.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Initialize.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux.cmake" + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/idef0_editor_autogen.dir/AutogenInfo.json" + ".qt/QtDeploySupport.cmake" + ".qt/QtDeployTargets.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/idef0_editor.dir/DependInfo.cmake" + "CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/DependInfo.cmake" + "CMakeFiles/idef0_editor_autogen.dir/DependInfo.cmake" + ) diff --git a/build/CMakeFiles/Makefile2 b/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..e94d02f --- /dev/null +++ b/build/CMakeFiles/Makefile2 @@ -0,0 +1,189 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/greg/qt-idef + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/greg/qt-idef/build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/idef0_editor.dir/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/idef0_editor.dir/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/idef0_editor.dir/clean +clean: CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/clean +clean: CMakeFiles/idef0_editor_autogen.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/idef0_editor.dir + +# All Build rule for target. +CMakeFiles/idef0_editor.dir/all: CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/all +CMakeFiles/idef0_editor.dir/all: CMakeFiles/idef0_editor_autogen.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8 "Built target idef0_editor" +.PHONY : CMakeFiles/idef0_editor.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/idef0_editor.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/greg/qt-idef/build/CMakeFiles 9 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/idef0_editor.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/greg/qt-idef/build/CMakeFiles 0 +.PHONY : CMakeFiles/idef0_editor.dir/rule + +# Convenience name for target. +idef0_editor: CMakeFiles/idef0_editor.dir/rule +.PHONY : idef0_editor + +# codegen rule for target. +CMakeFiles/idef0_editor.dir/codegen: CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8 "Finished codegen for target idef0_editor" +.PHONY : CMakeFiles/idef0_editor.dir/codegen + +# clean rule for target. +CMakeFiles/idef0_editor.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/clean +.PHONY : CMakeFiles/idef0_editor.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/idef0_editor_autogen_timestamp_deps.dir + +# All Build rule for target. +CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build.make CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build.make CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num= "Built target idef0_editor_autogen_timestamp_deps" +.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/greg/qt-idef/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/greg/qt-idef/build/CMakeFiles 0 +.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/rule + +# Convenience name for target. +idef0_editor_autogen_timestamp_deps: CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/rule +.PHONY : idef0_editor_autogen_timestamp_deps + +# codegen rule for target. +CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build.make CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num= "Finished codegen for target idef0_editor_autogen_timestamp_deps" +.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/codegen + +# clean rule for target. +CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build.make CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/clean +.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/idef0_editor_autogen.dir + +# All Build rule for target. +CMakeFiles/idef0_editor_autogen.dir/all: CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor_autogen.dir/build.make CMakeFiles/idef0_editor_autogen.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor_autogen.dir/build.make CMakeFiles/idef0_editor_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=9 "Built target idef0_editor_autogen" +.PHONY : CMakeFiles/idef0_editor_autogen.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/idef0_editor_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/greg/qt-idef/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/idef0_editor_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/greg/qt-idef/build/CMakeFiles 0 +.PHONY : CMakeFiles/idef0_editor_autogen.dir/rule + +# Convenience name for target. +idef0_editor_autogen: CMakeFiles/idef0_editor_autogen.dir/rule +.PHONY : idef0_editor_autogen + +# codegen rule for target. +CMakeFiles/idef0_editor_autogen.dir/codegen: CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor_autogen.dir/build.make CMakeFiles/idef0_editor_autogen.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=9 "Finished codegen for target idef0_editor_autogen" +.PHONY : CMakeFiles/idef0_editor_autogen.dir/codegen + +# clean rule for target. +CMakeFiles/idef0_editor_autogen.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor_autogen.dir/build.make CMakeFiles/idef0_editor_autogen.dir/clean +.PHONY : CMakeFiles/idef0_editor_autogen.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..6decae9 --- /dev/null +++ b/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,5 @@ +/home/greg/qt-idef/build/CMakeFiles/idef0_editor.dir +/home/greg/qt-idef/build/CMakeFiles/edit_cache.dir +/home/greg/qt-idef/build/CMakeFiles/rebuild_cache.dir +/home/greg/qt-idef/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir +/home/greg/qt-idef/build/CMakeFiles/idef0_editor_autogen.dir diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/CMakeFiles/idef0_editor.dir/DependInfo.cmake b/build/CMakeFiles/idef0_editor.dir/DependInfo.cmake new file mode 100644 index 0000000..3a8083a --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/DependInfo.cmake @@ -0,0 +1,30 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/greg/qt-idef/build/idef0_editor_autogen/mocs_compilation.cpp" "CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o" "gcc" "CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o.d" + "/home/greg/qt-idef/src/MainWindow.cpp" "CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o" "gcc" "CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o.d" + "/home/greg/qt-idef/src/items/ArrowItem.cpp" "CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o" "gcc" "CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o.d" + "/home/greg/qt-idef/src/items/BlockItem.cpp" "CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o" "gcc" "CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o.d" + "/home/greg/qt-idef/src/items/DiagramScene.cpp" "CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o" "gcc" "CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o.d" + "/home/greg/qt-idef/src/items/JunctionItem.cpp" "CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o" "gcc" "CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o.d" + "/home/greg/qt-idef/src/main.cpp" "CMakeFiles/idef0_editor.dir/src/main.cpp.o" "gcc" "CMakeFiles/idef0_editor.dir/src/main.cpp.o.d" + "" "idef0_editor" "gcc" "CMakeFiles/idef0_editor.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/idef0_editor.dir/build.make b/build/CMakeFiles/idef0_editor.dir/build.make new file mode 100644 index 0000000..9a8bcc4 --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/build.make @@ -0,0 +1,215 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/greg/qt-idef + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/greg/qt-idef/build + +# Include any dependencies generated for this target. +include CMakeFiles/idef0_editor.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/idef0_editor.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/idef0_editor.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/idef0_editor.dir/flags.make + +CMakeFiles/idef0_editor.dir/codegen: +.PHONY : CMakeFiles/idef0_editor.dir/codegen + +CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o: CMakeFiles/idef0_editor.dir/flags.make +CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o: idef0_editor_autogen/mocs_compilation.cpp +CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o: CMakeFiles/idef0_editor.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o -MF CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o -c /home/greg/qt-idef/build/idef0_editor_autogen/mocs_compilation.cpp + +CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.i" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/greg/qt-idef/build/idef0_editor_autogen/mocs_compilation.cpp > CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.i + +CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.s" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/greg/qt-idef/build/idef0_editor_autogen/mocs_compilation.cpp -o CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.s + +CMakeFiles/idef0_editor.dir/src/main.cpp.o: CMakeFiles/idef0_editor.dir/flags.make +CMakeFiles/idef0_editor.dir/src/main.cpp.o: /home/greg/qt-idef/src/main.cpp +CMakeFiles/idef0_editor.dir/src/main.cpp.o: CMakeFiles/idef0_editor.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/idef0_editor.dir/src/main.cpp.o" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/idef0_editor.dir/src/main.cpp.o -MF CMakeFiles/idef0_editor.dir/src/main.cpp.o.d -o CMakeFiles/idef0_editor.dir/src/main.cpp.o -c /home/greg/qt-idef/src/main.cpp + +CMakeFiles/idef0_editor.dir/src/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/idef0_editor.dir/src/main.cpp.i" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/greg/qt-idef/src/main.cpp > CMakeFiles/idef0_editor.dir/src/main.cpp.i + +CMakeFiles/idef0_editor.dir/src/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/idef0_editor.dir/src/main.cpp.s" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/greg/qt-idef/src/main.cpp -o CMakeFiles/idef0_editor.dir/src/main.cpp.s + +CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o: CMakeFiles/idef0_editor.dir/flags.make +CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o: /home/greg/qt-idef/src/MainWindow.cpp +CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o: CMakeFiles/idef0_editor.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o -MF CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o.d -o CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o -c /home/greg/qt-idef/src/MainWindow.cpp + +CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.i" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/greg/qt-idef/src/MainWindow.cpp > CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.i + +CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.s" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/greg/qt-idef/src/MainWindow.cpp -o CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.s + +CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o: CMakeFiles/idef0_editor.dir/flags.make +CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o: /home/greg/qt-idef/src/items/DiagramScene.cpp +CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o: CMakeFiles/idef0_editor.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o -MF CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o.d -o CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o -c /home/greg/qt-idef/src/items/DiagramScene.cpp + +CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.i" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/greg/qt-idef/src/items/DiagramScene.cpp > CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.i + +CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.s" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/greg/qt-idef/src/items/DiagramScene.cpp -o CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.s + +CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o: CMakeFiles/idef0_editor.dir/flags.make +CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o: /home/greg/qt-idef/src/items/BlockItem.cpp +CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o: CMakeFiles/idef0_editor.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o -MF CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o.d -o CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o -c /home/greg/qt-idef/src/items/BlockItem.cpp + +CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.i" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/greg/qt-idef/src/items/BlockItem.cpp > CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.i + +CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.s" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/greg/qt-idef/src/items/BlockItem.cpp -o CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.s + +CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o: CMakeFiles/idef0_editor.dir/flags.make +CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o: /home/greg/qt-idef/src/items/ArrowItem.cpp +CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o: CMakeFiles/idef0_editor.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o -MF CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o.d -o CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o -c /home/greg/qt-idef/src/items/ArrowItem.cpp + +CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.i" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/greg/qt-idef/src/items/ArrowItem.cpp > CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.i + +CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.s" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/greg/qt-idef/src/items/ArrowItem.cpp -o CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.s + +CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o: CMakeFiles/idef0_editor.dir/flags.make +CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o: /home/greg/qt-idef/src/items/JunctionItem.cpp +CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o: CMakeFiles/idef0_editor.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o -MF CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o.d -o CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o -c /home/greg/qt-idef/src/items/JunctionItem.cpp + +CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.i" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/greg/qt-idef/src/items/JunctionItem.cpp > CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.i + +CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.s" + /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/greg/qt-idef/src/items/JunctionItem.cpp -o CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.s + +# Object files for target idef0_editor +idef0_editor_OBJECTS = \ +"CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/idef0_editor.dir/src/main.cpp.o" \ +"CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o" \ +"CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o" \ +"CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o" \ +"CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o" \ +"CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o" + +# External object files for target idef0_editor +idef0_editor_EXTERNAL_OBJECTS = + +idef0_editor: CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o +idef0_editor: CMakeFiles/idef0_editor.dir/src/main.cpp.o +idef0_editor: CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o +idef0_editor: CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o +idef0_editor: CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o +idef0_editor: CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o +idef0_editor: CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o +idef0_editor: CMakeFiles/idef0_editor.dir/build.make +idef0_editor: CMakeFiles/idef0_editor.dir/compiler_depend.ts +idef0_editor: /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Widgets.so.6.10.1 +idef0_editor: /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Gui.so.6.10.1 +idef0_editor: /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLX.so +idef0_editor: /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libOpenGL.so +idef0_editor: /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Core.so.6.10.1 +idef0_editor: CMakeFiles/idef0_editor.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Linking CXX executable idef0_editor" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/idef0_editor.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/idef0_editor.dir/build: idef0_editor +.PHONY : CMakeFiles/idef0_editor.dir/build + +CMakeFiles/idef0_editor.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/idef0_editor.dir/cmake_clean.cmake +.PHONY : CMakeFiles/idef0_editor.dir/clean + +CMakeFiles/idef0_editor.dir/depend: + cd /home/greg/qt-idef/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/greg/qt-idef /home/greg/qt-idef /home/greg/qt-idef/build /home/greg/qt-idef/build /home/greg/qt-idef/build/CMakeFiles/idef0_editor.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/idef0_editor.dir/depend + diff --git a/build/CMakeFiles/idef0_editor.dir/cmake_clean.cmake b/build/CMakeFiles/idef0_editor.dir/cmake_clean.cmake new file mode 100644 index 0000000..5d4e727 --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/cmake_clean.cmake @@ -0,0 +1,27 @@ +file(REMOVE_RECURSE + "CMakeFiles/idef0_editor.dir/link.d" + "CMakeFiles/idef0_editor_autogen.dir/AutogenUsed.txt" + "CMakeFiles/idef0_editor_autogen.dir/ParseCache.txt" + "idef0_editor_autogen" + "CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o" + "CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o.d" + "CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o" + "CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o.d" + "CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o" + "CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o.d" + "CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o" + "CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o.d" + "CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o" + "CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o.d" + "CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o" + "CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o.d" + "CMakeFiles/idef0_editor.dir/src/main.cpp.o" + "CMakeFiles/idef0_editor.dir/src/main.cpp.o.d" + "idef0_editor" + "idef0_editor.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/idef0_editor.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/idef0_editor.dir/compiler_depend.internal b/build/CMakeFiles/idef0_editor.dir/compiler_depend.internal new file mode 100644 index 0000000..5c4fef3 --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/compiler_depend.internal @@ -0,0 +1,3471 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o + /home/greg/qt-idef/build/idef0_editor_autogen/mocs_compilation.cpp + /home/greg/qt-idef/src/items/BlockItem.h + /home/greg/qt-idef/src/items/DiagramScene.h + /home/greg/qt-idef/src/items/JunctionItem.h + /home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/moc_BlockItem.cpp + /home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/moc_DiagramScene.cpp + /home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/moc_JunctionItem.cpp + /home/greg/qt-idef/src/MainWindow.h + /home/greg/qt-idef/build/idef0_editor_autogen/UVLADIE3JM/moc_MainWindow.cpp + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20algorithm.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmocconstants.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmochelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o + /home/greg/qt-idef/src/MainWindow.cpp + /home/greg/qt-idef/src/MainWindow.h + /home/greg/qt-idef/src/items/BlockItem.h + /home/greg/qt-idef/src/items/DiagramScene.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QAction + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainter.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsView + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QStatusBar + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QToolBar + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractscrollarea.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qscrollarea.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstatusbar.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtoolbar.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o + /home/greg/qt-idef/src/items/ArrowItem.cpp + /home/greg/qt-idef/src/items/ArrowItem.h + /home/greg/qt-idef/src/items/BlockItem.h + /home/greg/qt-idef/src/items/DiagramScene.h + /home/greg/qt-idef/src/items/JunctionItem.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QtMath + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qurl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QCursor + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QPen + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextcursor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextdocument.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextformat.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSceneMouseEvent + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSimpleTextItem + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QInputDialog + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QLineEdit + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qdialog.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicssceneevent.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qinputdialog.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qlineedit.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/deque.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_deque.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_queue.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/deque + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/queue + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o + /home/greg/qt-idef/src/items/BlockItem.cpp + /home/greg/qt-idef/src/items/ArrowItem.h + /home/greg/qt-idef/src/items/BlockItem.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qurl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QPainter + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainter.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextcursor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextdocument.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextformat.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSceneMouseEvent + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QInputDialog + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qdialog.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicssceneevent.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qinputdialog.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qlineedit.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o + /home/greg/qt-idef/src/items/DiagramScene.cpp + /home/greg/qt-idef/src/items/ArrowItem.h + /home/greg/qt-idef/src/items/BlockItem.h + /home/greg/qt-idef/src/items/DiagramScene.h + /home/greg/qt-idef/src/items/JunctionItem.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QHash + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QList + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QObject + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QRect + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSize + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSizeF + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QTimer + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication_platform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevice.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlocale.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnativeinterface.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtimer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qurl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QKeyEvent + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QTransform + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qevent.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qeventpoint.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication_platform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qinputdevice.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qinputmethod.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpointingdevice.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qscreen.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qscreen_platform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvector2d.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvectornd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSceneMouseEvent + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicssceneevent.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o + /home/greg/qt-idef/src/items/JunctionItem.cpp + /home/greg/qt-idef/src/items/ArrowItem.h + /home/greg/qt-idef/src/items/BlockItem.h + /home/greg/qt-idef/src/items/JunctionItem.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstractitemmodel.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlocale.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qregularexpression.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QPainter + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainter.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvalidator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QStyleOptionGraphicsItem + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractslider.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractspinbox.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qrubberband.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qslider.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstyle.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstyleoption.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabbar.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/main.cpp.o + /home/greg/qt-idef/src/main.cpp + /home/greg/qt-idef/src/MainWindow.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication_platform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlocale.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnativeinterface.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication_platform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qinputmethod.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QApplication + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qapplication.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +idef0_editor + /nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/libxkbcommon.so.0 + /nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/libxcb.so.1 + /nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/libsystemd.so.0 + /nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicudata.so.76 + /nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicui18n.so.76 + /nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicuuc.so.76 + /nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/libpng16.so.16 + /nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/libX11.so.6 + /nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/libpcre2-16.so.0 + /nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/libpcre2-8.so.0 + /nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/libmd4c.so.0 + /nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/libvulkan.so + /nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/libXext.so.6 + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libEGL.so.1 + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLX.so + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLdispatch.so.0 + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libOpenGL.so + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Core.so.6.10.1 + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6DBus.so.6 + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Gui.so.6.10.1 + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Widgets.so.6.10.1 + /nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/libharfbuzz.so.0 + /nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/libdbus-1.so.3 + /nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/libfontconfig.so.1 + /nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/libb2.so.1 + /nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/libXdmcp.so.6 + /nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/libexpat.so.1 + /nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/libXau.so.6 + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a + /nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/libgraphite2.so.3 + /nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/libz.so.1 + /nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/libdouble-conversion.so.3 + /nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/libzstd.so.1 + /nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/libbrotlicommon.so.1 + /nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/libbrotlidec.so.1 + /nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/libbz2.so.1 + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so.1 + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgomp.so.1 + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libstdc++.so + /nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/libcap.so.2 + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2 + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so.6 + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc_nonshared.a + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libdl.so.2 + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so.6 + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libmvec.so.1 + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libpthread.so.0 + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/librt.so.1 + /nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libglib-2.0.so.0 + /nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libgthread-2.0.so.0 + /nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/libfreetype.so.6 + /home/greg/qt-idef/build/CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o + /home/greg/qt-idef/build/CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o + /home/greg/qt-idef/build/CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o + /home/greg/qt-idef/build/CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o + /home/greg/qt-idef/build/CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o + /home/greg/qt-idef/build/CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o + /home/greg/qt-idef/build/CMakeFiles/idef0_editor.dir/src/main.cpp.o + diff --git a/build/CMakeFiles/idef0_editor.dir/compiler_depend.make b/build/CMakeFiles/idef0_editor.dir/compiler_depend.make new file mode 100644 index 0000000..5490bb4 --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/compiler_depend.make @@ -0,0 +1,4721 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o: idef0_editor_autogen/mocs_compilation.cpp \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /home/greg/qt-idef/src/items/DiagramScene.h \ + /home/greg/qt-idef/src/items/JunctionItem.h \ + idef0_editor_autogen/DWIBBXP2LJ/moc_BlockItem.cpp \ + idef0_editor_autogen/DWIBBXP2LJ/moc_DiagramScene.cpp \ + idef0_editor_autogen/DWIBBXP2LJ/moc_JunctionItem.cpp \ + /home/greg/qt-idef/src/MainWindow.h \ + idef0_editor_autogen/UVLADIE3JM/moc_MainWindow.cpp \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20algorithm.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmocconstants.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmochelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o: /home/greg/qt-idef/src/MainWindow.cpp \ + /home/greg/qt-idef/src/MainWindow.h \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /home/greg/qt-idef/src/items/DiagramScene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QAction \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsView \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QStatusBar \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QToolBar \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractscrollarea.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qscrollarea.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstatusbar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtoolbar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o: /home/greg/qt-idef/src/items/ArrowItem.cpp \ + /home/greg/qt-idef/src/items/ArrowItem.h \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /home/greg/qt-idef/src/items/DiagramScene.h \ + /home/greg/qt-idef/src/items/JunctionItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QtMath \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qurl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QCursor \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QPen \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextdocument.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSceneMouseEvent \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSimpleTextItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QInputDialog \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QLineEdit \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qdialog.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicssceneevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qinputdialog.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qlineedit.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/deque.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_deque.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_queue.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/deque \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/queue \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o: /home/greg/qt-idef/src/items/BlockItem.cpp \ + /home/greg/qt-idef/src/items/ArrowItem.h \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qurl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QPainter \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextdocument.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSceneMouseEvent \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QInputDialog \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qdialog.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicssceneevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qinputdialog.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qlineedit.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o: /home/greg/qt-idef/src/items/DiagramScene.cpp \ + /home/greg/qt-idef/src/items/ArrowItem.h \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /home/greg/qt-idef/src/items/DiagramScene.h \ + /home/greg/qt-idef/src/items/JunctionItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QHash \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QList \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QRect \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSize \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSizeF \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QTimer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication_platform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlocale.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnativeinterface.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qurl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QKeyEvent \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QTransform \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qeventpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication_platform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qinputdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qinputmethod.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpointingdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qscreen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qscreen_platform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvector2d.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvectornd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSceneMouseEvent \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicssceneevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o: /home/greg/qt-idef/src/items/JunctionItem.cpp \ + /home/greg/qt-idef/src/items/ArrowItem.h \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /home/greg/qt-idef/src/items/JunctionItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstractitemmodel.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlocale.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qregularexpression.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QPainter \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvalidator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QStyleOptionGraphicsItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractslider.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractspinbox.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qrubberband.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qslider.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstyle.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstyleoption.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabbar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +CMakeFiles/idef0_editor.dir/src/main.cpp.o: /home/greg/qt-idef/src/main.cpp \ + /home/greg/qt-idef/src/MainWindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication_platform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlocale.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnativeinterface.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication_platform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qinputmethod.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QApplication \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qapplication.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + +idef0_editor: /nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/libxkbcommon.so.0 \ + /nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/libxcb.so.1 \ + /nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/libsystemd.so.0 \ + /nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicudata.so.76 \ + /nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicui18n.so.76 \ + /nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicuuc.so.76 \ + /nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/libpng16.so.16 \ + /nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/libX11.so.6 \ + /nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/libpcre2-16.so.0 \ + /nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/libpcre2-8.so.0 \ + /nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/libmd4c.so.0 \ + /nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/libvulkan.so \ + /nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/libXext.so.6 \ + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libEGL.so.1 \ + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLX.so \ + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLdispatch.so.0 \ + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libOpenGL.so \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Core.so.6.10.1 \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6DBus.so.6 \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Gui.so.6.10.1 \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Widgets.so.6.10.1 \ + /nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/libharfbuzz.so.0 \ + /nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/libdbus-1.so.3 \ + /nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/libfontconfig.so.1 \ + /nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/libb2.so.1 \ + /nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/libXdmcp.so.6 \ + /nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/libexpat.so.1 \ + /nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/libXau.so.6 \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a \ + /nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/libgraphite2.so.3 \ + /nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/libz.so.1 \ + /nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/libdouble-conversion.so.3 \ + /nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/libzstd.so.1 \ + /nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/libbrotlicommon.so.1 \ + /nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/libbrotlidec.so.1 \ + /nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/libbz2.so.1 \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so.1 \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgomp.so.1 \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libstdc++.so \ + /nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/libcap.so.2 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so.6 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc_nonshared.a \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libdl.so.2 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so.6 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libmvec.so.1 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libpthread.so.0 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/librt.so.1 \ + /nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libglib-2.0.so.0 \ + /nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libgthread-2.0.so.0 \ + /nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/libfreetype.so.6 \ + CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o \ + CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o \ + CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o \ + CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o \ + CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o \ + CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o \ + CMakeFiles/idef0_editor.dir/src/main.cpp.o + + +CMakeFiles/idef0_editor.dir/src/main.cpp.o: + +CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o: + +CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o: + +CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o: + +CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o: + +/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/libfreetype.so.6: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/librt.so.1: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libpthread.so.0: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so.6: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc_nonshared.a: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libstdc++.so: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so: + +/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/libbz2.so.1: + +/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/libz.so.1: + +/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/libgraphite2.so.3: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o: + +/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/libXau.so.6: + +/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/libXdmcp.so.6: + +/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/libfontconfig.so.1: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Widgets.so.6.10.1: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Gui.so.6.10.1: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6DBus.so.6: + +/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLX.so: + +/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libEGL.so.1: + +/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/libvulkan.so: + +/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/libpcre2-8.so.0: + +/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicuuc.so.76: + +/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicui18n.so.76: + +/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicudata.so.76: + +/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/libsystemd.so.0: + +/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/libxcb.so.1: + +/home/greg/qt-idef/src/main.cpp: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabbar.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstyleoption.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstyle.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qrubberband.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractspinbox.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractslider.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QStyleOptionGraphicsItem: + +/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/libX11.so.6: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstractitemmodel.h: + +/home/greg/qt-idef/src/items/JunctionItem.cpp: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvector2d.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qinputmethod.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qinputdevice.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QApplication: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h: + +/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/libpcre2-16.so.0: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextcursor.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpointingdevice.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/queue: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h: + +/home/greg/qt-idef/src/items/BlockItem.cpp: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QToolBar: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h: + +/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/libdouble-conversion.so.3: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h: + +/home/greg/qt-idef/src/items/DiagramScene.cpp: + +CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qscreen_platform.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h: + +/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/libdbus-1.so.3: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QTransform: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgomp.so.1: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h: + +/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/libxkbcommon.so.0: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QAction: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsview.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h: + +/home/greg/qt-idef/src/MainWindow.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QPainter: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Core.so.6.10.1: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSimpleTextItem: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer: + +/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLdispatch.so.0: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h: + +idef0_editor_autogen/DWIBBXP2LJ/moc_DiagramScene.cpp: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h: + +/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libOpenGL.so: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QStatusBar: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h: + +CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qeventpoint.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h: + +idef0_editor_autogen/DWIBBXP2LJ/moc_BlockItem.cpp: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h: + +/home/greg/qt-idef/src/items/BlockItem.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libmvec.so.1: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h: + +/home/greg/qt-idef/src/items/JunctionItem.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h: + +/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libgthread-2.0.so.0: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h: + +idef0_editor_autogen/DWIBBXP2LJ/moc_JunctionItem.cpp: + +idef0_editor_autogen/mocs_compilation.cpp: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h: + +/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/libzstd.so.1: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint: + +/home/greg/qt-idef/src/items/ArrowItem.cpp: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h: + +idef0_editor_autogen/UVLADIE3JM/moc_MainWindow.cpp: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h: + +/home/greg/qt-idef/src/items/DiagramScene.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qslider.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h: + +/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/libcap.so.2: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qscreen.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvalidator.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so.1: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicssceneevent.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h: + +/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/libbrotlicommon.so.1: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstatusbar.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmocconstants.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/deque.tcc: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvectornd.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h: + +/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libglib-2.0.so.0: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSize: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h: + +/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/libexpat.so.1: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSceneMouseEvent: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextformat.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtoolbar.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication_platform.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h: + +/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/libb2.so.1: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_deque.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h: + +/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/libpng16.so.16: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qinputdialog.h: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libdl.so.2: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QHash: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QList: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QKeyEvent: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QRect: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_queue.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20algorithm.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h: + +/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/libmd4c.so.0: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSizeF: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qscrollarea.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so.6: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmochelpers.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/deque: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsView: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc: + +/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/libbrotlidec.so.1: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qurl.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QtMath: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h: + +/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/libXext.so.6: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qapplication.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h: + +/home/greg/qt-idef/src/MainWindow.cpp: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainter.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractscrollarea.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h: + +/home/greg/qt-idef/src/items/ArrowItem.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QCursor: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QPen: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextdocument.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QLineEdit: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qdialog.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qlineedit.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QObject: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QTimer: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication_platform.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevice.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlocale.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qregularexpression.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnativeinterface.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QInputDialog: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtimer.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qevent.h: + +/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/libharfbuzz.so.0: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication.h: diff --git a/build/CMakeFiles/idef0_editor.dir/compiler_depend.ts b/build/CMakeFiles/idef0_editor.dir/compiler_depend.ts new file mode 100644 index 0000000..a1451bd --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for idef0_editor. diff --git a/build/CMakeFiles/idef0_editor.dir/depend.make b/build/CMakeFiles/idef0_editor.dir/depend.make new file mode 100644 index 0000000..75351bf --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for idef0_editor. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/idef0_editor.dir/flags.make b/build/CMakeFiles/idef0_editor.dir/flags.make new file mode 100644 index 0000000..ee2fe54 --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# compile CXX with /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ +CXX_DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + +CXX_INCLUDES = -I/home/greg/qt-idef/build/idef0_editor_autogen/include -I/home/greg/qt-idef/src -isystem /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore -isystem /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/mkspecs/linux-g++ -isystem /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets -isystem /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui + +CXX_FLAGS = -g -std=gnu++17 -fPIC + diff --git a/build/CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o b/build/CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o new file mode 100644 index 0000000..d9399a8 Binary files /dev/null and b/build/CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o differ diff --git a/build/CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o.d b/build/CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o.d new file mode 100644 index 0000000..ae99b4a --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o.d @@ -0,0 +1,479 @@ +CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o: \ + /home/greg/qt-idef/build/idef0_editor_autogen/mocs_compilation.cpp \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /home/greg/qt-idef/build/idef0_editor_autogen/UVLADIE3JM/moc_MainWindow.cpp \ + /home/greg/qt-idef/build/idef0_editor_autogen/UVLADIE3JM/../../../src/MainWindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmochelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmocconstants.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20algorithm.h \ + /home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/moc_BlockItem.cpp \ + /home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/../../../src/items/BlockItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/moc_DiagramScene.cpp \ + /home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/../../../src/items/DiagramScene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/moc_JunctionItem.cpp \ + /home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/../../../src/items/JunctionItem.h diff --git a/build/CMakeFiles/idef0_editor.dir/link.d b/build/CMakeFiles/idef0_editor.dir/link.d new file mode 100644 index 0000000..0e97adf --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/link.d @@ -0,0 +1,244 @@ +idef0_editor: \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o \ + CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o \ + CMakeFiles/idef0_editor.dir/src/main.cpp.o \ + CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o \ + CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o \ + CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o \ + CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o \ + CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Widgets.so.6.10.1 \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Gui.so.6.10.1 \ + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLX.so \ + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libOpenGL.so \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Core.so.6.10.1 \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libstdc++.so \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so.6 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libmvec.so.1 \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so.1 \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so.6 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc_nonshared.a \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2 \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so.1 \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o \ + /nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/libxkbcommon.so.0 \ + /nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/libvulkan.so \ + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libEGL.so.1 \ + /nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/libfontconfig.so.1 \ + /nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/libX11.so.6 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libdl.so.2 \ + /nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libglib-2.0.so.0 \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6DBus.so.6 \ + /nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/libpng16.so.16 \ + /nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/libharfbuzz.so.0 \ + /nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/libmd4c.so.0 \ + /nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/libfreetype.so.6 \ + /nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/libz.so.1 \ + /nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libgthread-2.0.so.0 \ + /nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libgthread-2.0.so.0 \ + /nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/libXext.so.6 \ + /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLdispatch.so.0 \ + /nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicui18n.so.76 \ + /nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicuuc.so.76 \ + /nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicudata.so.76 \ + /nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/libsystemd.so.0 \ + /nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/libdouble-conversion.so.3 \ + /nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/libb2.so.1 \ + /nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/libpcre2-16.so.0 \ + /nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/libzstd.so.1 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/librt.so.1 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2 \ + /nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/libbz2.so.1 \ + /nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/libbrotlidec.so.1 \ + /nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libpthread.so.0 \ + /nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/libexpat.so.1 \ + /nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/libxcb.so.1 \ + /nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/libpcre2-8.so.0 \ + /nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/libdbus-1.so.3 \ + /nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/libgraphite2.so.3 \ + /nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/libcap.so.2 \ + /nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgomp.so.1 \ + /nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/libbrotlicommon.so.1 \ + /nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/libXau.so.6 \ + /nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/libXdmcp.so.6 + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/Scrt1.o: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crti.o: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtbeginS.o: + +CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o: + +CMakeFiles/idef0_editor.dir/src/main.cpp.o: + +CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o: + +CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o: + +CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o: + +CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o: + +CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Widgets.so.6.10.1: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Gui.so.6.10.1: + +/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLX.so: + +/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libOpenGL.so: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Core.so.6.10.1: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libstdc++.so: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libm.so.6: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libmvec.so.1: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so.1: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc.so.6: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libc_nonshared.a: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgcc_s.so.1: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/libgcc.a: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/crtendS.o: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/crtn.o: + +/nix/store/01sqssy0ysxwv4bgzpn4gvc2yqkkgk32-libxkbcommon-1.11.0/lib/libxkbcommon.so.0: + +/nix/store/7h3p5dm7p8wrbdm7ssb3mybvcjm5f79p-vulkan-loader-1.4.328.0/lib/libvulkan.so: + +/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libEGL.so.1: + +/nix/store/fv1pn74dydwg55cihrqfi80qwhvfjfy6-fontconfig-2.17.1-lib/lib/libfontconfig.so.1: + +/nix/store/6p48z0mqlj7cb3b6dwnr5vwp20g3ip1k-libx11-1.8.12/lib/libX11.so.6: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libdl.so.2: + +/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libglib-2.0.so.0: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6DBus.so.6: + +/nix/store/4g4fxnf801v4h4ycgs66mmh5xxaafyhd-libpng-apng-1.6.52/lib/libpng16.so.16: + +/nix/store/ah0rz8fl94x6145nc2clzhzav83sy7ww-harfbuzz-12.1.0/lib/libharfbuzz.so.0: + +/nix/store/7a21wiq12jwbmxz8m8lclrwf5vqzns59-md4c-0.5.2-lib/lib/libmd4c.so.0: + +/nix/store/yp73is8ggzwgxrhs4ps2kqqa3j0irxhf-freetype-2.13.3/lib/libfreetype.so.6: + +/nix/store/l7xwm1f6f3zj2x8jwdbi8gdyfbx07sh7-zlib-1.3.1/lib/libz.so.1: + +/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libgthread-2.0.so.0: + +/nix/store/y3b8871nfnj5dpsigi455hhizdy0j2ph-glib-2.86.2/lib/libgthread-2.0.so.0: + +/nix/store/9l2yamjmbxy4dvb8i7mpgpfsijzlnlvs-libxext-1.3.6/lib/libXext.so.6: + +/nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLdispatch.so.0: + +/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicui18n.so.76: + +/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicuuc.so.76: + +/nix/store/4424mzk2pyia5v1j33zjgrjaivrdy03y-icu4c-76.1/lib/libicudata.so.76: + +/nix/store/2jfxgvg1fqabjp65aqdrk50ljfmkd6pl-systemd-258.2/lib/libsystemd.so.0: + +/nix/store/lypsqvvf7g9wybbf1f84qxjhqah7r9lb-double-conversion-3.3.1/lib/libdouble-conversion.so.3: + +/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/lib/libb2.so.1: + +/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/libpcre2-16.so.0: + +/nix/store/s7vmxmhkq439cjb7ag9w198p6dk7kl0w-zstd-1.5.7/lib/libzstd.so.1: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/librt.so.1: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/ld-linux-x86-64.so.2: + +/nix/store/xgavznqg1ay2hycpp7yy9ia1n751jcla-bzip2-1.0.8/lib/libbz2.so.1: + +/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/libbrotlidec.so.1: + +/nix/store/xx7cm72qy2c0643cm1ipngd87aqwkcdp-glibc-2.40-66/lib/libpthread.so.0: + +/nix/store/jnjcxanszfrp8ln69wp0n9s237xbh7bz-expat-2.7.3/lib/libexpat.so.1: + +/nix/store/1yiaq2pxhwmrpwb00cc7vmqiwqr4ddg5-libxcb-1.17.0/lib/libxcb.so.1: + +/nix/store/6y07blp88mrgn05wxbif8yzmd0g2ss4x-pcre2-10.46/lib/libpcre2-8.so.0: + +/nix/store/b7ww3ygsjpl27k103nx52jdqsrszagq6-dbus-1.14.10-lib/lib/libdbus-1.so.3: + +/nix/store/l23546kmr2c2qvsck9wanfa7chp6jq5r-graphite2-1.3.14/lib/libgraphite2.so.3: + +/nix/store/xwhk6jifg6gvw495dyaslm1vr4rjcj91-libcap-2.77-lib/lib/libcap.so.2: + +/nix/store/xm08aqdd7pxcdhm0ak6aqb1v7hw5q6ri-gcc-14.3.0-lib/lib/libgomp.so.1: + +/nix/store/v8czfabwiry1aik0j3b4mqkqvn7vnxfi-brotli-1.1.0-lib/lib/libbrotlicommon.so.1: + +/nix/store/k7c25042pnppz6zri2icylj4carrglqi-libxau-1.0.12/lib/libXau.so.6: + +/nix/store/j00mkcq37jwplkzk9r8r0snh4cvxb0k0-libxdmcp-1.1.5/lib/libXdmcp.so.6: diff --git a/build/CMakeFiles/idef0_editor.dir/link.txt b/build/CMakeFiles/idef0_editor.dir/link.txt new file mode 100644 index 0000000..798d38f --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/link.txt @@ -0,0 +1 @@ +/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ -g -Wl,--dependency-file=CMakeFiles/idef0_editor.dir/link.d CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o CMakeFiles/idef0_editor.dir/src/main.cpp.o CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o -o idef0_editor /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Widgets.so.6.10.1 /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Gui.so.6.10.1 /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libGLX.so /nix/store/a6ysfcvac8l7p33xgwlca7kd5s3p35g1-libglvnd-1.7.0/lib/libOpenGL.so /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/libQt6Core.so.6.10.1 diff --git a/build/CMakeFiles/idef0_editor.dir/progress.make b/build/CMakeFiles/idef0_editor.dir/progress.make new file mode 100644 index 0000000..5b29368 --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/progress.make @@ -0,0 +1,9 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 +CMAKE_PROGRESS_5 = 5 +CMAKE_PROGRESS_6 = 6 +CMAKE_PROGRESS_7 = 7 +CMAKE_PROGRESS_8 = 8 + diff --git a/build/CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o b/build/CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o new file mode 100644 index 0000000..49a621f Binary files /dev/null and b/build/CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o differ diff --git a/build/CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o.d b/build/CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o.d new file mode 100644 index 0000000..c417234 --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o.d @@ -0,0 +1,485 @@ +CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o: \ + /home/greg/qt-idef/src/MainWindow.cpp \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /home/greg/qt-idef/src/MainWindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h \ + /home/greg/qt-idef/src/items/DiagramScene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsView \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qscrollarea.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractscrollarea.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QToolBar \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtoolbar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QAction \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QStatusBar \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstatusbar.h diff --git a/build/CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o b/build/CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o new file mode 100644 index 0000000..da32369 Binary files /dev/null and b/build/CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o differ diff --git a/build/CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o.d b/build/CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o.d new file mode 100644 index 0000000..ade3f4f --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o.d @@ -0,0 +1,503 @@ +CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o: \ + /home/greg/qt-idef/src/items/ArrowItem.cpp \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /home/greg/qt-idef/src/items/ArrowItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /home/greg/qt-idef/src/items/JunctionItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QPen \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QtMath \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSceneMouseEvent \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicssceneevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSimpleTextItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QCursor \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QInputDialog \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qinputdialog.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qlineedit.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextdocument.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qurl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qdialog.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QLineEdit \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qlineedit.h \ + /home/greg/qt-idef/src/items/DiagramScene.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/queue \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/deque \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_deque.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/deque.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_queue.h diff --git a/build/CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o b/build/CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o new file mode 100644 index 0000000..32b9537 Binary files /dev/null and b/build/CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o differ diff --git a/build/CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o.d b/build/CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o.d new file mode 100644 index 0000000..b365556 --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o.d @@ -0,0 +1,487 @@ +CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o: \ + /home/greg/qt-idef/src/items/BlockItem.cpp \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /home/greg/qt-idef/src/items/ArrowItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QPainter \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSceneMouseEvent \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicssceneevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QInputDialog \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qinputdialog.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qlineedit.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextdocument.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qurl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qdialog.h diff --git a/build/CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o b/build/CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o new file mode 100644 index 0000000..3fbffb3 Binary files /dev/null and b/build/CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o differ diff --git a/build/CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o.d b/build/CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o.d new file mode 100644 index 0000000..5d22018 --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o.d @@ -0,0 +1,502 @@ +CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o: \ + /home/greg/qt-idef/src/items/DiagramScene.cpp \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /home/greg/qt-idef/src/items/DiagramScene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /home/greg/qt-idef/src/items/ArrowItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /home/greg/qt-idef/src/items/JunctionItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsSceneMouseEvent \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicssceneevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QKeyEvent \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qurl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qeventpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvector2d.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvectornd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpointingdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qinputdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qscreen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QList \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QRect \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSize \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSizeF \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QTransform \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnativeinterface.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qscreen_platform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication_platform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qinputmethod.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlocale.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication_platform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QTimer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QHash \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h diff --git a/build/CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o b/build/CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o new file mode 100644 index 0000000..81f3b07 Binary files /dev/null and b/build/CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o differ diff --git a/build/CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o.d b/build/CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o.d new file mode 100644 index 0000000..d76b83a --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o.d @@ -0,0 +1,486 @@ +CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o: \ + /home/greg/qt-idef/src/items/JunctionItem.cpp \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /home/greg/qt-idef/src/items/JunctionItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /home/greg/qt-idef/src/items/ArrowItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsPathItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QString \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/QPainter \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtextoption.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QStyleOptionGraphicsItem \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstyleoption.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlocale.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractspinbox.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qvalidator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qregularexpression.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qslider.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qabstractslider.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qstyle.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabbar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qrubberband.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qframe.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstractitemmodel.h diff --git a/build/CMakeFiles/idef0_editor.dir/src/main.cpp.o b/build/CMakeFiles/idef0_editor.dir/src/main.cpp.o new file mode 100644 index 0000000..40f6547 Binary files /dev/null and b/build/CMakeFiles/idef0_editor.dir/src/main.cpp.o differ diff --git a/build/CMakeFiles/idef0_editor.dir/src/main.cpp.o.d b/build/CMakeFiles/idef0_editor.dir/src/main.cpp.o.d new file mode 100644 index 0000000..18b4a90 --- /dev/null +++ b/build/CMakeFiles/idef0_editor.dir/src/main.cpp.o.d @@ -0,0 +1,473 @@ +CMakeFiles/idef0_editor.dir/src/main.cpp.o: \ + /home/greg/qt-idef/src/main.cpp \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QApplication \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qapplication.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdint.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-intn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-uintn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdint-least.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdlib.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitflags.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/waitstatus.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/byteswap.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uintn-identity.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/select-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/alloca.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-bsearch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib-float.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_algorithm_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/math.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/math-vector.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libm-simd-decl-stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/flt-eval-method.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-logb.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/fp-fast.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-helper-functions.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/mathcalls-narrow.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/iscanonical.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/asm-generic/errno-base.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_memory_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreevent.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasictimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qabstracteventdispatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qeventloop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdeadlinetimer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnativeinterface.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcoreapplication_platform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix1_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/local_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/linux/limits.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/posix2_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/xopen_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/uio_lim.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qinputmethod.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlocale.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qguiapplication_platform.h \ + /home/greg/qt-idef/src/MainWindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h diff --git a/build/CMakeFiles/idef0_editor_autogen.dir/AutogenInfo.json b/build/CMakeFiles/idef0_editor_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..656f40e --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen.dir/AutogenInfo.json @@ -0,0 +1,605 @@ +{ + "BUILD_DIR" : "/home/greg/qt-idef/build/idef0_editor_autogen", + "CMAKE_BINARY_DIR" : "/home/greg/qt-idef/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/greg/qt-idef/build", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/greg/qt-idef", + "CMAKE_EXECUTABLE" : "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/greg/qt-idef/CMakeLists.txt", + "/home/greg/qt-idef/build/CMakeFiles/4.1.2/CMakeSystem.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Initialize.cmake", + "/home/greg/qt-idef/build/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeGenericSystem.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/UnixPaths.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXInformation.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-CXX.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU-CXX.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCXXLinkerInformation.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU-CXX.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU-CXX.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/GNU.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeEarlyPolicyHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigExtras.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtInstallPaths.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Targets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeature.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXCompilerFlag.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckFlagCommonConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeatureCommon.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAppleHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicGitHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTargetHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTestHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicToolHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Dependencies.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindThreads.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckLibraryExists.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckIncludeFileCXX.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapAtomic.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreMacros.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/GNUInstallDirs.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindVulkan.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/MacroAddFileDependencies.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusVersionlessAliasTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfig.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-release.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/greg/qt-idef", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/greg/qt-idef/build/idef0_editor_autogen/deps", + "DEP_FILE_RULE_NAME" : "idef0_editor_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/greg/qt-idef/src/MainWindow.h", + "MU", + "UVLADIE3JM/moc_MainWindow.cpp", + null + ], + [ + "/home/greg/qt-idef/src/items/ArrowItem.h", + "MU", + "DWIBBXP2LJ/moc_ArrowItem.cpp", + null + ], + [ + "/home/greg/qt-idef/src/items/BlockItem.h", + "MU", + "DWIBBXP2LJ/moc_BlockItem.cpp", + null + ], + [ + "/home/greg/qt-idef/src/items/DiagramScene.h", + "MU", + "DWIBBXP2LJ/moc_DiagramScene.cpp", + null + ], + [ + "/home/greg/qt-idef/src/items/JunctionItem.h", + "MU", + "DWIBBXP2LJ/moc_JunctionItem.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/greg/qt-idef/build/idef0_editor_autogen/include", + "MOC_COMPILATION_FILE" : "/home/greg/qt-idef/build/idef0_editor_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/greg/qt-idef/src", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/mkspecs/linux-g++", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui", + "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include", + "/nix/store/fknbs9ds3a253rmz5x7fb36iryn4gsbp-libglvnd-1.7.0-dev/include", + "/nix/store/1hbrb92iqyhmhz9z093404mw7cq85dv2-vulkan-headers-1.4.328.0/include", + "/nix/store/lzf47dz31f99yc8vdwvp2bigvg0mxasx-wayland-1.24.0-dev/include", + "/nix/store/www785flca9qwyacn033z0p18p8vp00l-libxml2-2.15.1-dev/include", + "/nix/store/rhpjc99p0pxx9rbply1daykj63fq1lqx-libxslt-1.1.43-dev/include", + "/nix/store/ydrckgnllgg8nmhdwni81h7xhcpnrlhd-openssl-3.6.0-dev/include", + "/nix/store/na40apkxgv855bc8qpbi6gf0yvdzvnij-sqlite-3.50.4-dev/include", + "/nix/store/hqvsiah013yzb17b13fn18fpqk7m13cg-zlib-1.3.1-dev/include", + "/nix/store/dapfd70fy8gk6xgdz0s1igfmrnp6qjhn-harfbuzz-12.1.0-dev/include", + "/nix/store/yl8g659lpfr1nm5178kafil091kb3p8n-graphite2-1.3.14-dev/include", + "/nix/store/xsa61plh8lg41pdpp8hbd143hpczpfh2-icu4c-76.1-dev/include", + "/nix/store/978afdy60i94ffw14rxsmpxr552v8xry-libjpeg-turbo-3.1.2-dev/include", + "/nix/store/42f5v548p10b1nk07d9q2yxcxv20h7pz-libpng-apng-1.6.52-dev/include", + "/nix/store/jnbmxwgx9nq8qwnrzw09h9893q5appvi-pcre2-10.46-dev/include", + "/nix/store/5jbx0nr2y3b0hr0gv4np4wplzigrxhjw-zstd-1.5.7-dev/include", + "/nix/store/fzdk20kacv75wfb3j00brrm14352a0z4-libb2-0.98.1/include", + "/nix/store/18nad58kqxwl2pjpa3kcdfbj5rixxzyf-md4c-0.5.2-dev/include", + "/nix/store/k3w71qjn7hd5kga8l6hdiw4bgwzkqzgr-double-conversion-3.3.1-dev/include", + "/nix/store/bwgpbb9f1mbg6d28h15aq2zj55cs6n5h-libproxy-0.5.11-dev/include", + "/nix/store/jwn10vzwrck5h445yzzn1dbi5sv3vzms-dbus-1.14.10-dev/include", + "/nix/store/94j5bdf27k7f95hdw1ppqwggwxjw76jk-expat-2.7.3-dev/include", + "/nix/store/qwwflbwj4bq5a2qxkxb1v4s95kvap311-glib-2.86.2-dev/include", + "/nix/store/9pvv6nip8hbk19ca24wmncjir9pv8vas-libffi-3.5.2-dev/include", + "/nix/store/kwr2jkqrbf6gsalagrka7gb7yrn71qpi-gettext-0.25.1/include", + "/nix/store/l1fi677mcxsa175gf0zvpk68kf1calbn-glibc-iconv-2.40/include", + "/nix/store/x6w9w8ibvgdghvw50f0xx4gch3sbs79r-unixODBC-2.3.12/include", + "/nix/store/0dzc1mzxcrrmzvmvxd5x5i1cq03vr9l5-mariadb-connector-odbc-3.2.6/include", + "/nix/store/lwaghlr5vfhi0ccbr34q7sczz1yl6x7m-systemd-258.2-dev/include", + "/nix/store/m3j25cwlkc9rclgrwf5sxscfshim36pk-util-linux-2.41.2-dev/include", + "/nix/store/i3p64zgy5xji08zk8in77ljav3hn624d-mtdev-1.1.7/include", + "/nix/store/lzvaz298kw4f8i2fz0rlfg47s587qfkk-lksctp-tools-1.0.21/include", + "/nix/store/48y0cljq1w1ngc8ss9xlr3pywa65mn1i-libselinux-3.8.1-dev/include", + "/nix/store/0zlnq9s84q2im6fcjm4kvgp74s7mck6l-libsepol-3.8.1-dev/include", + "/nix/store/i2h1irnyl80rgf5k71lzpndsn8bhm5xy-lttng-ust-2.14.0-dev/include", + "/nix/store/fn86adab6fnc4wr3bbhbjpgfraaml7sp-liburcu-0.15.5-dev/include", + "/nix/store/4cvkj82hclh2p0srirhjvx9l08zmplkw-libthai-0.1.29-dev/include", + "/nix/store/7825gd1d68s2nmn4s35z1s4xqndk8vxx-libdrm-2.4.128-dev/include", + "/nix/store/2fvlr5n8n01q567v3wqj2c4gy25vshx0-mesa-libgbm-25.1.0/include", + "/nix/store/krib2jk3avznjilxxgq7apiwjaq337fa-libdatrie-2019-12-20-dev/include", + "/nix/store/0gwks6yg6ay90p3z9s4gq09g46mlhc86-systemd-minimal-libs-258.2-dev/include", + "/nix/store/vnwbawip0d1fgc2h9gjf8s50c1r2h7gx-fontconfig-2.17.1-dev/include", + "/nix/store/zc72v0ffydnz4rl7hhfpl8pa5h3g93zr-freetype-2.13.3-dev/include", + "/nix/store/q1a3bjhg3b4plgb7fk7zis1gi09rbi1d-bzip2-1.0.8-dev/include", + "/nix/store/9jixqayj11r1b2r4ikrwb3kc51innr6j-brotli-1.1.0-dev/include", + "/nix/store/c8zanvqhjwpsi130933vdcfpp8454yc4-libx11-1.8.12-dev/include", + "/nix/store/mq1y6y0ckk5i7xga1ly68325pn14n2wz-xorgproto-2024.1/include", + "/nix/store/6d6bk98ns6s9ijv07iqlmkyvn4is5s7k-libxcomposite-0.4.6-dev/include", + "/nix/store/p0hxg753mjsj43r9sfbsz7b8zgyrlj1p-libxfixes-6.0.2-dev/include", + "/nix/store/c66mmmp6fpy167rjkpbb16y613n2pqbf-libxext-1.3.6-dev/include", + "/nix/store/6g2x8240kcrzvhr4g0j1vb486vc3xrhy-libxau-1.0.12-dev/include", + "/nix/store/vw4lsbvviq27xbqk06cvwdr058q1zi4c-libxi-1.8.2-dev/include", + "/nix/store/jxrsdzmb3yckv4wbgc6qqm75wd2665d6-libxrender-0.9.12-dev/include", + "/nix/store/g3cygnkh5l3sgdn8c3x2rg1mp4wzq7c0-libxcb-1.17.0-dev/include", + "/nix/store/mcpa1g1314m2c6vm8vfafp8whsgbmza2-libxkbcommon-1.11.0-dev/include", + "/nix/store/rvb46i73a89jv1kk1q15n4jzlhj0hcap-libxcb-util-0.4.1-dev/include", + "/nix/store/27ynbc5a535k6vq6761jg6p0j7ri1lh3-libxcb-image-0.4.1-dev/include", + "/nix/store/sb0mzwp5kwnb3yp7nvlpisagfys5dlz0-libxcb-keysyms-0.4.1-dev/include", + "/nix/store/fprrcpmryzgvyg7mnyaljdakvyxfqjql-libxcb-render-util-0.3.10-dev/include", + "/nix/store/rqziqkdddaddm7fmz636g58piv0d3shx-libxcb-wm-0.4.2-dev/include", + "/nix/store/h46bmbp9mhh2600bwqrhd5xakhdk60w6-libxdmcp-1.1.5-dev/include", + "/nix/store/li5sxddcq8cmblbw0zw6wrdbaypwcqn4-libxtst-1.2.5/include", + "/nix/store/kfpknnzsxn564wzi9zsnn6ksk52sqvx2-libxcb-cursor-0.1.6-dev/include", + "/nix/store/f01j5vig9zfb22vccxxyixpy874s199j-libepoxy-1.5.10-dev/include", + "/nix/store/n68wiqgz0m92l3b1aa1s8wihicfi0h4w-cups-2.4.15-dev/include", + "/nix/store/f7hbkvplxa9kbd316csian2q6j7wwnjb-gmp-with-cxx-6.3.0-dev/include", + "/nix/store/xcz6n5nb6hz41s6zx35apidy2nrg8ysg-qtlanguageserver-6.10.1/include", + "/nix/store/vkq124hfbvnr9jlkynqsdbvkl1gxy5zx-qtshadertools-6.10.1/include", + "/nix/store/476jix399vgzdn0q7an9pb5dpzyxdhfp-qtsvg-6.10.1/include", + "/nix/store/3wk298i7a1vplvzaq2dgflqvp5my4pnd-qtdeclarative-6.10.1/include", + "/nix/store/hg47kn2xcjv56bcqa7kr6g55aljpnbi1-qtquick3d-6.10.1/include", + "/nix/store/pg91q1jk3lapszq3z4h3crjqspsw3xll-gstreamer-1.26.5-dev/include", + "/nix/store/wwqx4a68ncq3l8ap5gqh3xpa8y90bqw2-gst-plugins-bad-1.26.5-dev/include", + "/nix/store/brffc22sh23pmnn1h59cmqsrawvlbyi2-gst-plugins-base-1.26.5-dev/include", + "/nix/store/0d97dxdvc0k0b1qgzar9njlmg0ijxhcw-qtmultimedia-6.10.1/include", + "/nix/store/y2g5q2kz7l8zxnh8j3clv3xrpnx7kfkn-assimp-6.0.2-dev/include", + "/nix/store/xqffwl03n8q812cv7xzhhqjydh1csyrz-qt3d-6.10.1/include", + "/nix/store/5b1kjn7p834wfjr368zafgia92y6dhxn-qtdatavis3d-6.10.1/include", + "/nix/store/k9mdq1l6cwm2g8k5pc8zqi5ky9g6ahm8-qtwebsockets-6.10.1/include", + "/nix/store/wj1lc80rpg20rz77z9c737l62p65cmnl-qthttpserver-6.10.1/include", + "/nix/store/fx4wj1k73b24hpsph0rg5q3gvjhmalbg-qtscxml-6.10.1/include", + "/nix/store/mlmn8nc6k33n8sa5x5nqig55x5i16ap0-qtspeech-6.10.1/include", + "/nix/store/z906619sk97i0ml3npcbk4pqkn7ami3h-qtwayland-6.10.1/include", + "/nix/store/fafgamqjdjnlb552sxn5km7pv3mqai4b-qt5compat-6.10.1/include", + "/nix/store/nbmmhrvdyigwhnfzskg3q17z2hzg5ynw-qtmqtt-6.10.1/include", + "/nix/store/7x5vfnbp25v0xzsms4nkdq90g875wq38-qtquick3dphysics-6.10.1/include", + "/nix/store/pdywg2b8574j9h4wprpp8kl0p43kplyj-qtsensors-6.10.1/include", + "/nix/store/nnp9j1sh4pfy6b4n23zqzd1cq0vjnypr-qtwebchannel-6.10.1/include", + "/nix/store/0s9r0kcvslkx0drw3s8qid1qjhqb1vp5-qtserialport-6.10.1/include", + "/nix/store/0jqmy5b6xyw70fql73ffqy93qvf1l38a-qtserialbus-6.10.1/include", + "/nix/store/wwy5q4kgi317mmgri3brbcf459gmnm3x-qttools-6.10.1/include", + "/nix/store/4ar798lvfrbgpqvk2b14rxvldkp62c00-qtpositioning-6.10.1/include", + "/nix/store/kahlv34g05cb6z14dwf4m6xs4byy7130-libtiff-4.7.1-dev/include", + "/nix/store/fp3smsmiykshdz8i4y35l4zpzyi04njz-libwebp-1.6.0/include", + "/nix/store/aizgp7h0b46r538rka49013axwk3c0q0-libsrtp-2.7.0-dev/include", + "/nix/store/y6npdmpl7k5vxqd61cdd3sd0zj6ga6la-libopus-1.5.2-dev/include", + "/nix/store/yb3gwcl7qhrw3h8miszz6wv5dbvnjbq2-lcms2-2.17-dev/include", + "/nix/store/cmzp441alwf18kbz3j0b6kjgbgclbcd1-libevent-2.1.12-dev/include", + "/nix/store/1012xkcrhxiscs5hgg2x2bvbq14hdpwc-ffmpeg-8.0-dev/include", + "/nix/store/qqz8l3jpsrkz0w9k8iksmc2dv2lsqv5c-minizip-1.3.1/include", + "/nix/store/gjvybsw08nsvi3af4040rdsx5smmfpa3-snappy-1.2.2-dev/include", + "/nix/store/n0cxm3lwp03i7hgq3a0c2bdsrykjsdcy-nss-3.112.2-dev/include", + "/nix/store/v3y369a1a0vx7c4af1w4q1pq9r9417hx-nspr-4.38.2-dev/include", + "/nix/store/vpjk1z71ga010lyzn7f5abbjm4pnr7qn-protobuf-32.1/include", + "/nix/store/7qfvcajvjs89fxqk4379zhbdmlmxjaxb-abseil-cpp-20250814.1/include", + "/nix/store/cp3k5dc2185608sjsmi3lcb586h90h22-jsoncpp-1.9.6-dev/include", + "/nix/store/mrfic8hyvl105yximwsxvhdy9040v9w7-alsa-lib-1.2.14-dev/include", + "/nix/store/30iay019vsg0lsysvg3nl60x6lc5q9rn-pulseaudio-17.0-dev/include", + "/nix/store/0k5f3idb90k2h4cwq2glai6j3ka84rqv-libcap-2.77-dev/include", + "/nix/store/bcxr3g5wvdsavqh01wh07jq1r3qmqrax-pciutils-3.14.0/include", + "/nix/store/7hl3rvp09q15ali4s9dlz7qm4ykxibw1-libxscrnsaver-1.2.5/include", + "/nix/store/kqv3wdilb87sh0nc78n6ifq986jncgc7-libxcursor-1.2.3-dev/include", + "/nix/store/qpbva8r4vdmgm7b73awxzqimf7kz756b-libxrandr-1.5.4-dev/include", + "/nix/store/zs61p3mpp95m7yicfj7ckrn2nqkwq2qi-libpciaccess-0.18.1/include", + "/nix/store/wdbkzkalmjlqghh8nmc7kswns4bq4krz-libxdamage-1.1.6-dev/include", + "/nix/store/9m6i4lv3k6gdfjb5fmcx3bwxda594sy7-libxkbfile-1.1.3-dev/include", + "/nix/store/kdwsh4qcgp6l5wqiq3fa6pppwwfc4p8v-libxshmfence-1.3.3-dev/include", + "/nix/store/2ix68xnkynfpwx8s3nkjdavrlvgbgn71-pipewire-1.4.9-dev/include", + "/nix/store/k09kq98k3xmjwskphhgr35bmjddqg1im-krb5-1.22.1-dev/include", + "/nix/store/ssnkvr726zzin1kgfda4sgi4k3yb2z6p-libva-2.22.0-dev/include", + "/nix/store/8nbv3d1qal0kpbvd7fk3gqzak50xps27-qtwebengine-6.10.1/include", + "/nix/store/f3pimh3lq65010qiyp2jdmg5a6kg0f2h-qtcharts-6.10.1/include", + "/nix/store/0ppz18f8kz9ckxcmckvv1rn6pag11yly-qtquicktimeline-6.10.1/include", + "/nix/store/k4dcgrkiv6dw5d4n5xz1khw9y2zcsv6g-qtgraphs-6.10.1/include", + "/nix/store/b31p5badcyirmplmcvwdqv0d2gdscgwv-qtlocation-6.10.1/include", + "/nix/store/95skbnpl7alqi09jym3n68nqjkwxzxzn-qtnetworkauth-6.10.1/include", + "/nix/store/z9avlvs4cgczznfl9k4h1478d45618d8-qtconnectivity-6.10.1/include", + "/nix/store/x13k5zv0yzs0br6nx4bm1hd2hr524f80-qtgrpc-6.10.1/include", + "/nix/store/4rjgaan9gvl9flf7g6zr6icv48yji420-qtlottie-6.10.1/include", + "/nix/store/cykq4zqn97b7g9yc0p0rzaf6h1v450a5-qtremoteobjects-6.10.1/include", + "/nix/store/c2gyymxki26whjb9wwmi5cbzpxgch13j-hunspell-1.7.2-dev/include", + "/nix/store/fd3xbpdhgpcxgi9nsxbby778c74mbs32-qtvirtualkeyboard-6.10.1/include", + "/nix/store/sqx4s13s955vwl3w8p573qz8w90zzwgj-qtwebview-6.10.1/include", + "/nix/store/dapb7jgx4kgzd29jlpycinxs5488yqak-qtcreator-18.0.0-dev/include", + "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0", + "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu", + "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward", + "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include", + "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include", + "/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include-fixed", + "/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include" + ], + "MOC_MACRO_NAMES" : + [ + "Q_OBJECT", + "Q_GADGET", + "Q_NAMESPACE", + "Q_NAMESPACE_EXPORT", + "Q_GADGET_EXPORT", + "Q_ENUM_NS" + ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++", + "-std=gnu++17", + "-w", + "-dM", + "-E", + "/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/greg/qt-idef/build/idef0_editor_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 8, + "PARSE_CACHE_FILE" : "/home/greg/qt-idef/build/CMakeFiles/idef0_editor_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/libexec/moc", + "QT_UIC_EXECUTABLE" : "/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/libexec/uic", + "QT_VERSION_MAJOR" : 6, + "QT_VERSION_MINOR" : 10, + "SETTINGS_FILE" : "/home/greg/qt-idef/build/CMakeFiles/idef0_editor_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ "/home/greg/qt-idef/src/MainWindow.cpp", "MU", null ], + [ "/home/greg/qt-idef/src/items/ArrowItem.cpp", "MU", null ], + [ "/home/greg/qt-idef/src/items/BlockItem.cpp", "MU", null ], + [ "/home/greg/qt-idef/src/items/DiagramScene.cpp", "MU", null ], + [ "/home/greg/qt-idef/src/items/JunctionItem.cpp", "MU", null ], + [ "/home/greg/qt-idef/src/main.cpp", "MU", null ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : true, + "VERBOSITY" : 0 +} diff --git a/build/CMakeFiles/idef0_editor_autogen.dir/AutogenUsed.txt b/build/CMakeFiles/idef0_editor_autogen.dir/AutogenUsed.txt new file mode 100644 index 0000000..8d39110 --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:8e56ec02fa73a09f638e3c34130d1ed3e640a45d4c6f0c547011abd4448a6cf0 +uic:95aee32c9d781a31c1ddd609dad0c902f56f8999f54ce55b9ee3f8d981ad3267 diff --git a/build/CMakeFiles/idef0_editor_autogen.dir/DependInfo.cmake b/build/CMakeFiles/idef0_editor_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..465a8cf --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "" "idef0_editor_autogen/timestamp" "custom" "idef0_editor_autogen/deps" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/idef0_editor_autogen.dir/ParseCache.txt b/build/CMakeFiles/idef0_editor_autogen.dir/ParseCache.txt new file mode 100644 index 0000000..35e0bc9 --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen.dir/ParseCache.txt @@ -0,0 +1,1662 @@ +# Generated by CMake. Changes will be overwritten. +/home/greg/qt-idef/src/MainWindow.h + mmc:Q_OBJECT + mdp:/home/greg/qt-idef/build/idef0_editor_autogen/moc_predefs.h + mdp:/home/greg/qt-idef/src/MainWindow.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h +/home/greg/qt-idef/src/items/BlockItem.cpp +/home/greg/qt-idef/src/items/ArrowItem.h +/home/greg/qt-idef/src/items/BlockItem.h + mmc:Q_OBJECT + mdp:/home/greg/qt-idef/build/idef0_editor_autogen/moc_predefs.h + mdp:/home/greg/qt-idef/src/items/BlockItem.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h +/home/greg/qt-idef/src/items/ArrowItem.cpp +/home/greg/qt-idef/src/items/DiagramScene.h + mmc:Q_OBJECT + mdp:/home/greg/qt-idef/build/idef0_editor_autogen/moc_predefs.h + mdp:/home/greg/qt-idef/src/items/BlockItem.h + mdp:/home/greg/qt-idef/src/items/DiagramScene.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h +/home/greg/qt-idef/src/MainWindow.cpp +/home/greg/qt-idef/src/items/JunctionItem.h + mmc:Q_OBJECT + mdp:/home/greg/qt-idef/build/idef0_editor_autogen/moc_predefs.h + mdp:/home/greg/qt-idef/src/items/JunctionItem.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h + mdp:/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + mdp:/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + mdp:/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + mdp:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h +/home/greg/qt-idef/src/items/DiagramScene.cpp +/home/greg/qt-idef/src/items/JunctionItem.cpp +/home/greg/qt-idef/src/main.cpp diff --git a/build/CMakeFiles/idef0_editor_autogen.dir/build.make b/build/CMakeFiles/idef0_editor_autogen.dir/build.make new file mode 100644 index 0000000..75ab1f2 --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen.dir/build.make @@ -0,0 +1,97 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/greg/qt-idef + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/greg/qt-idef/build + +# Utility rule file for idef0_editor_autogen. + +# Include any custom commands dependencies for this target. +include CMakeFiles/idef0_editor_autogen.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/idef0_editor_autogen.dir/progress.make + +CMakeFiles/idef0_editor_autogen: idef0_editor_autogen/timestamp + +idef0_editor_autogen/timestamp: /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/libexec/moc +idef0_editor_autogen/timestamp: /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/libexec/uic +idef0_editor_autogen/timestamp: CMakeFiles/idef0_editor_autogen.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/greg/qt-idef/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target idef0_editor" + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E cmake_autogen /home/greg/qt-idef/build/CMakeFiles/idef0_editor_autogen.dir/AutogenInfo.json Debug + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E touch /home/greg/qt-idef/build/idef0_editor_autogen/timestamp + +CMakeFiles/idef0_editor_autogen.dir/codegen: +.PHONY : CMakeFiles/idef0_editor_autogen.dir/codegen + +idef0_editor_autogen: CMakeFiles/idef0_editor_autogen +idef0_editor_autogen: idef0_editor_autogen/timestamp +idef0_editor_autogen: CMakeFiles/idef0_editor_autogen.dir/build.make +.PHONY : idef0_editor_autogen + +# Rule to build all files generated by this target. +CMakeFiles/idef0_editor_autogen.dir/build: idef0_editor_autogen +.PHONY : CMakeFiles/idef0_editor_autogen.dir/build + +CMakeFiles/idef0_editor_autogen.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/idef0_editor_autogen.dir/cmake_clean.cmake +.PHONY : CMakeFiles/idef0_editor_autogen.dir/clean + +CMakeFiles/idef0_editor_autogen.dir/depend: + cd /home/greg/qt-idef/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/greg/qt-idef /home/greg/qt-idef /home/greg/qt-idef/build /home/greg/qt-idef/build /home/greg/qt-idef/build/CMakeFiles/idef0_editor_autogen.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/idef0_editor_autogen.dir/depend + diff --git a/build/CMakeFiles/idef0_editor_autogen.dir/cmake_clean.cmake b/build/CMakeFiles/idef0_editor_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..b01907e --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/idef0_editor_autogen" + "idef0_editor_autogen/mocs_compilation.cpp" + "idef0_editor_autogen/timestamp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/idef0_editor_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/idef0_editor_autogen.dir/compiler_depend.internal b/build/CMakeFiles/idef0_editor_autogen.dir/compiler_depend.internal new file mode 100644 index 0000000..98a64db --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen.dir/compiler_depend.internal @@ -0,0 +1,705 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +/home/greg/qt-idef/build/idef0_editor_autogen/timestamp + /home/greg/qt-idef/CMakeLists.txt + /home/greg/qt-idef/build/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake + /home/greg/qt-idef/build/CMakeFiles/4.1.2/CMakeSystem.cmake + /home/greg/qt-idef/build/idef0_editor_autogen/moc_predefs.h + /home/greg/qt-idef/src/MainWindow.cpp + /home/greg/qt-idef/src/MainWindow.h + /home/greg/qt-idef/src/items/ArrowItem.cpp + /home/greg/qt-idef/src/items/ArrowItem.h + /home/greg/qt-idef/src/items/BlockItem.cpp + /home/greg/qt-idef/src/items/BlockItem.h + /home/greg/qt-idef/src/items/DiagramScene.cpp + /home/greg/qt-idef/src/items/DiagramScene.h + /home/greg/qt-idef/src/items/JunctionItem.cpp + /home/greg/qt-idef/src/items/JunctionItem.h + /home/greg/qt-idef/src/main.cpp + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapAtomic.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigExtras.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersion.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Dependencies.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Targets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeature.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeatureCommon.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtInstallPaths.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAppleHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeEarlyPolicyHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicGitHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTargetHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTestHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicToolHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreMacros.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusVersionlessAliasTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-release.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXInformation.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeGenericSystem.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXCompilerFlag.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckIncludeFileCXX.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckLibraryExists.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-CXX.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindThreads.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindVulkan.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/GNUInstallDirs.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCXXLinkerInformation.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckFlagCommonConfig.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU-CXX.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/MacroAddFileDependencies.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/GNU.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU-CXX.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU-CXX.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Initialize.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux.cmake + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/UnixPaths.cmake + diff --git a/build/CMakeFiles/idef0_editor_autogen.dir/compiler_depend.make b/build/CMakeFiles/idef0_editor_autogen.dir/compiler_depend.make new file mode 100644 index 0000000..f875a5c --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen.dir/compiler_depend.make @@ -0,0 +1,2104 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +idef0_editor_autogen/timestamp: /home/greg/qt-idef/CMakeLists.txt \ + CMakeFiles/4.1.2/CMakeCXXCompiler.cmake \ + CMakeFiles/4.1.2/CMakeSystem.cmake \ + idef0_editor_autogen/moc_predefs.h \ + /home/greg/qt-idef/src/MainWindow.cpp \ + /home/greg/qt-idef/src/MainWindow.h \ + /home/greg/qt-idef/src/items/ArrowItem.cpp \ + /home/greg/qt-idef/src/items/ArrowItem.h \ + /home/greg/qt-idef/src/items/BlockItem.cpp \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /home/greg/qt-idef/src/items/DiagramScene.cpp \ + /home/greg/qt-idef/src/items/DiagramScene.h \ + /home/greg/qt-idef/src/items/JunctionItem.cpp \ + /home/greg/qt-idef/src/items/JunctionItem.h \ + /home/greg/qt-idef/src/main.cpp \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapAtomic.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigExtras.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Dependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Targets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeature.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeatureCommon.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtInstallPaths.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAppleHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeEarlyPolicyHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicGitHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTargetHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTestHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicToolHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreMacros.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusVersionlessAliasTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXInformation.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeGenericSystem.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXCompilerFlag.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckIncludeFileCXX.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckLibraryExists.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-CXX.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindThreads.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindVulkan.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/GNUInstallDirs.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCXXLinkerInformation.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckFlagCommonConfig.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU-CXX.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/MacroAddFileDependencies.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/GNU.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU-CXX.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU-CXX.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Initialize.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/UnixPaths.cmake + + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU-CXX.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/GNU.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU-CXX.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckFlagCommonConfig.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCXXLinkerInformation.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindVulkan.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindThreads.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckLibraryExists.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckIncludeFileCXX.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXCompilerFlag.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeGenericSystem.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXInformation.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTestHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-release.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeEarlyPolicyHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h: + +/home/greg/qt-idef/src/items/ArrowItem.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeature.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Targets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake: + +/home/greg/qt-idef/src/items/JunctionItem.cpp: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h: + +/home/greg/qt-idef/src/items/BlockItem.cpp: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersion.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets-release.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeatureCommon.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Dependencies.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreMacros.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/UnixPaths.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h: + +/home/greg/qt-idef/src/items/BlockItem.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTargetHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h: + +/home/greg/qt-idef/src/items/JunctionItem.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/MacroAddFileDependencies.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-CXX.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusVersionlessAliasTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h: + +idef0_editor_autogen/moc_predefs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h: + +/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h: + +/home/greg/qt-idef/src/MainWindow.cpp: + +/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake: + +/home/greg/qt-idef/src/main.cpp: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake: + +/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet: + +CMakeFiles/4.1.2/CMakeSystem.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAppleHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicGitHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginConfig.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets-release.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h: + +/home/greg/qt-idef/src/items/DiagramScene.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h: + +CMakeFiles/4.1.2/CMakeCXXCompiler.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfig.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake: + +/home/greg/qt-idef/CMakeLists.txt: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h: + +/home/greg/qt-idef/src/items/ArrowItem.cpp: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets-release.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h: + +/home/greg/qt-idef/src/MainWindow.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU-CXX.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake: + +/home/greg/qt-idef/src/items/DiagramScene.cpp: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicToolHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfig.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets-release.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/GNUInstallDirs.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtInstallPaths.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfig.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfig.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-release.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginAdditionalTargetInfo.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets-release.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Initialize.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets-release.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginConfig.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h: + +/nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapAtomic.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets-release.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginAdditionalTargetInfo.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets-release.cmake: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigExtras.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-release.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake: + +/nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h: + +/nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h: + +/nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h: + +/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h: diff --git a/build/CMakeFiles/idef0_editor_autogen.dir/compiler_depend.ts b/build/CMakeFiles/idef0_editor_autogen.dir/compiler_depend.ts new file mode 100644 index 0000000..6f5cce3 --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for idef0_editor_autogen. diff --git a/build/CMakeFiles/idef0_editor_autogen.dir/progress.make b/build/CMakeFiles/idef0_editor_autogen.dir/progress.make new file mode 100644 index 0000000..153b0f2 --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 9 + diff --git a/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/DependInfo.cmake b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build.make b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build.make new file mode 100644 index 0000000..bba4ce2 --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build.make @@ -0,0 +1,86 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/greg/qt-idef + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/greg/qt-idef/build + +# Utility rule file for idef0_editor_autogen_timestamp_deps. + +# Include any custom commands dependencies for this target. +include CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/progress.make + +CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/codegen: +.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/codegen + +idef0_editor_autogen_timestamp_deps: CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build.make +.PHONY : idef0_editor_autogen_timestamp_deps + +# Rule to build all files generated by this target. +CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build: idef0_editor_autogen_timestamp_deps +.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build + +CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/cmake_clean.cmake +.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/clean + +CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/depend: + cd /home/greg/qt-idef/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/greg/qt-idef /home/greg/qt-idef /home/greg/qt-idef/build /home/greg/qt-idef/build /home/greg/qt-idef/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/depend + diff --git a/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/cmake_clean.cmake b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/cmake_clean.cmake new file mode 100644 index 0000000..67bccd0 --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/compiler_depend.make b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/compiler_depend.make new file mode 100644 index 0000000..4f7816e --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for idef0_editor_autogen_timestamp_deps. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/compiler_depend.ts b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/compiler_depend.ts new file mode 100644 index 0000000..36b050d --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for idef0_editor_autogen_timestamp_deps. diff --git a/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/progress.make b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/build/CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build/CMakeFiles/progress.marks b/build/CMakeFiles/progress.marks new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +9 diff --git a/build/Makefile b/build/Makefile new file mode 100644 index 0000000..59c27dd --- /dev/null +++ b/build/Makefile @@ -0,0 +1,371 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.1 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake + +# The command to remove a file. +RM = /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/greg/qt-idef + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/greg/qt-idef/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/greg/qt-idef/build/CMakeFiles /home/greg/qt-idef/build//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/greg/qt-idef/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named idef0_editor + +# Build rule for target. +idef0_editor: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 idef0_editor +.PHONY : idef0_editor + +# fast build rule for target. +idef0_editor/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/build +.PHONY : idef0_editor/fast + +#============================================================================= +# Target rules for targets named idef0_editor_autogen_timestamp_deps + +# Build rule for target. +idef0_editor_autogen_timestamp_deps: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 idef0_editor_autogen_timestamp_deps +.PHONY : idef0_editor_autogen_timestamp_deps + +# fast build rule for target. +idef0_editor_autogen_timestamp_deps/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build.make CMakeFiles/idef0_editor_autogen_timestamp_deps.dir/build +.PHONY : idef0_editor_autogen_timestamp_deps/fast + +#============================================================================= +# Target rules for targets named idef0_editor_autogen + +# Build rule for target. +idef0_editor_autogen: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 idef0_editor_autogen +.PHONY : idef0_editor_autogen + +# fast build rule for target. +idef0_editor_autogen/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor_autogen.dir/build.make CMakeFiles/idef0_editor_autogen.dir/build +.PHONY : idef0_editor_autogen/fast + +idef0_editor_autogen/mocs_compilation.o: idef0_editor_autogen/mocs_compilation.cpp.o +.PHONY : idef0_editor_autogen/mocs_compilation.o + +# target to build an object file +idef0_editor_autogen/mocs_compilation.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.o +.PHONY : idef0_editor_autogen/mocs_compilation.cpp.o + +idef0_editor_autogen/mocs_compilation.i: idef0_editor_autogen/mocs_compilation.cpp.i +.PHONY : idef0_editor_autogen/mocs_compilation.i + +# target to preprocess a source file +idef0_editor_autogen/mocs_compilation.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.i +.PHONY : idef0_editor_autogen/mocs_compilation.cpp.i + +idef0_editor_autogen/mocs_compilation.s: idef0_editor_autogen/mocs_compilation.cpp.s +.PHONY : idef0_editor_autogen/mocs_compilation.s + +# target to generate assembly for a file +idef0_editor_autogen/mocs_compilation.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/idef0_editor_autogen/mocs_compilation.cpp.s +.PHONY : idef0_editor_autogen/mocs_compilation.cpp.s + +src/MainWindow.o: src/MainWindow.cpp.o +.PHONY : src/MainWindow.o + +# target to build an object file +src/MainWindow.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.o +.PHONY : src/MainWindow.cpp.o + +src/MainWindow.i: src/MainWindow.cpp.i +.PHONY : src/MainWindow.i + +# target to preprocess a source file +src/MainWindow.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.i +.PHONY : src/MainWindow.cpp.i + +src/MainWindow.s: src/MainWindow.cpp.s +.PHONY : src/MainWindow.s + +# target to generate assembly for a file +src/MainWindow.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/MainWindow.cpp.s +.PHONY : src/MainWindow.cpp.s + +src/items/ArrowItem.o: src/items/ArrowItem.cpp.o +.PHONY : src/items/ArrowItem.o + +# target to build an object file +src/items/ArrowItem.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.o +.PHONY : src/items/ArrowItem.cpp.o + +src/items/ArrowItem.i: src/items/ArrowItem.cpp.i +.PHONY : src/items/ArrowItem.i + +# target to preprocess a source file +src/items/ArrowItem.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.i +.PHONY : src/items/ArrowItem.cpp.i + +src/items/ArrowItem.s: src/items/ArrowItem.cpp.s +.PHONY : src/items/ArrowItem.s + +# target to generate assembly for a file +src/items/ArrowItem.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/ArrowItem.cpp.s +.PHONY : src/items/ArrowItem.cpp.s + +src/items/BlockItem.o: src/items/BlockItem.cpp.o +.PHONY : src/items/BlockItem.o + +# target to build an object file +src/items/BlockItem.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.o +.PHONY : src/items/BlockItem.cpp.o + +src/items/BlockItem.i: src/items/BlockItem.cpp.i +.PHONY : src/items/BlockItem.i + +# target to preprocess a source file +src/items/BlockItem.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.i +.PHONY : src/items/BlockItem.cpp.i + +src/items/BlockItem.s: src/items/BlockItem.cpp.s +.PHONY : src/items/BlockItem.s + +# target to generate assembly for a file +src/items/BlockItem.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/BlockItem.cpp.s +.PHONY : src/items/BlockItem.cpp.s + +src/items/DiagramScene.o: src/items/DiagramScene.cpp.o +.PHONY : src/items/DiagramScene.o + +# target to build an object file +src/items/DiagramScene.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.o +.PHONY : src/items/DiagramScene.cpp.o + +src/items/DiagramScene.i: src/items/DiagramScene.cpp.i +.PHONY : src/items/DiagramScene.i + +# target to preprocess a source file +src/items/DiagramScene.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.i +.PHONY : src/items/DiagramScene.cpp.i + +src/items/DiagramScene.s: src/items/DiagramScene.cpp.s +.PHONY : src/items/DiagramScene.s + +# target to generate assembly for a file +src/items/DiagramScene.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/DiagramScene.cpp.s +.PHONY : src/items/DiagramScene.cpp.s + +src/items/JunctionItem.o: src/items/JunctionItem.cpp.o +.PHONY : src/items/JunctionItem.o + +# target to build an object file +src/items/JunctionItem.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.o +.PHONY : src/items/JunctionItem.cpp.o + +src/items/JunctionItem.i: src/items/JunctionItem.cpp.i +.PHONY : src/items/JunctionItem.i + +# target to preprocess a source file +src/items/JunctionItem.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.i +.PHONY : src/items/JunctionItem.cpp.i + +src/items/JunctionItem.s: src/items/JunctionItem.cpp.s +.PHONY : src/items/JunctionItem.s + +# target to generate assembly for a file +src/items/JunctionItem.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/items/JunctionItem.cpp.s +.PHONY : src/items/JunctionItem.cpp.s + +src/main.o: src/main.cpp.o +.PHONY : src/main.o + +# target to build an object file +src/main.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/main.cpp.o +.PHONY : src/main.cpp.o + +src/main.i: src/main.cpp.i +.PHONY : src/main.i + +# target to preprocess a source file +src/main.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/main.cpp.i +.PHONY : src/main.cpp.i + +src/main.s: src/main.cpp.s +.PHONY : src/main.s + +# target to generate assembly for a file +src/main.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/idef0_editor.dir/build.make CMakeFiles/idef0_editor.dir/src/main.cpp.s +.PHONY : src/main.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... idef0_editor_autogen" + @echo "... idef0_editor_autogen_timestamp_deps" + @echo "... idef0_editor" + @echo "... idef0_editor_autogen/mocs_compilation.o" + @echo "... idef0_editor_autogen/mocs_compilation.i" + @echo "... idef0_editor_autogen/mocs_compilation.s" + @echo "... src/MainWindow.o" + @echo "... src/MainWindow.i" + @echo "... src/MainWindow.s" + @echo "... src/items/ArrowItem.o" + @echo "... src/items/ArrowItem.i" + @echo "... src/items/ArrowItem.s" + @echo "... src/items/BlockItem.o" + @echo "... src/items/BlockItem.i" + @echo "... src/items/BlockItem.s" + @echo "... src/items/DiagramScene.o" + @echo "... src/items/DiagramScene.i" + @echo "... src/items/DiagramScene.s" + @echo "... src/items/JunctionItem.o" + @echo "... src/items/JunctionItem.i" + @echo "... src/items/JunctionItem.s" + @echo "... src/main.o" + @echo "... src/main.i" + @echo "... src/main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake new file mode 100644 index 0000000..b99491b --- /dev/null +++ b/build/cmake_install.cmake @@ -0,0 +1,66 @@ +# Install script for directory: /home/greg/qt-idef + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/greg/qt-idef/build/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/greg/qt-idef/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/idef0_editor b/build/idef0_editor new file mode 100755 index 0000000..64022d8 Binary files /dev/null and b/build/idef0_editor differ diff --git a/build/idef0_editor_autogen/DWIBBXP2LJ/moc_BlockItem.cpp b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_BlockItem.cpp new file mode 100644 index 0000000..5e400ba --- /dev/null +++ b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_BlockItem.cpp @@ -0,0 +1,118 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'BlockItem.h' +** +** Created by: The Qt Meta Object Compiler version 69 (Qt 6.10.1) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../src/items/BlockItem.h" +#include + +#include + +#include + + +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'BlockItem.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 69 +#error "This file was generated using the moc from 6.10.1. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +#ifndef Q_CONSTINIT +#define Q_CONSTINIT +#endif + +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +QT_WARNING_DISABLE_GCC("-Wuseless-cast") +namespace { +struct qt_meta_tag_ZN9BlockItemE_t {}; +} // unnamed namespace + +template <> constexpr inline auto BlockItem::qt_create_metaobjectdata() +{ + namespace QMC = QtMocConstants; + QtMocHelpers::StringRefStorage qt_stringData { + "BlockItem", + "geometryChanged", + "" + }; + + QtMocHelpers::UintData qt_methods { + // Signal 'geometryChanged' + QtMocHelpers::SignalData(1, 2, QMC::AccessPublic, QMetaType::Void), + }; + QtMocHelpers::UintData qt_properties { + }; + QtMocHelpers::UintData qt_enums { + }; + return QtMocHelpers::metaObjectData(QMC::MetaObjectFlag{}, qt_stringData, + qt_methods, qt_properties, qt_enums); +} +Q_CONSTINIT const QMetaObject BlockItem::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_staticMetaObjectStaticContent.stringdata, + qt_staticMetaObjectStaticContent.data, + qt_static_metacall, + nullptr, + qt_staticMetaObjectRelocatingContent.metaTypes, + nullptr +} }; + +void BlockItem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + auto *_t = static_cast(_o); + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: _t->geometryChanged(); break; + default: ; + } + } + if (_c == QMetaObject::IndexOfMethod) { + if (QtMocHelpers::indexOfMethod(_a, &BlockItem::geometryChanged, 0)) + return; + } +} + +const QMetaObject *BlockItem::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *BlockItem::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_staticMetaObjectStaticContent.strings)) + return static_cast(this); + return QGraphicsObject::qt_metacast(_clname); +} + +int BlockItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QGraphicsObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 1) + qt_static_metacall(this, _c, _id, _a); + _id -= 1; + } + if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = QMetaType(); + _id -= 1; + } + return _id; +} + +// SIGNAL 0 +void BlockItem::geometryChanged() +{ + QMetaObject::activate(this, &staticMetaObject, 0, nullptr); +} +QT_WARNING_POP diff --git a/build/idef0_editor_autogen/DWIBBXP2LJ/moc_BlockItem.cpp.d b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_BlockItem.cpp.d new file mode 100644 index 0000000..9524924 --- /dev/null +++ b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_BlockItem.cpp.d @@ -0,0 +1,406 @@ +/home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/moc_BlockItem.cpp: /home/greg/qt-idef/src/items/BlockItem.h \ + /home/greg/qt-idef/build/idef0_editor_autogen/moc_predefs.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h diff --git a/build/idef0_editor_autogen/DWIBBXP2LJ/moc_DiagramScene.cpp b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_DiagramScene.cpp new file mode 100644 index 0000000..83ea54d --- /dev/null +++ b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_DiagramScene.cpp @@ -0,0 +1,90 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'DiagramScene.h' +** +** Created by: The Qt Meta Object Compiler version 69 (Qt 6.10.1) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../src/items/DiagramScene.h" +#include + +#include + +#include + + +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'DiagramScene.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 69 +#error "This file was generated using the moc from 6.10.1. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +#ifndef Q_CONSTINIT +#define Q_CONSTINIT +#endif + +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +QT_WARNING_DISABLE_GCC("-Wuseless-cast") +namespace { +struct qt_meta_tag_ZN12DiagramSceneE_t {}; +} // unnamed namespace + +template <> constexpr inline auto DiagramScene::qt_create_metaobjectdata() +{ + namespace QMC = QtMocConstants; + QtMocHelpers::StringRefStorage qt_stringData { + "DiagramScene" + }; + + QtMocHelpers::UintData qt_methods { + }; + QtMocHelpers::UintData qt_properties { + }; + QtMocHelpers::UintData qt_enums { + }; + return QtMocHelpers::metaObjectData(QMC::MetaObjectFlag{}, qt_stringData, + qt_methods, qt_properties, qt_enums); +} +Q_CONSTINIT const QMetaObject DiagramScene::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_staticMetaObjectStaticContent.stringdata, + qt_staticMetaObjectStaticContent.data, + qt_static_metacall, + nullptr, + qt_staticMetaObjectRelocatingContent.metaTypes, + nullptr +} }; + +void DiagramScene::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + auto *_t = static_cast(_o); + (void)_t; + (void)_c; + (void)_id; + (void)_a; +} + +const QMetaObject *DiagramScene::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DiagramScene::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_staticMetaObjectStaticContent.strings)) + return static_cast(this); + return QGraphicsScene::qt_metacast(_clname); +} + +int DiagramScene::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QGraphicsScene::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP diff --git a/build/idef0_editor_autogen/DWIBBXP2LJ/moc_DiagramScene.cpp.d b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_DiagramScene.cpp.d new file mode 100644 index 0000000..8780a9f --- /dev/null +++ b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_DiagramScene.cpp.d @@ -0,0 +1,415 @@ +/home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/moc_DiagramScene.cpp: /home/greg/qt-idef/src/items/DiagramScene.h \ + /home/greg/qt-idef/build/idef0_editor_autogen/moc_predefs.h \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h diff --git a/build/idef0_editor_autogen/DWIBBXP2LJ/moc_JunctionItem.cpp b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_JunctionItem.cpp new file mode 100644 index 0000000..d01072f --- /dev/null +++ b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_JunctionItem.cpp @@ -0,0 +1,90 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'JunctionItem.h' +** +** Created by: The Qt Meta Object Compiler version 69 (Qt 6.10.1) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../src/items/JunctionItem.h" +#include + +#include + +#include + + +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'JunctionItem.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 69 +#error "This file was generated using the moc from 6.10.1. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +#ifndef Q_CONSTINIT +#define Q_CONSTINIT +#endif + +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +QT_WARNING_DISABLE_GCC("-Wuseless-cast") +namespace { +struct qt_meta_tag_ZN12JunctionItemE_t {}; +} // unnamed namespace + +template <> constexpr inline auto JunctionItem::qt_create_metaobjectdata() +{ + namespace QMC = QtMocConstants; + QtMocHelpers::StringRefStorage qt_stringData { + "JunctionItem" + }; + + QtMocHelpers::UintData qt_methods { + }; + QtMocHelpers::UintData qt_properties { + }; + QtMocHelpers::UintData qt_enums { + }; + return QtMocHelpers::metaObjectData(QMC::MetaObjectFlag{}, qt_stringData, + qt_methods, qt_properties, qt_enums); +} +Q_CONSTINIT const QMetaObject JunctionItem::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_staticMetaObjectStaticContent.stringdata, + qt_staticMetaObjectStaticContent.data, + qt_static_metacall, + nullptr, + qt_staticMetaObjectRelocatingContent.metaTypes, + nullptr +} }; + +void JunctionItem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + auto *_t = static_cast(_o); + (void)_t; + (void)_c; + (void)_id; + (void)_a; +} + +const QMetaObject *JunctionItem::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *JunctionItem::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_staticMetaObjectStaticContent.strings)) + return static_cast(this); + return QGraphicsObject::qt_metacast(_clname); +} + +int JunctionItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QGraphicsObject::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP diff --git a/build/idef0_editor_autogen/DWIBBXP2LJ/moc_JunctionItem.cpp.d b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_JunctionItem.cpp.d new file mode 100644 index 0000000..fb4548e --- /dev/null +++ b/build/idef0_editor_autogen/DWIBBXP2LJ/moc_JunctionItem.cpp.d @@ -0,0 +1,406 @@ +/home/greg/qt-idef/build/idef0_editor_autogen/DWIBBXP2LJ/moc_JunctionItem.cpp: /home/greg/qt-idef/src/items/JunctionItem.h \ + /home/greg/qt-idef/build/idef0_editor_autogen/moc_predefs.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h diff --git a/build/idef0_editor_autogen/UVLADIE3JM/moc_MainWindow.cpp b/build/idef0_editor_autogen/UVLADIE3JM/moc_MainWindow.cpp new file mode 100644 index 0000000..72da762 --- /dev/null +++ b/build/idef0_editor_autogen/UVLADIE3JM/moc_MainWindow.cpp @@ -0,0 +1,90 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'MainWindow.h' +** +** Created by: The Qt Meta Object Compiler version 69 (Qt 6.10.1) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../src/MainWindow.h" +#include + +#include + +#include + + +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'MainWindow.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 69 +#error "This file was generated using the moc from 6.10.1. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +#ifndef Q_CONSTINIT +#define Q_CONSTINIT +#endif + +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +QT_WARNING_DISABLE_GCC("-Wuseless-cast") +namespace { +struct qt_meta_tag_ZN10MainWindowE_t {}; +} // unnamed namespace + +template <> constexpr inline auto MainWindow::qt_create_metaobjectdata() +{ + namespace QMC = QtMocConstants; + QtMocHelpers::StringRefStorage qt_stringData { + "MainWindow" + }; + + QtMocHelpers::UintData qt_methods { + }; + QtMocHelpers::UintData qt_properties { + }; + QtMocHelpers::UintData qt_enums { + }; + return QtMocHelpers::metaObjectData(QMC::MetaObjectFlag{}, qt_stringData, + qt_methods, qt_properties, qt_enums); +} +Q_CONSTINIT const QMetaObject MainWindow::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_staticMetaObjectStaticContent.stringdata, + qt_staticMetaObjectStaticContent.data, + qt_static_metacall, + nullptr, + qt_staticMetaObjectRelocatingContent.metaTypes, + nullptr +} }; + +void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + auto *_t = static_cast(_o); + (void)_t; + (void)_c; + (void)_id; + (void)_a; +} + +const QMetaObject *MainWindow::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *MainWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_staticMetaObjectStaticContent.strings)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP diff --git a/build/idef0_editor_autogen/UVLADIE3JM/moc_MainWindow.cpp.d b/build/idef0_editor_autogen/UVLADIE3JM/moc_MainWindow.cpp.d new file mode 100644 index 0000000..513f242 --- /dev/null +++ b/build/idef0_editor_autogen/UVLADIE3JM/moc_MainWindow.cpp.d @@ -0,0 +1,419 @@ +/home/greg/qt-idef/build/idef0_editor_autogen/UVLADIE3JM/moc_MainWindow.cpp: /home/greg/qt-idef/src/MainWindow.h \ + /home/greg/qt-idef/build/idef0_editor_autogen/moc_predefs.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h diff --git a/build/idef0_editor_autogen/deps b/build/idef0_editor_autogen/deps new file mode 100644 index 0000000..1bba9dd --- /dev/null +++ b/build/idef0_editor_autogen/deps @@ -0,0 +1,701 @@ +idef0_editor_autogen/timestamp: \ + /home/greg/qt-idef/CMakeLists.txt \ + /home/greg/qt-idef/build/CMakeFiles/4.1.2/CMakeCXXCompiler.cmake \ + /home/greg/qt-idef/build/CMakeFiles/4.1.2/CMakeSystem.cmake \ + /home/greg/qt-idef/build/idef0_editor_autogen/moc_predefs.h \ + /home/greg/qt-idef/src/MainWindow.cpp \ + /home/greg/qt-idef/src/MainWindow.h \ + /home/greg/qt-idef/src/items/ArrowItem.cpp \ + /home/greg/qt-idef/src/items/ArrowItem.h \ + /home/greg/qt-idef/src/items/BlockItem.cpp \ + /home/greg/qt-idef/src/items/BlockItem.h \ + /home/greg/qt-idef/src/items/DiagramScene.cpp \ + /home/greg/qt-idef/src/items/DiagramScene.h \ + /home/greg/qt-idef/src/items/JunctionItem.cpp \ + /home/greg/qt-idef/src/items/JunctionItem.h \ + /home/greg/qt-idef/src/main.cpp \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno-base.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm-generic/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/asm/errno.h \ + /nix/store/7iwv8dcgsjmkrnn752hnfdxh3f7wahmd-linux-headers-6.16.7/include/linux/errno.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QPointer \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/QSet \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q17memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20functional.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20iterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20memory.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q20utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23type_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/q23utility.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qanystringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydataops.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qarraydatapointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qassert.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qatomic_cxx11.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbasicatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbindingstorage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearraylist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qbytearrayview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qchar.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcheckedint_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompare_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcomparehelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcompilerdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconfig.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qconstructormacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainerinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontainertools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qcontiguouscache.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdarwinhelpers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdatastream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qdebug.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qendian.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qexceptionhandling.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qflags.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfloat16.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qforeach.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionaltools_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qfunctionpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qgenericatomic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qglobalstatic.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhash.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qhashfunctions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiodevicebase.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterable.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qiterator.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlatin1stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qline.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qlogging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmalloc.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmargins.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetacontainer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qmetatype.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qminmax.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnamespace.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qnumeric.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobject_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qobjectdefs_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qoverload.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpair.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpoint.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qprocessordetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrect.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qrefcount.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qscopeguard.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qset.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qshareddata_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsharedpointer_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsize.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qspan.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstdlibdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstring.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringalgorithms.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringbuilder.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringconverter_base.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringfwd.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringlist.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringmatcher.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringtokenizer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qstringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qswap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsysinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qsystemdetection.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtaggedpointer.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtclasshelpermacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfiginclude.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtconfigmacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcore-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtcoreglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationdefinitions.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtdeprecationmarkers.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtenvironmentvariables.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtextstream.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtformat_impl.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtmetamacros.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtnoop.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtpreprocessorsupport.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtresource.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttranslation.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qttypetraits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtversionchecks.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypeinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qtypes.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qutf8stringview.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvariant.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qvarlengtharray.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qversiontagging.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qxptype_traits.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtCore/qyieldcpu.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qaction.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbitmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qbrush.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcolor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qcursor.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfont.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontinfo.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontmetrics.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qfontvariableaxis.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qicon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qimage.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qkeysequence.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpaintdevice.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpainterpath.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpalette.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpen.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixelformat.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpixmap.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qpolygon.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qregion.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgb.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qrgba64.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtgui-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtguiglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qtransform.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtGui/qwindowdefs.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsObject \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QGraphicsScene \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/QMainWindow \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsitem.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qgraphicsscene.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qmainwindow.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qsizepolicy.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtabwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgets-config.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsexports.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qtwidgetsglobal.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/include/QtWidgets/qwidget.h \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapAtomic.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapOpenGL.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Config.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigExtras.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Dependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6Targets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeature.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtFeatureCommon.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtInstallPaths.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicAppleHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeEarlyPolicyHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicGitHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTargetHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicTestHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicToolHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreMacros.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBus/Qt6DBusVersionlessAliasTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-release.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake \ + /nix/store/ab2mmx4ipp5p5y9i5004w1vm6zam022l-qtbase-6.10.1/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/assert.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/atomic_wide_counter.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/cpu-set.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endian.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/endianness.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn-common.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/floatn.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/libc-header-start.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/long-double.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthread_stack_min-dynamic.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes-arch.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/pthreadtypes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/setjmp.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/stdio_lim.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/string_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/strings_fortified.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_mutex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/struct_rwlock.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/thread-shared-types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timesize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/timex.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos64_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__fpos_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/__sigset_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clock_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/clockid_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/cookie_io_functions_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/error_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/locale_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/mbstate_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_FILE.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct___jmp_buf_tag.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_itimerspec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_sched_param.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timespec.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_timeval.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/struct_tm.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/time_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/timer_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/types/wint_t.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/typesizes.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2-decl.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wchar2.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/bits/wordsize.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/ctype.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/errno.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features-time64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/features.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs-64.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/gnu/stubs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/locale.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/pthread.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sched.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdc-predef.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/stdio.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/string.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/strings.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/cdefs.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/sys/single_threaded.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/time.h \ + /nix/store/gi4cz4ir3zlwhf1azqfgxqdnczfrwsr7-glibc-2.40-66-dev/include/wchar.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/algorithm \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/array \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/atomic \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/auto_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/backward/binders.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bit \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/algorithmfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/align.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocated_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/atomic_lockfree_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/basic_string.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/char_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/charconv.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/chrono.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/concept_check.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cpp_type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_forced.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/cxxabi_init_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/enable_special_members.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/erase_if.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/exception_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functexcept.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/functional_hash.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hash_bytes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/hashtable_policy.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/invoke.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/list.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/localefwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memory_resource.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/memoryfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/move.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/nested_exception.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/new_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/node_handle.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ostream_insert.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/parse_numbers.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/postypes.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/predefined_ops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/ptr_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/range_access.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/refwrap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/requires_hosted.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_atomic.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/shared_ptr_base.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/specfun.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_abs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/std_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algo.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_algobase.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_bvector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_construct.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_heap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_funcs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_iterator_base_types.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_list.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multimap.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_multiset.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_numeric.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_pair.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_raw_storage_iter.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_relops.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tempbuf.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_tree.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_uninitialized.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stl_vector.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stream_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/streambuf_iterator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/string_view.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/stringfwd.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uniform_int_dist.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unique_ptr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_map.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/unordered_set.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/uses_allocator_args.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/utility.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/vector.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/bits/version.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cassert \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cctype \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cerrno \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/chrono \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/climits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/clocale \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cmath \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/compare \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/concepts \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstddef \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdint \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstdlib \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cstring \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ctime \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/cwchar \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/assertions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/debug/debug.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/exception \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/aligned_buffer.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/alloc_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/atomicity.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/concurrence.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/numeric_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/string_conversions.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ext/type_traits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/functional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/initializer_list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iosfwd \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/iterator \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/limits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/list \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/memory \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/new \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/numeric \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/optional \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/execution_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/glue_numeric_defs.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/pstl/pstl_config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/ratio \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdexcept \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/stdlib.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/streambuf \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/string_view \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/system_error \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/bessel_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/beta_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/ell_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/exp_integral.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/gamma.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/hypergeometric.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/legendre_function.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/modified_bessel_func.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_hermite.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/poly_laguerre.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/riemann_zeta.tcc \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tr1/special_function_util.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/tuple \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/type_traits \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/typeinfo \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_map \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/unordered_set \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/utility \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/variant \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/vector \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/version \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/atomic_word.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++allocator.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++config.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/c++locale.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/cpu_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/error_constants.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr-default.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/gthr.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu/bits/os_defines.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/limits.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdarg.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdbool.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stddef.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/stdint.h \ + /nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-gnu/14.3.0/include/syslimits.h \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCXXInformation.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeCommonLanguageInclude.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeFindDependencyMacro.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeGenericSystem.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeInitializeConfigs.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeLanguageInformation.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInformation.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CMakeSystemSpecificInitialize.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXCompilerFlag.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckCXXSourceCompiles.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckIncludeFileCXX.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/CheckLibraryExists.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU-CXX.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Compiler/GNU.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindOpenGL.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindPackageMessage.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindThreads.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/FindVulkan.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/GNUInstallDirs.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCXXLinkerInformation.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CMakeCommonLinkerInformation.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckCompilerFlag.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckFlagCommonConfig.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Internal/CheckSourceCompiles.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU-CXX.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Linker/GNU.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/MacroAddFileDependencies.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/GNU.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU-CXX.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linker/Linux-GNU.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU-CXX.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-GNU.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux-Initialize.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/Linux.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/share/cmake-4.1/Modules/Platform/UnixPaths.cmake \ + /nix/store/w9jm660dykns6hzrdhxmqfywnc9ail8g-cmake-4.1.2/bin/cmake diff --git a/build/idef0_editor_autogen/moc_predefs.h b/build/idef0_editor_autogen/moc_predefs.h new file mode 100644 index 0000000..9cc7372 --- /dev/null +++ b/build/idef0_editor_autogen/moc_predefs.h @@ -0,0 +1,468 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __OPTIMIZE__ 1 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define _FORTIFY_SOURCE 3 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.3.0" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define _LIBCPP_HARDENING_MODE _LIBCPP_HARDENING_MODE_EXTENSIVE +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 0 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define ARCHITECTURE_ID "x86_64" +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 3 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/build/idef0_editor_autogen/mocs_compilation.cpp b/build/idef0_editor_autogen/mocs_compilation.cpp new file mode 100644 index 0000000..6f9de6c --- /dev/null +++ b/build/idef0_editor_autogen/mocs_compilation.cpp @@ -0,0 +1,5 @@ +// This file is autogenerated. Changes will be overwritten. +#include "UVLADIE3JM/moc_MainWindow.cpp" +#include "DWIBBXP2LJ/moc_BlockItem.cpp" +#include "DWIBBXP2LJ/moc_DiagramScene.cpp" +#include "DWIBBXP2LJ/moc_JunctionItem.cpp" diff --git a/build/idef0_editor_autogen/timestamp b/build/idef0_editor_autogen/timestamp new file mode 100644 index 0000000..e69de29 diff --git a/codex b/codex new file mode 100644 index 0000000..b2f373c --- /dev/null +++ b/codex @@ -0,0 +1,2 @@ +To continue this session, run codex resume 019c8295-22f3-7ea3-9b9f-8178acd36dcf + diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..67c4dae --- /dev/null +++ b/shell.nix @@ -0,0 +1,51 @@ +{ pkgs ? import {} }: + +pkgs.mkShell { + + buildInputs = (with pkgs.qt6; [ +qt3d +qtdatavis3d +qthttpserver +qtquick3d +qtscxml +qtspeech +qtwayland +qt5compat +qtdeclarative +qtimageformats +qtmqtt +qtquick3dphysics +qtsensors +qtsvg +qtwebchannel +qtbase +qtdoc +qtlanguageserver +qtmultimedia +qtquickeffectmaker +qtserialbus +qttools +qtwebengine +qtcharts +qtgraphs +qtlocation +qtnetworkauth +qtquicktimeline +qtserialport +qttranslations +qtwebsockets +qmake +qtconnectivity +qtgrpc +qtlottie +qtpositioning +qtremoteobjects +qtshadertools +qtvirtualkeyboard +qtwebview +]) ++ (with pkgs; [ + cmake + qtcreator + ]); + +} diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp new file mode 100644 index 0000000..acd10e1 --- /dev/null +++ b/src/MainWindow.cpp @@ -0,0 +1,39 @@ +#include "MainWindow.h" +#include "items/DiagramScene.h" + +#include +#include +#include +#include + +MainWindow::MainWindow(QWidget* parent) + : QMainWindow(parent) +{ + setupUi(); + setupActions(); + statusBar()->showMessage("RMB: add block. LMB on port: drag arrow. Double click block: rename."); +} + +void MainWindow::setupUi() { + m_scene = new DiagramScene(this); + m_view = new QGraphicsView(m_scene, this); + m_view->setRenderHint(QPainter::Antialiasing, true); + m_view->setDragMode(QGraphicsView::RubberBandDrag); + // Полное обновление избавляет от графических артефактов во время drag временной стрелки. + m_view->setViewportUpdateMode(QGraphicsView::FullViewportUpdate); + + setCentralWidget(m_view); + + // стартовые блоки + m_scene->createBlockAt(QPointF(-200, -50))->setPos(-300, -150); + m_scene->createBlockAt(QPointF(200, -50))->setPos(200, -150); +} + +void MainWindow::setupActions() { + auto* tb = addToolBar("Tools"); + auto* actFit = new QAction("Fit", this); + connect(actFit, &QAction::triggered, this, [this]{ + m_view->fitInView(m_scene->itemsBoundingRect().adjusted(-50,-50,50,50), Qt::KeepAspectRatio); + }); + tb->addAction(actFit); +} diff --git a/src/MainWindow.h b/src/MainWindow.h new file mode 100644 index 0000000..b48de09 --- /dev/null +++ b/src/MainWindow.h @@ -0,0 +1,18 @@ +#pragma once +#include + +class QGraphicsView; +class DiagramScene; + +class MainWindow final : public QMainWindow { + Q_OBJECT +public: + explicit MainWindow(QWidget* parent = nullptr); + +private: + QGraphicsView* m_view = nullptr; + DiagramScene* m_scene = nullptr; + + void setupUi(); + void setupActions(); +}; diff --git a/src/items/ArrowItem.cpp b/src/items/ArrowItem.cpp new file mode 100644 index 0000000..e4f0f18 --- /dev/null +++ b/src/items/ArrowItem.cpp @@ -0,0 +1,718 @@ +#include "ArrowItem.h" +#include "BlockItem.h" +#include "JunctionItem.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include "DiagramScene.h" +#include +#include +#include +#include + +ArrowItem::ArrowItem(QGraphicsItem* parent) + : QGraphicsPathItem(parent) +{ + QPen pen(QColor(10,10,10)); + pen.setWidthF(1.4); + pen.setCapStyle(Qt::RoundCap); + pen.setJoinStyle(Qt::RoundJoin); + setPen(pen); + setZValue(-1); // стрелки под блоками + + setAcceptHoverEvents(true); + setAcceptedMouseButtons(Qt::LeftButton); + + m_labelItem = new QGraphicsSimpleTextItem(this); + m_labelItem->setBrush(QColor(10, 10, 10)); + m_labelItem->setZValue(2); + m_labelItem->setFlag(QGraphicsItem::ItemIgnoresTransformations, true); + m_labelItem->setVisible(false); + m_labelOffset = QPointF(0, 0); +} + +ArrowItem::~ArrowItem() { + if (m_from.block) m_from.block->removeArrow(this); + if (m_to.block) m_to.block->removeArrow(this); + if (m_from.junction) m_from.junction->removeArrow(this); + if (m_to.junction) m_to.junction->removeArrow(this); +} + +void ArrowItem::setLabel(const QString& text) { + if (text == m_label) return; + m_label = text; + if (m_labelItem) { + m_labelItem->setText(m_label); + m_labelItem->setVisible(!m_label.isEmpty()); + } + updateLabelItem(computePolyline()); +} + +void ArrowItem::setOffsets(qreal bend, qreal top, qreal bottom) { + m_bendOffset = bend; + m_topOffset = top; + m_bottomOffset = bottom; + updatePath(); +} + +void ArrowItem::setLabelOffset(const QPointF& off) { + m_labelOffset = off; + updateLabelItem(m_lastPolyline.isEmpty() ? computePolyline() : m_lastPolyline); +} + +void ArrowItem::setFrom(const Endpoint& ep) { + if (m_from.block) m_from.block->removeArrow(this); + if (m_from.junction) m_from.junction->removeArrow(this); + m_from = ep; + if (m_from.block) m_from.block->addArrow(this); + if (m_from.junction) m_from.junction->addArrow(this); + updatePath(); +} + +void ArrowItem::setTo(const Endpoint& ep) { + if (m_to.block) m_to.block->removeArrow(this); + if (m_to.junction) m_to.junction->removeArrow(this); + m_to = ep; + if (m_to.block) m_to.block->addArrow(this); + if (m_to.junction) m_to.junction->addArrow(this); + m_hasTempEnd = false; + updatePath(); +} + +void ArrowItem::setTempEndPoint(const QPointF& scenePos) { + m_hasTempEnd = true; + m_tempEndScene = scenePos; + updatePath(); +} + +void ArrowItem::finalize() { + m_hasTempEnd = false; + updatePath(); +} + +static QPointF scenePortPos(const ArrowItem::Endpoint& ep) { + if (ep.junction) { + if (ep.localPos) return ep.junction->mapToScene(*ep.localPos); + return ep.junction->scenePos(); + } + if (ep.scenePos) return *ep.scenePos; + if (ep.block) { + if (ep.localPos) return ep.block->mapToScene(*ep.localPos); + return ep.block->portScenePos(ep.port); + } + return QPointF(); +} + +qreal ArrowItem::distToSegment(const QPointF& p, const QPointF& a, const QPointF& b) { + const QPointF ab = b - a; + const qreal ab2 = ab.x()*ab.x() + ab.y()*ab.y(); + if (ab2 < 1e-6) return std::hypot(p.x() - a.x(), p.y() - a.y()); + const qreal t = std::clamp(((p - a).x()*ab.x() + (p - a).y()*ab.y()) / ab2, 0.0, 1.0); + const QPointF proj = a + ab * t; + return std::hypot(p.x() - proj.x(), p.y() - proj.y()); +} + +static QPointF normalizedOr(const QPointF& v, const QPointF& fallback) { + qreal len = std::hypot(v.x(), v.y()); + if (len < 1e-6) return fallback; + return v / len; +} + +static bool almostEqual(qreal a, qreal b, qreal eps = 1e-6) { + return std::abs(a - b) < eps; +} + +static bool almostEqual(const QPointF& a, const QPointF& b, qreal eps = 1e-6) { + return almostEqual(a.x(), b.x(), eps) && almostEqual(a.y(), b.y(), eps); +} + +static bool pointInside(const QPointF& p, const QRectF& r) { + return p.x() > r.left() && p.x() < r.right() && p.y() > r.top() && p.y() < r.bottom(); +} + +static bool segmentBlocked(const QPointF& a, const QPointF& b, const QVector& obstacles) { + const bool vertical = almostEqual(a.x(), b.x()); + const bool horizontal = almostEqual(a.y(), b.y()); + if (!vertical && !horizontal) { + return true; // Manhattan only + } + + for (const auto& r : obstacles) { + if (vertical) { + const qreal x = a.x(); + if (x > r.left() && x < r.right()) { + const qreal lo = std::min(a.y(), b.y()); + const qreal hi = std::max(a.y(), b.y()); + if (hi > r.top() && lo < r.bottom()) return true; + } + } else if (horizontal) { + const qreal y = a.y(); + if (y > r.top() && y < r.bottom()) { + const qreal lo = std::min(a.x(), b.x()); + const qreal hi = std::max(a.x(), b.x()); + if (hi > r.left() && lo < r.right()) return true; + } + } + } + return false; +} + +static QVector manhattanRoute(const QPointF& start, + const QPointF& end, + const QVector& obstacles, + const QRectF& sceneRect, + const QVector& extraXs, + const QVector& extraYs) { + QVector xs = extraXs; + QVector ys = extraYs; + xs << start.x() << end.x(); + ys << start.y() << end.y(); + + for (const auto& r : obstacles) { + xs << r.left() << r.right(); + ys << r.top() << r.bottom(); + } + if (!sceneRect.isNull()) { + xs << sceneRect.left() << sceneRect.right(); + ys << sceneRect.top() << sceneRect.bottom(); + } + + auto dedupSort = [](QVector& v) { + std::sort(v.begin(), v.end()); + v.erase(std::unique(v.begin(), v.end(), [](qreal lhs, qreal rhs) { + return almostEqual(lhs, rhs); + }), v.end()); + }; + dedupSort(xs); + dedupSort(ys); + + const int nx = xs.size(); + const int ny = ys.size(); + if (nx == 0 || ny == 0) return {}; + + struct Node { + QPointF pos; + QVector neighbors; + }; + + QVector nodes; + nodes.reserve(nx * ny); + QVector grid(nx * ny, -1); + + auto gridIndex = [nx](int xi, int yi) { return yi * nx + xi; }; + + auto registerNode = [&](int xi, int yi) -> int { + const QPointF p(xs[xi], ys[yi]); + for (const auto& r : obstacles) { + if (pointInside(p, r)) return -1; + } + const int idx = nodes.size(); + nodes.push_back(Node{p, {}}); + grid[gridIndex(xi, yi)] = idx; + return idx; + }; + + int startIdx = -1; + int endIdx = -1; + + for (int yi = 0; yi < ny; ++yi) { + for (int xi = 0; xi < nx; ++xi) { + const int idx = registerNode(xi, yi); + if (idx < 0) continue; + const QPointF p = nodes[idx].pos; + if (startIdx < 0 && almostEqual(p, start)) startIdx = idx; + if (endIdx < 0 && almostEqual(p, end)) endIdx = idx; + } + } + + if (startIdx < 0 || endIdx < 0) return {}; + + // Horizontal connections + for (int yi = 0; yi < ny; ++yi) { + int lastIdx = -1; + QPointF lastPt; + for (int xi = 0; xi < nx; ++xi) { + const int idx = grid[gridIndex(xi, yi)]; + if (idx < 0) continue; + const QPointF pt(xs[xi], ys[yi]); + if (lastIdx >= 0) { + if (!segmentBlocked(lastPt, pt, obstacles)) { + nodes[lastIdx].neighbors.push_back(idx); + nodes[idx].neighbors.push_back(lastIdx); + } else { + lastIdx = idx; + lastPt = pt; + continue; + } + } + lastIdx = idx; + lastPt = pt; + } + } + + // Vertical connections + for (int xi = 0; xi < nx; ++xi) { + int lastIdx = -1; + QPointF lastPt; + for (int yi = 0; yi < ny; ++yi) { + const int idx = grid[gridIndex(xi, yi)]; + if (idx < 0) continue; + const QPointF pt(xs[xi], ys[yi]); + if (lastIdx >= 0) { + if (!segmentBlocked(lastPt, pt, obstacles)) { + nodes[lastIdx].neighbors.push_back(idx); + nodes[idx].neighbors.push_back(lastIdx); + } else { + lastIdx = idx; + lastPt = pt; + continue; + } + } + lastIdx = idx; + lastPt = pt; + } + } + + const int n = nodes.size(); + QVector gScore(n, std::numeric_limits::infinity()); + QVector cameFrom(n, -1); + QVector closed(n, false); + + auto manhattan = [](const QPointF& p0, const QPointF& p1) { + return std::abs(p0.x() - p1.x()) + std::abs(p0.y() - p1.y()); + }; + + struct QueueItem { + int idx; + qreal f; + }; + auto cmp = [](const QueueItem& lhs, const QueueItem& rhs) { return lhs.f > rhs.f; }; + std::priority_queue, decltype(cmp)> open(cmp); + + gScore[startIdx] = 0.0; + open.push({startIdx, manhattan(nodes[startIdx].pos, nodes[endIdx].pos)}); + + while (!open.empty()) { + const int current = open.top().idx; + open.pop(); + if (closed[current]) continue; + closed[current] = true; + if (current == endIdx) break; + + for (int nb : nodes[current].neighbors) { + if (closed[nb]) continue; + const qreal tentative = gScore[current] + manhattan(nodes[current].pos, nodes[nb].pos); + if (tentative + 1e-6 < gScore[nb]) { + cameFrom[nb] = current; + gScore[nb] = tentative; + const qreal fScore = tentative + manhattan(nodes[nb].pos, nodes[endIdx].pos); + open.push({nb, fScore}); + } + } + } + + QVector path; + if (cameFrom[endIdx] == -1 && startIdx != endIdx) { + return path; // unreachable + } + + int cur = endIdx; + path.push_front(nodes[cur].pos); + while (cur != startIdx) { + cur = cameFrom[cur]; + if (cur < 0) break; + path.push_front(nodes[cur].pos); + } + return path; +} + +QPointF ArrowItem::portDirection(const Endpoint& ep, bool isFrom, const QPointF& fallbackDir, const QGraphicsScene* scene) { + if (ep.junction) return QPointF(); // junction is isotropic + if (ep.scenePos) { + const QRectF r = scene ? scene->sceneRect() : QRectF(); + const QPointF p = *ep.scenePos; + const qreal dl = std::abs(p.x() - r.left()); + const qreal dr = std::abs(p.x() - r.right()); + const qreal dt = std::abs(p.y() - r.top()); + const qreal db = std::abs(p.y() - r.bottom()); + const qreal m = std::min({dl, dr, dt, db}); + if (m == dl) return isFrom ? QPointF(1,0) : QPointF(-1,0); + if (m == dr) return isFrom ? QPointF(-1,0) : QPointF(1,0); // right edge is target-only + if (m == dt) return isFrom ? QPointF(0,1) : QPointF(0,-1); + if (m == db) return isFrom ? QPointF(0,-1) : QPointF(0,1); + } + switch (ep.port) { + case BlockItem::Port::Input: return QPointF(-1, 0); + case BlockItem::Port::Output: return QPointF(1, 0); + case BlockItem::Port::Control: return QPointF(0, -1); + case BlockItem::Port::Mechanism: return QPointF(0, 1); + } + return fallbackDir; +} + +QVector ArrowItem::simplifyPolyline(const QVector& ptsIn) { + QVector pts = ptsIn; + // убрать дубли + pts.erase(std::unique(pts.begin(), pts.end(), [](const QPointF& lhs, const QPointF& rhs){ + return qFuzzyCompare(lhs.x(), rhs.x()) && qFuzzyCompare(lhs.y(), rhs.y()); + }), pts.end()); + + auto isCollinear = [](const QPointF& a, const QPointF& b, const QPointF& c) { + const QPointF ab = b - a; + const QPointF bc = c - b; + const qreal cross = ab.x()*bc.y() - ab.y()*bc.x(); + if (std::abs(cross) > 1e-6) return false; + return (ab.x()*bc.x() + ab.y()*bc.y()) >= 0; + }; + + for (int i = 0; i + 2 < pts.size();) { + if (isCollinear(pts[i], pts[i+1], pts[i+2])) { + pts.removeAt(i+1); + } else { + ++i; + } + } + return pts; +} + +QVector ArrowItem::computePolyline() const { + const qreal gap = 24.0; + QPointF a = scenePortPos(m_from); + QPointF b = m_hasTempEnd ? m_tempEndScene : scenePortPos(m_to); + + // Направления + QPointF dirA = portDirection(m_from, true, QPointF(1,0), scene()); + QPointF dirB = m_hasTempEnd + ? normalizedOr((std::abs((a - b).x()) >= std::abs((a - b).y())) + ? QPointF(((a - b).x() >= 0 ? 1 : -1), 0) + : QPointF(0, ((a - b).y() >= 0 ? 1 : -1)), + QPointF(-1,0)) + : portDirection(m_to, false, QPointF(-1,0), scene()); + + auto expandRect = [](const QRectF& r, qreal m) { + return QRectF(r.x()-m, r.y()-m, r.width()+2*m, r.height()+2*m); + }; + + const QPointF startBase = a + dirA * gap; + const QPointF endBase = b + dirB * gap; + const bool startHorizontal = std::abs(dirA.x()) >= std::abs(dirA.y()); + const bool endHorizontal = std::abs(dirB.x()) >= std::abs(dirB.y()); + const QPointF start = startBase + (startHorizontal ? QPointF(0, m_topOffset) : QPointF()); + const QPointF end = endBase + (endHorizontal ? QPointF(0, m_bottomOffset) : QPointF()); + + QVector obstacles; + if (scene()) { + const auto itemsInScene = scene()->items(); + for (QGraphicsItem* it : itemsInScene) { + if (auto* blk = qgraphicsitem_cast(it)) { + obstacles << expandRect(blk->mapRectToScene(blk->boundingRect()), gap); + } + } + } + + QVector xHints; + QVector yHints; + xHints << startBase.x() << endBase.x() << a.x() << b.x(); + yHints << startBase.y() << endBase.y() << a.y() << b.y(); + if (!almostEqual(m_bendOffset, 0.0)) { + xHints << start.x() + m_bendOffset << end.x() + m_bendOffset; + yHints << start.y() + m_bendOffset << end.y() + m_bendOffset; + } + + const QRectF sceneBounds = scene() ? scene()->sceneRect() : QRectF(); + QVector spine = manhattanRoute(start, end, obstacles, sceneBounds, xHints, yHints); + if (spine.isEmpty()) { + spine << start; + if (!almostEqual(start.x(), end.x()) && !almostEqual(start.y(), end.y())) { + spine << QPointF(end.x(), start.y()); + } + spine << end; + } + + QVector pts; + pts << a; + if (!almostEqual(a, startBase)) pts << startBase; + for (const QPointF& p : spine) { + if (pts.isEmpty() || !almostEqual(pts.last(), p)) pts << p; + } + if (!almostEqual(end, endBase)) pts << endBase; + pts << b; + + return simplifyPolyline(pts); +} + +std::optional ArrowItem::hitTest(const QPointF& scenePos, qreal radius) const { + const QVector pts = computePolyline(); + std::optional bestPoint; + qreal bestDist = radius; + + for (int i = 0; i + 1 < pts.size(); ++i) { + const QPointF a = pts[i]; + const QPointF b = pts[i+1]; + const bool vertical = almostEqual(a.x(), b.x()); + const bool horizontal = almostEqual(a.y(), b.y()); + if (!vertical && !horizontal) continue; + + const qreal d = distToSegment(scenePos, a, b); + if (d > bestDist + 1e-6) continue; + + QPointF proj; + if (vertical) { + const qreal y = std::clamp(scenePos.y(), std::min(a.y(), b.y()), std::max(a.y(), b.y())); + proj = QPointF(a.x(), y); + } else { + const qreal x = std::clamp(scenePos.x(), std::min(a.x(), b.x()), std::max(a.x(), b.x())); + proj = QPointF(x, a.y()); + } + + const qreal toA = std::hypot(proj.x() - a.x(), proj.y() - a.y()); + const qreal toB = std::hypot(proj.x() - b.x(), proj.y() - b.y()); + if (toA < 2.0 || toB < 2.0) continue; // skip near endpoints + + bestDist = d; + bestPoint = proj; + } + + return bestPoint; +} + +void ArrowItem::updateLabelItem(const QVector& pts) { + if (!m_labelItem) return; + if (m_label.isEmpty() || pts.size() < 2) { + m_labelItem->setVisible(false); + return; + } + + qreal totalLen = 0.0; + for (int i = 0; i + 1 < pts.size(); ++i) { + totalLen += std::abs(pts[i+1].x() - pts[i].x()) + std::abs(pts[i+1].y() - pts[i].y()); + } + if (totalLen < 1e-3) { + m_labelItem->setVisible(false); + return; + } + + const qreal target = totalLen * 0.5; + qreal acc = 0.0; + QPointF pos = pts.first(); + for (int i = 0; i + 1 < pts.size(); ++i) { + const QPointF a = pts[i]; + const QPointF b = pts[i+1]; + const qreal segLen = std::abs(b.x() - a.x()) + std::abs(b.y() - a.y()); + if (segLen < 1e-6) continue; + + if (acc + segLen >= target) { + const qreal t = (target - acc) / segLen; + pos = a + (b - a) * t; + break; + } + acc += segLen; + pos = b; + } + + const QRectF br = m_labelItem->boundingRect(); + m_labelItem->setPos(pos + m_labelOffset - QPointF(br.width() * 0.5, br.height() * 0.5)); + m_labelItem->setVisible(true); +} + +// Обновляем маршрут ортогонально, добавляя/схлопывая сегменты при необходимости. +void ArrowItem::updatePath() { + const QRectF oldSceneRect = mapRectToScene(boundingRect()); + + QVector pts = computePolyline(); + m_lastPolyline = pts; + + QPainterPath p; + if (!pts.isEmpty()) { + p.moveTo(pts.first()); + for (int i = 1; i < pts.size(); ++i) { + p.lineTo(pts[i]); + } + } + + // наконечник стрелки + if (pts.size() >= 2) { + const QPointF tip = pts.last(); + const QPointF from = pts[pts.size() - 2]; + drawArrowHead(p, tip, from); + } + + // Обновляем геометрию, чтобы сцена инвалидацировала старую и новую области. + prepareGeometryChange(); + setPath(p); + updateLabelItem(pts); + + // Явно инвалидируем область (фон + элементы), чтобы очистить следы при drag. + if (scene()) { + const QRectF newSceneRect = mapRectToScene(boundingRect()); + scene()->invalidate(oldSceneRect.united(newSceneRect), + QGraphicsScene::BackgroundLayer | QGraphicsScene::ItemLayer); + } +} + +void ArrowItem::hoverMoveEvent(QGraphicsSceneHoverEvent* e) { + const qreal tol = 6.0; + const QVector pts = computePolyline(); + QPointF pos = e->scenePos(); + + Qt::CursorShape cursor = Qt::ArrowCursor; + for (int i = 0; i + 1 < pts.size(); ++i) { + const QPointF a = pts[i]; + const QPointF b = pts[i+1]; + if (std::abs(a.x() - b.x()) < 1e-6) { + if (distToSegment(pos, a, b) <= tol) { cursor = Qt::SizeHorCursor; break; } + } else if (std::abs(a.y() - b.y()) < 1e-6) { + if (distToSegment(pos, a, b) <= tol) { cursor = Qt::SizeVerCursor; break; } + } + } + setCursor(cursor); + QGraphicsPathItem::hoverMoveEvent(e); +} + +void ArrowItem::mousePressEvent(QGraphicsSceneMouseEvent* e) { + if (e->button() != Qt::LeftButton) { + QGraphicsPathItem::mousePressEvent(e); + return; + } + + if (m_labelItem && m_labelItem->isVisible() && + m_labelItem->sceneBoundingRect().adjusted(-6, -4, 6, 4).contains(e->scenePos())) { + m_labelDragging = true; + m_labelDragLastScene = e->scenePos(); + setCursor(Qt::SizeAllCursor); + e->accept(); + return; + } + + const qreal tol = 6.0; + const QVector pts = computePolyline(); + const QPointF pos = e->scenePos(); + + m_dragPart = DragPart::None; + int closestIdx = -1; + qreal best = tol; + for (int i = 0; i + 1 < pts.size(); ++i) { + const QPointF a = pts[i], b = pts[i+1]; + if (std::abs(a.x() - b.x()) < 1e-6 || std::abs(a.y() - b.y()) < 1e-6) { + qreal d = distToSegment(pos, a, b); + if (d <= best) { + best = d; + closestIdx = i; + } + } + } + + if (closestIdx >= 0) { + const QPointF a = pts[closestIdx], b = pts[closestIdx+1]; + if (std::abs(a.x() - b.x()) < 1e-6) { + m_dragPart = DragPart::BendX; // вертикальный сегмент + } else { + // горизонтальный — решаем, к какому концу ближе + m_dragPart = (closestIdx <= (pts.size() / 2)) ? DragPart::TopHorizontal : DragPart::BottomHorizontal; + } + } + + if (m_dragPart != DragPart::None) { + m_lastDragScenePos = e->scenePos(); + e->accept(); + return; + } + + QGraphicsPathItem::mousePressEvent(e); +} + +void ArrowItem::mouseMoveEvent(QGraphicsSceneMouseEvent* e) { + if (m_labelDragging) { + const QPointF delta = e->scenePos() - m_labelDragLastScene; + m_labelDragLastScene = e->scenePos(); + m_labelOffset += delta; + updateLabelItem(m_lastPolyline.isEmpty() ? computePolyline() : m_lastPolyline); + e->accept(); + return; + } + + if (m_dragPart == DragPart::None) { + QGraphicsPathItem::mouseMoveEvent(e); + return; + } + + const QPointF delta = e->scenePos() - m_lastDragScenePos; + m_lastDragScenePos = e->scenePos(); + + switch (m_dragPart) { + case DragPart::BendX: + m_bendOffset += delta.x(); + break; + case DragPart::TopHorizontal: + m_topOffset += delta.y(); + break; + case DragPart::BottomHorizontal: + m_bottomOffset += delta.y(); + break; + case DragPart::None: + break; + } + + updatePath(); + e->accept(); +} + +void ArrowItem::mouseReleaseEvent(QGraphicsSceneMouseEvent* e) { + if (m_labelDragging && e->button() == Qt::LeftButton) { + m_labelDragging = false; + unsetCursor(); + if (auto* ds = qobject_cast(scene())) { + ds->requestSnapshot(); + } + e->accept(); + return; + } + if (m_dragPart != DragPart::None && e->button() == Qt::LeftButton) { + m_dragPart = DragPart::None; + unsetCursor(); + if (auto* ds = qobject_cast(scene())) { + ds->requestSnapshot(); + } + e->accept(); + return; + } + QGraphicsPathItem::mouseReleaseEvent(e); +} + +void ArrowItem::mouseDoubleClickEvent(QGraphicsSceneMouseEvent* e) { + if (e->button() == Qt::LeftButton) { + bool ok = false; + const QString text = QInputDialog::getText(nullptr, "Arrow label", "Label:", QLineEdit::Normal, m_label, &ok); + if (ok) { + setLabel(text); + if (text.isEmpty()) m_labelOffset = QPointF(); + } + e->accept(); + return; + } + QGraphicsPathItem::mouseDoubleClickEvent(e); +} + +void ArrowItem::drawArrowHead(QPainterPath& path, const QPointF& tip, const QPointF& from) { + const QPointF v = tip - from; + const qreal len = std::hypot(v.x(), v.y()); + if (len < 0.001) return; + + const QPointF dir = v / len; + const QPointF n(-dir.y(), dir.x()); + + const qreal size = 10.0; + const QPointF back = tip - dir * size; + const QPointF left = back + n * (size * 0.45); + const QPointF right = back - n * (size * 0.45); + + path.moveTo(left); + path.lineTo(tip); + path.lineTo(right); +} diff --git a/src/items/ArrowItem.h b/src/items/ArrowItem.h new file mode 100644 index 0000000..554241b --- /dev/null +++ b/src/items/ArrowItem.h @@ -0,0 +1,80 @@ +#pragma once +#include +#include +#include +#include + +#include "BlockItem.h" +class JunctionItem; +class QGraphicsSimpleTextItem; + +class ArrowItem final : public QGraphicsPathItem { +public: + enum { Type = UserType + 3 }; + struct Endpoint { + QPointer block; + QPointer junction; + BlockItem::Port port = BlockItem::Port::Input; + std::optional localPos; // точка на стороне блока (в локальных координатах) + std::optional scenePos; // произвольная точка на сцене (например, граница) + }; + + ArrowItem(QGraphicsItem* parent = nullptr); + ~ArrowItem() override; + + void setFrom(const Endpoint& ep); + void setTo(const Endpoint& ep); + + void setTempEndPoint(const QPointF& scenePos); // когда тянем мышью + void finalize(); // убираем "временный" режим, если надо + + Endpoint from() const { return m_from; } + Endpoint to() const { return m_to; } + + QString label() const { return m_label; } + void setLabel(const QString& text); + QPointF labelOffset() const { return m_labelOffset; } + void setOffsets(qreal bend, qreal top, qreal bottom); + void setLabelOffset(const QPointF& off); + qreal bendOffset() const { return m_bendOffset; } + qreal topOffset() const { return m_topOffset; } + qreal bottomOffset() const { return m_bottomOffset; } + int type() const override { return Type; } + + void updatePath(); + std::optional hitTest(const QPointF& scenePos, qreal radius) const; + +private: + enum class DragPart { None, BendX, TopHorizontal, BottomHorizontal }; + + Endpoint m_from; + Endpoint m_to; + bool m_hasTempEnd = false; + QPointF m_tempEndScene; + qreal m_bendOffset = 0.0; + qreal m_topOffset = 0.0; + qreal m_bottomOffset = 0.0; + QString m_label; + QGraphicsSimpleTextItem* m_labelItem = nullptr; + QPointF m_labelOffset; // in scene-space relative to anchor point + bool m_labelDragging = false; + QPointF m_labelDragLastScene; + QVector m_lastPolyline; + + DragPart m_dragPart = DragPart::None; + QPointF m_lastDragScenePos; + + void drawArrowHead(QPainterPath& path, const QPointF& tip, const QPointF& from); + QVector computePolyline() const; + static QPointF portDirection(const Endpoint& ep, bool isFrom, const QPointF& fallbackDir, const QGraphicsScene* scene); + static QVector simplifyPolyline(const QVector& pts); + static qreal distToSegment(const QPointF& p, const QPointF& a, const QPointF& b); + void updateLabelItem(const QVector& pts); + +protected: + void hoverMoveEvent(QGraphicsSceneHoverEvent* e) override; + void mousePressEvent(QGraphicsSceneMouseEvent* e) override; + void mouseMoveEvent(QGraphicsSceneMouseEvent* e) override; + void mouseReleaseEvent(QGraphicsSceneMouseEvent* e) override; + void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* e) override; +}; diff --git a/src/items/BlockItem.cpp b/src/items/BlockItem.cpp new file mode 100644 index 0000000..a1b8f5a --- /dev/null +++ b/src/items/BlockItem.cpp @@ -0,0 +1,151 @@ +#include "BlockItem.h" +#include "ArrowItem.h" + +#include +#include +#include +#include +#include +#include + +BlockItem::BlockItem(QString title, QGraphicsItem* parent, int id) + : QGraphicsObject(parent), + m_title(std::move(title)), + m_rect(0, 0, 200, 100), + m_id(id) +{ + setFlags(ItemIsMovable | ItemIsSelectable | ItemSendsGeometryChanges); +} + +QRectF BlockItem::boundingRect() const { + // небольшой запас под обводку/выделение + return m_rect.adjusted(-2, -2, 2, 2); +} + +void BlockItem::paint(QPainter* p, const QStyleOptionGraphicsItem*, QWidget*) { + p->setRenderHint(QPainter::Antialiasing, true); + + // фон + p->setPen(Qt::NoPen); + p->setBrush(isSelected() ? QColor(240,240,255) : QColor(250,250,250)); + p->drawRoundedRect(m_rect, 6, 6); + + // рамка + QPen pen(QColor(30,30,30)); + pen.setWidthF(1.5); + p->setPen(pen); + p->setBrush(Qt::NoBrush); + p->drawRoundedRect(m_rect, 6, 6); + + // заголовок + p->setPen(QColor(20,20,20)); + p->drawText(m_rect.adjusted(10, 8, -10, -8), Qt::AlignLeft | Qt::AlignTop, m_title); +} + +void BlockItem::setTitle(const QString& t) { + if (t == m_title) return; + m_title = t; + update(); +} + +QPointF BlockItem::portLocalPos(Port p) const { + const qreal x0 = m_rect.left(); + const qreal x1 = m_rect.right(); + const qreal y0 = m_rect.top(); + const qreal y1 = m_rect.bottom(); + const qreal yc = m_rect.center().y(); + const qreal xc = m_rect.center().x(); + + switch (p) { + case Port::Input: return QPointF(x0, yc); + case Port::Output: return QPointF(x1, yc); + case Port::Control: return QPointF(xc, y0); + case Port::Mechanism: return QPointF(xc, y1); + } + return QPointF(); +} + +QPair BlockItem::portSegment(Port p) const { + const qreal x0 = m_rect.left(); + const qreal x1 = m_rect.right(); + const qreal y0 = m_rect.top(); + const qreal y1 = m_rect.bottom(); + + switch (p) { + case Port::Input: return {QPointF(x0, y0), QPointF(x0, y1)}; + case Port::Output: return {QPointF(x1, y0), QPointF(x1, y1)}; + case Port::Control: return {QPointF(x0, y0), QPointF(x1, y0)}; + case Port::Mechanism: return {QPointF(x0, y1), QPointF(x1, y1)}; + } + return {}; +} + +QPointF BlockItem::portScenePos(Port p) const { + return mapToScene(portLocalPos(p)); +} + +static qreal distToSegmentLocal(const QPointF& p, const QPointF& a, const QPointF& b, QPointF* outProj = nullptr) { + const QPointF ab = b - a; + const qreal ab2 = ab.x()*ab.x() + ab.y()*ab.y(); + if (ab2 < 1e-6) { + if (outProj) *outProj = a; + return std::hypot(p.x() - a.x(), p.y() - a.y()); + } + const qreal t = std::clamp(((p - a).x()*ab.x() + (p - a).y()*ab.y()) / ab2, 0.0, 1.0); + const QPointF proj = a + ab * t; + if (outProj) *outProj = proj; + return std::hypot(p.x() - proj.x(), p.y() - proj.y()); +} + +bool BlockItem::hitTestPort(const QPointF& scenePos, Port* outPort, QPointF* outLocalPos, qreal radiusPx) const { + const QPointF local = mapFromScene(scenePos); + + qreal bestDist = std::numeric_limits::max(); + Port bestPort = Port::Input; + QPointF bestProj; + + const Port ports[] = {Port::Input, Port::Control, Port::Output, Port::Mechanism}; + for (Port p : ports) { + const auto seg = portSegment(p); + QPointF proj; + const qreal d = distToSegmentLocal(local, seg.first, seg.second, &proj); + if (d < bestDist) { + bestDist = d; + bestPort = p; + bestProj = proj; + } + } + + if (bestDist <= radiusPx) { + if (outPort) *outPort = bestPort; + if (outLocalPos) *outLocalPos = bestProj; + return true; + } + return false; +} + +void BlockItem::addArrow(ArrowItem* a) { + m_arrows.insert(a); +} + +void BlockItem::removeArrow(ArrowItem* a) { + m_arrows.remove(a); +} + +QVariant BlockItem::itemChange(GraphicsItemChange change, const QVariant& value) { + if (change == ItemPositionHasChanged || change == ItemTransformHasChanged) { + // уведомим стрелки, что нужно пересчитать геометрию + for (auto& a : m_arrows) { + if (a) a->updatePath(); + } + emit geometryChanged(); + } + return QGraphicsObject::itemChange(change, value); +} + +void BlockItem::mouseDoubleClickEvent(QGraphicsSceneMouseEvent* e) { + bool ok = false; + const QString t = QInputDialog::getText(nullptr, "Rename function", "Title:", QLineEdit::Normal, m_title, &ok); + if (ok) setTitle(t); + QGraphicsObject::mouseDoubleClickEvent(e); +} diff --git a/src/items/BlockItem.h b/src/items/BlockItem.h new file mode 100644 index 0000000..9fd8099 --- /dev/null +++ b/src/items/BlockItem.h @@ -0,0 +1,45 @@ +#pragma once +#include +#include + +class ArrowItem; + +class BlockItem final : public QGraphicsObject { + Q_OBJECT +public: + enum class Port { Input, Control, Output, Mechanism }; + enum { Type = UserType + 1 }; + + explicit BlockItem(QString title = "Function", QGraphicsItem* parent = nullptr, int id = -1); + + QRectF boundingRect() const override; + void paint(QPainter* p, const QStyleOptionGraphicsItem*, QWidget*) override; + int type() const override { return Type; } + + QString title() const { return m_title; } + void setTitle(const QString& t); + int id() const { return m_id; } + void setId(int id) { m_id = id; } + + QPointF portScenePos(Port p) const; + bool hitTestPort(const QPointF& scenePos, Port* outPort, QPointF* outLocalPos = nullptr, qreal radiusPx = 10.0) const; + + void addArrow(ArrowItem* a); + void removeArrow(ArrowItem* a); + +signals: + void geometryChanged(); + +protected: + QVariant itemChange(GraphicsItemChange change, const QVariant& value) override; + void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* e) override; + +private: + QString m_title; + QRectF m_rect; // local rect + int m_id; + QSet m_arrows; + + QPointF portLocalPos(Port p) const; + QPair portSegment(Port p) const; +}; diff --git a/src/items/DiagramScene.cpp b/src/items/DiagramScene.cpp new file mode 100644 index 0000000..6bd24fb --- /dev/null +++ b/src/items/DiagramScene.cpp @@ -0,0 +1,604 @@ +#include "DiagramScene.h" +#include "items/BlockItem.h" +#include "items/ArrowItem.h" +#include "items/JunctionItem.h" + +#include +#include +#include +#include +#include +#include +#include + +DiagramScene::DiagramScene(QObject* parent) + : QGraphicsScene(parent) +{ + // Ограничиваем рабочую область A4 (210x297 мм) в пикселях при 96 dpi (~793x1122). + // По умолчанию используем альбомную ориентацию (ширина больше высоты). + const qreal w = 1122; + const qreal h = 793; + setSceneRect(-w * 0.5, -h * 0.5, w, h); + auto* frame = addRect(sceneRect(), QPen(QColor(80, 80, 80), 1.5, Qt::DashLine), Qt::NoBrush); + frame->setZValue(-5); + frame->setEnabled(false); + frame->setAcceptedMouseButtons(Qt::NoButton); + frame->setData(0, QVariant(QStringLiteral("static-frame"))); + pushSnapshot(); +} + +BlockItem* DiagramScene::createBlockAt(const QPointF& scenePos) { + auto* b = new BlockItem("Function", nullptr, m_nextBlockId++); + addItem(b); + b->setPos(scenePos - QPointF(100, 50)); // центрируем + pushSnapshot(); + return b; +} + +BlockItem* DiagramScene::createBlockWithId(const QPointF& scenePos, int id, const QString& title) { + m_nextBlockId = std::max(m_nextBlockId, id + 1); + auto* b = new BlockItem(title, nullptr, id); + addItem(b); + b->setPos(scenePos); + return b; +} + +DiagramScene::Edge DiagramScene::hitTestEdge(const QPointF& scenePos, QPointF* outScenePoint) const { + const QRectF r = sceneRect(); + const qreal tol = 12.0; + Edge edge = Edge::None; + QPointF proj = scenePos; + + if (scenePos.y() >= r.top() && scenePos.y() <= r.bottom()) { + if (std::abs(scenePos.x() - r.left()) <= tol) { + edge = Edge::Left; + proj = QPointF(r.left(), std::clamp(scenePos.y(), r.top(), r.bottom())); + } else if (std::abs(scenePos.x() - r.right()) <= tol) { + edge = Edge::Right; + proj = QPointF(r.right(), std::clamp(scenePos.y(), r.top(), r.bottom())); + } + } + if (scenePos.x() >= r.left() && scenePos.x() <= r.right()) { + if (std::abs(scenePos.y() - r.top()) <= tol) { + edge = Edge::Top; + proj = QPointF(std::clamp(scenePos.x(), r.left(), r.right()), r.top()); + } else if (std::abs(scenePos.y() - r.bottom()) <= tol) { + edge = Edge::Bottom; + proj = QPointF(std::clamp(scenePos.x(), r.left(), r.right()), r.bottom()); + } + } + + if (outScenePoint) *outScenePoint = proj; + return edge; +} + +bool DiagramScene::tryStartArrowDrag(const QPointF& scenePos) { + const auto itemsUnder = items(scenePos); + // проверяем, не стартуем ли с существующего junction + for (QGraphicsItem* it : itemsUnder) { + if (auto* j = qgraphicsitem_cast(it)) { + if (!j->hitTest(scenePos, 8.0)) continue; + auto* a = new ArrowItem(); + addItem(a); + ArrowItem::Endpoint from; + from.junction = j; + a->setFrom(from); + a->setTempEndPoint(scenePos); + m_dragArrow = a; + m_dragFromBlock.clear(); + m_dragFromJunction = j; + m_dragFromPort = BlockItem::Port::Output; + return true; + } + } + + // ищем блок под курсором + for (QGraphicsItem* it : itemsUnder) { + auto* b = qgraphicsitem_cast(it); + if (!b) continue; + + BlockItem::Port port{}; + QPointF localPos; + if (!b->hitTestPort(scenePos, &port, &localPos)) continue; + if (port != BlockItem::Port::Output) continue; // стартуем только с выходной стороны + + // Стартуем стрелку из порта + m_dragFromBlock = b; + m_dragFromJunction.clear(); + m_dragFromPort = port; + + auto* a = new ArrowItem(); + addItem(a); + + ArrowItem::Endpoint from; + from.block = b; + from.port = port; + from.localPos = localPos; + a->setFrom(from); + a->setTempEndPoint(scenePos); + m_dragArrow = a; + return true; + } + + QPointF edgePoint; + Edge edge = hitTestEdge(scenePos, &edgePoint); + if (edge != Edge::None && edge != Edge::Right) { // разрешаем старт с левой/верхней/нижней границы + auto* a = new ArrowItem(); + addItem(a); + ArrowItem::Endpoint from; + from.scenePos = edgePoint; + from.port = BlockItem::Port::Input; // ориентация не важна для свободной точки + a->setFrom(from); + a->setTempEndPoint(scenePos); + m_dragArrow = a; + m_dragFromBlock.clear(); + m_dragFromJunction.clear(); + m_dragFromPort = BlockItem::Port::Output; + return true; + } + + return false; +} + +bool DiagramScene::tryFinishArrowDrag(const QPointF& scenePos) { + if (!m_dragArrow) return false; + + const auto itemsUnder = items(scenePos); + // сначала пробуем попасть в блок + for (QGraphicsItem* it : itemsUnder) { + auto* b = qgraphicsitem_cast(it); + if (!b) continue; + + BlockItem::Port port{}; + QPointF localPos; + if (!b->hitTestPort(scenePos, &port, &localPos)) continue; + + // запретим соединять в тот же самый порт того же блока (упрощение) + if (b == m_dragFromBlock && port == m_dragFromPort) continue; + + ArrowItem::Endpoint to; + to.block = b; + to.port = port; + to.localPos = localPos; + m_dragArrow->setTo(to); + m_dragArrow->finalize(); + + m_dragArrow = nullptr; + m_dragFromBlock.clear(); + m_dragFromJunction.clear(); + pushSnapshot(); + return true; + } + + // затем — уже существующий junction + for (QGraphicsItem* it : itemsUnder) { + auto* j = qgraphicsitem_cast(it); + if (!j) continue; + if (!j->hitTest(scenePos, 8.0)) continue; + if (j == m_dragFromJunction) continue; + + ArrowItem::Endpoint to; + to.junction = j; + to.port = BlockItem::Port::Input; + m_dragArrow->setTo(to); + m_dragArrow->finalize(); + + m_dragArrow = nullptr; + m_dragFromBlock.clear(); + m_dragFromJunction.clear(); + pushSnapshot(); + return true; + } + + // Попали в существующую стрелку — создаем junction и расщепляем. + ArrowItem* targetArrow = nullptr; + QPointF splitPoint; + qreal bestDist = 8.0; + for (QGraphicsItem* it : itemsUnder) { + auto* arrow = qgraphicsitem_cast(it); + if (!arrow || arrow == m_dragArrow) continue; + auto proj = arrow->hitTest(scenePos, bestDist); + if (proj) { + bestDist = std::hypot(proj->x() - scenePos.x(), proj->y() - scenePos.y()); + splitPoint = *proj; + targetArrow = arrow; + } + } + if (targetArrow) { + auto* junction = new JunctionItem(nullptr, m_nextJunctionId++); + addItem(junction); + junction->setPos(splitPoint); + + ArrowItem::Endpoint mid; + mid.junction = junction; + mid.port = BlockItem::Port::Input; + + const ArrowItem::Endpoint origTo = targetArrow->to(); + targetArrow->setTo(mid); + targetArrow->finalize(); + + auto* forward = new ArrowItem(); + addItem(forward); + forward->setFrom(mid); + forward->setTo(origTo); + forward->finalize(); + + m_dragArrow->setTo(mid); + m_dragArrow->finalize(); + + m_dragArrow = nullptr; + m_dragFromBlock.clear(); + m_dragFromJunction.clear(); + pushSnapshot(); + return true; + } + + // если не попали в блок — попробуем закрепиться на границе сцены + QPointF edgePoint; + Edge edge = hitTestEdge(scenePos, &edgePoint); + if (edge != Edge::None) { + // правая граница может быть только приемником (уже гарантировано) + ArrowItem::Endpoint to; + to.scenePos = edgePoint; + to.port = BlockItem::Port::Input; + m_dragArrow->setTo(to); + m_dragArrow->finalize(); + m_dragArrow = nullptr; + m_dragFromBlock.clear(); + m_dragFromJunction.clear(); + pushSnapshot(); + return true; + } + + return false; +} + +bool DiagramScene::tryBranchAtArrow(const QPointF& scenePos) { + ArrowItem* targetArrow = nullptr; + QPointF splitPoint; + qreal bestDist = 8.0; + + const auto itemsUnder = items(scenePos); + for (QGraphicsItem* it : itemsUnder) { + auto* arrow = qgraphicsitem_cast(it); + if (!arrow || arrow == m_dragArrow) continue; + auto proj = arrow->hitTest(scenePos, bestDist); + if (proj) { + bestDist = std::hypot(proj->x() - scenePos.x(), proj->y() - scenePos.y()); + splitPoint = *proj; + targetArrow = arrow; + } + } + + if (!targetArrow) return false; + + auto* junction = new JunctionItem(nullptr, m_nextJunctionId++); + addItem(junction); + junction->setPos(splitPoint); + + ArrowItem::Endpoint mid; + mid.junction = junction; + mid.port = BlockItem::Port::Input; + + const ArrowItem::Endpoint origTo = targetArrow->to(); + targetArrow->setTo(mid); + targetArrow->finalize(); + + auto* forward = new ArrowItem(); + addItem(forward); + forward->setFrom(mid); + forward->setTo(origTo); + forward->finalize(); + + auto* branch = new ArrowItem(); + addItem(branch); + branch->setFrom(mid); + branch->setTempEndPoint(scenePos); + m_dragArrow = branch; + m_dragFromBlock.clear(); + m_dragFromJunction = junction; + m_dragFromPort = BlockItem::Port::Output; + return true; +} + +DiagramScene::Snapshot DiagramScene::captureSnapshot() const { + Snapshot s; + + QSet blockSet; + QSet junctionSet; + for (QGraphicsItem* it : items()) { + if (auto* b = qgraphicsitem_cast(it)) blockSet.insert(b); + if (auto* j = qgraphicsitem_cast(it)) junctionSet.insert(j); + } + + auto encodeEp = [&](const ArrowItem::Endpoint& ep) { + Snapshot::Endpoint out; + if (ep.block && blockSet.contains(ep.block) && ep.block->scene() == this) { + out.kind = Snapshot::Endpoint::Kind::Block; + out.id = ep.block->id(); + out.port = ep.port; + if (ep.localPos) out.localPos = *ep.localPos; + } else if (ep.junction && junctionSet.contains(ep.junction) && ep.junction->scene() == this) { + out.kind = Snapshot::Endpoint::Kind::Junction; + out.id = ep.junction->id(); + } else if (ep.scenePos) { + out.kind = Snapshot::Endpoint::Kind::Scene; + out.scenePos = *ep.scenePos; + } + return out; + }; + + for (QGraphicsItem* it : items()) { + if (auto* b = qgraphicsitem_cast(it)) { + s.blocks.push_back({b->id(), b->title(), b->pos()}); + } + } + + for (QGraphicsItem* it : items()) { + if (auto* j = qgraphicsitem_cast(it)) { + s.junctions.push_back({j->id(), j->pos()}); + } + } + + for (QGraphicsItem* it : items()) { + if (auto* a = qgraphicsitem_cast(it)) { + Snapshot::Arrow ar; + ar.from = encodeEp(a->from()); + ar.to = encodeEp(a->to()); + if (ar.from.kind == Snapshot::Endpoint::Kind::None || ar.to.kind == Snapshot::Endpoint::Kind::None) { + continue; // skip incomplete arrows + } + ar.bend = a->bendOffset(); + ar.top = a->topOffset(); + ar.bottom = a->bottomOffset(); + ar.label = a->label(); + ar.labelOffset = a->labelOffset(); + s.arrows.push_back(std::move(ar)); + } + } + return s; +} + +void DiagramScene::restoreSnapshot(const Snapshot& snap) { + m_restoringSnapshot = true; + cancelCurrentDrag(); + // Clear dynamic items but keep the static frame. + QList toRemove; + for (QGraphicsItem* it : items()) { + if (it->data(0).toString() == QStringLiteral("static-frame")) continue; + toRemove.append(it); + } + for (QGraphicsItem* it : toRemove) { + removeItem(it); + delete it; + } + + m_nextBlockId = 1; + m_nextJunctionId = 1; + + QHash blockMap; + QHash junctionMap; + + for (const auto& b : snap.blocks) { + auto* blk = createBlockWithId(b.pos, b.id, b.title); + blockMap.insert(b.id, blk); + m_nextBlockId = std::max(m_nextBlockId, b.id + 1); + } + for (const auto& j : snap.junctions) { + m_nextJunctionId = std::max(m_nextJunctionId, j.id + 1); + auto* jun = new JunctionItem(nullptr, j.id); + addItem(jun); + jun->setPos(j.pos); + junctionMap.insert(j.id, jun); + } + + auto decodeEp = [&](const Snapshot::Endpoint& ep) { + ArrowItem::Endpoint out; + switch (ep.kind) { + case Snapshot::Endpoint::Kind::Block: + out.block = blockMap.value(ep.id, nullptr); + out.port = ep.port; + out.localPos = ep.localPos; + break; + case Snapshot::Endpoint::Kind::Junction: + out.junction = junctionMap.value(ep.id, nullptr); + break; + case Snapshot::Endpoint::Kind::Scene: + out.scenePos = ep.scenePos; + out.port = BlockItem::Port::Input; + break; + case Snapshot::Endpoint::Kind::None: + break; + } + return out; + }; + + for (const auto& a : snap.arrows) { + auto* ar = new ArrowItem(); + addItem(ar); + ar->setFrom(decodeEp(a.from)); + ar->setTo(decodeEp(a.to)); + ar->setOffsets(a.bend, a.top, a.bottom); + ar->setLabel(a.label); + ar->setLabelOffset(a.labelOffset); + ar->finalize(); + } + + m_restoringSnapshot = false; +} + +void DiagramScene::pushSnapshot() { + if (m_restoringSnapshot) return; + Snapshot s = captureSnapshot(); + if (m_historyIndex + 1 < m_history.size()) { + m_history.resize(m_historyIndex + 1); + } + m_history.push_back(std::move(s)); + m_historyIndex = m_history.size() - 1; +} + +void DiagramScene::scheduleSnapshot() { + if (m_restoringSnapshot || m_snapshotScheduled) return; + m_snapshotScheduled = true; + QTimer::singleShot(0, this, [this]{ + m_snapshotScheduled = false; + pushSnapshot(); + }); +} + +void DiagramScene::undo() { + if (m_historyIndex <= 0) return; + m_historyIndex -= 1; + restoreSnapshot(m_history[m_historyIndex]); +} + +void DiagramScene::mousePressEvent(QGraphicsSceneMouseEvent* e) { + if (e->button() == Qt::LeftButton) { + if (e->modifiers().testFlag(Qt::ControlModifier)) { + if (tryBranchAtArrow(e->scenePos())) { + e->accept(); + return; + } + } + // если кликнули на порт — начинаем протягивание стрелки + if (tryStartArrowDrag(e->scenePos())) { + e->accept(); + return; + } + // начало перемещения существующих элементов — запомним позиции + m_pressPositions.clear(); + const auto sel = selectedItems(); + for (QGraphicsItem* it : sel) { + if (it->flags() & QGraphicsItem::ItemIsMovable) { + m_pressPositions.insert(it, it->pos()); + } + } + m_itemDragActive = !m_pressPositions.isEmpty(); + } + + if (e->button() == Qt::RightButton) { + // правой кнопкой — добавить блок + createBlockAt(e->scenePos()); + e->accept(); + return; + } + + QGraphicsScene::mousePressEvent(e); +} + +void DiagramScene::mouseMoveEvent(QGraphicsSceneMouseEvent* e) { + if (m_dragArrow) { + m_dragArrow->setTempEndPoint(e->scenePos()); + e->accept(); + return; + } + QGraphicsScene::mouseMoveEvent(e); +} + +void DiagramScene::mouseReleaseEvent(QGraphicsSceneMouseEvent* e) { + if (m_dragArrow && e->button() == Qt::LeftButton) { + if (!tryFinishArrowDrag(e->scenePos())) { + // не получилось — удаляем временную стрелку + cancelCurrentDrag(); + } + e->accept(); + } + if (m_itemDragActive && e->button() == Qt::LeftButton) { + maybeSnapshotMovedItems(); + m_itemDragActive = false; + } + QGraphicsScene::mouseReleaseEvent(e); +} + +void DiagramScene::keyPressEvent(QKeyEvent* e) { + if (e->key() == Qt::Key_Escape) { + cancelCurrentDrag(); + e->accept(); + return; + } + if (e->key() == Qt::Key_Delete || e->key() == Qt::Key_Backspace) { + deleteSelection(); + e->accept(); + return; + } + if (e->matches(QKeySequence::Undo)) { + undo(); + e->accept(); + return; + } + QGraphicsScene::keyPressEvent(e); +} + +void DiagramScene::cancelCurrentDrag() { + if (m_dragArrow) { + removeItem(m_dragArrow); + delete m_dragArrow; + m_dragArrow = nullptr; + m_dragFromBlock.clear(); + m_dragFromJunction.clear(); + } +} + +void DiagramScene::deleteSelection() { + if (m_dragArrow) { + cancelCurrentDrag(); + return; + } + + QSet toDelete; + const auto sel = selectedItems(); + for (QGraphicsItem* it : sel) { + if (qgraphicsitem_cast(it) || qgraphicsitem_cast(it) || qgraphicsitem_cast(it)) { + toDelete.insert(it); + } + } + + // also delete arrows connected to selected blocks/junctions + for (QGraphicsItem* it : items()) { + auto* arrow = qgraphicsitem_cast(it); + if (!arrow) continue; + const auto f = arrow->from(); + const auto t = arrow->to(); + if ((f.block && toDelete.contains(f.block)) || + (t.block && toDelete.contains(t.block)) || + (f.junction && toDelete.contains(f.junction)) || + (t.junction && toDelete.contains(t.junction))) { + toDelete.insert(arrow); + } + } + + // delete arrows first to avoid dangling removal from deleted blocks/junctions + for (QGraphicsItem* it : toDelete) { + if (qgraphicsitem_cast(it)) { + removeItem(it); + delete it; + } + } + for (QGraphicsItem* it : toDelete) { + if (!qgraphicsitem_cast(it)) { + removeItem(it); + delete it; + } + } + + if (!toDelete.isEmpty()) pushSnapshot(); +} + +void DiagramScene::requestSnapshot() { + pushSnapshot(); +} + +void DiagramScene::maybeSnapshotMovedItems() { + bool moved = false; + for (auto it = m_pressPositions.cbegin(); it != m_pressPositions.cend(); ++it) { + if (!it.key()) continue; + const QPointF cur = it.key()->pos(); + const QPointF old = it.value(); + if (!qFuzzyCompare(cur.x(), old.x()) || !qFuzzyCompare(cur.y(), old.y())) { + moved = true; + break; + } + } + m_pressPositions.clear(); + if (moved) pushSnapshot(); +} diff --git a/src/items/DiagramScene.h b/src/items/DiagramScene.h new file mode 100644 index 0000000..4aa272a --- /dev/null +++ b/src/items/DiagramScene.h @@ -0,0 +1,78 @@ +#pragma once +#include +#include + +#include "BlockItem.h" +class ArrowItem; +class JunctionItem; + +class DiagramScene final : public QGraphicsScene { + Q_OBJECT +public: + explicit DiagramScene(QObject* parent = nullptr); + + BlockItem* createBlockAt(const QPointF& scenePos); + BlockItem* createBlockWithId(const QPointF& scenePos, int id, const QString& title); + void requestSnapshot(); + +protected: + void mousePressEvent(QGraphicsSceneMouseEvent* e) override; + void mouseMoveEvent(QGraphicsSceneMouseEvent* e) override; + void mouseReleaseEvent(QGraphicsSceneMouseEvent* e) override; + void keyPressEvent(QKeyEvent* e) override; + +private: + ArrowItem* m_dragArrow = nullptr; + QPointer m_dragFromBlock; + QPointer m_dragFromJunction; + BlockItem::Port m_dragFromPort = BlockItem::Port::Output; + int m_nextBlockId = 1; + int m_nextJunctionId = 1; + bool m_snapshotScheduled = false; + bool m_restoringSnapshot = false; + bool m_itemDragActive = false; + QHash m_pressPositions; + + bool tryStartArrowDrag(const QPointF& scenePos); + bool tryFinishArrowDrag(const QPointF& scenePos); + bool tryBranchAtArrow(const QPointF& scenePos); + void cancelCurrentDrag(); + void deleteSelection(); + + struct Snapshot { + struct Endpoint { + enum class Kind { None, Block, Junction, Scene } kind = Kind::None; + int id = -1; + BlockItem::Port port = BlockItem::Port::Input; + QPointF localPos; + QPointF scenePos; + }; + struct Block { int id; QString title; QPointF pos; }; + struct Junction { int id; QPointF pos; }; + struct Arrow { + Endpoint from; + Endpoint to; + qreal bend = 0.0; + qreal top = 0.0; + qreal bottom = 0.0; + QString label; + QPointF labelOffset; + }; + QVector blocks; + QVector junctions; + QVector arrows; + }; + + QVector m_history; + int m_historyIndex = -1; + + Snapshot captureSnapshot() const; + void restoreSnapshot(const Snapshot& snap); + void pushSnapshot(); + void scheduleSnapshot(); + void undo(); + void maybeSnapshotMovedItems(); + + enum class Edge { None, Left, Right, Top, Bottom }; + Edge hitTestEdge(const QPointF& scenePos, QPointF* outScenePoint = nullptr) const; +}; diff --git a/src/items/JunctionItem.cpp b/src/items/JunctionItem.cpp new file mode 100644 index 0000000..a0b4d0a --- /dev/null +++ b/src/items/JunctionItem.cpp @@ -0,0 +1,47 @@ +#include "JunctionItem.h" +#include "ArrowItem.h" + +#include +#include +#include + +JunctionItem::JunctionItem(QGraphicsItem* parent, int id) + : QGraphicsObject(parent), + m_id(id) +{ + setFlags(ItemIsMovable | ItemIsSelectable | ItemSendsGeometryChanges); + setZValue(1); // slightly above arrows +} + +QRectF JunctionItem::boundingRect() const { + return QRectF(-m_radius - 2, -m_radius - 2, (m_radius + 2) * 2, (m_radius + 2) * 2); +} + +void JunctionItem::paint(QPainter* p, const QStyleOptionGraphicsItem*, QWidget*) { + p->setRenderHint(QPainter::Antialiasing, true); + p->setPen(Qt::NoPen); + p->setBrush(isSelected() ? QColor(40, 100, 255) : QColor(30, 30, 30)); + p->drawEllipse(QPointF(0, 0), m_radius, m_radius); +} + +void JunctionItem::addArrow(ArrowItem* a) { + m_arrows.insert(a); +} + +void JunctionItem::removeArrow(ArrowItem* a) { + m_arrows.remove(a); +} + +bool JunctionItem::hitTest(const QPointF& scenePos, qreal radius) const { + const QPointF local = mapFromScene(scenePos); + return std::hypot(local.x(), local.y()) <= radius; +} + +QVariant JunctionItem::itemChange(GraphicsItemChange change, const QVariant& value) { + if (change == ItemPositionHasChanged || change == ItemTransformHasChanged) { + for (ArrowItem* a : m_arrows) { + if (a) a->updatePath(); + } + } + return QGraphicsObject::itemChange(change, value); +} diff --git a/src/items/JunctionItem.h b/src/items/JunctionItem.h new file mode 100644 index 0000000..21fef6d --- /dev/null +++ b/src/items/JunctionItem.h @@ -0,0 +1,32 @@ +#pragma once +#include +#include + +class ArrowItem; + +// Small movable node that lets several arrows meet at a single point. +class JunctionItem final : public QGraphicsObject { + Q_OBJECT +public: + enum { Type = UserType + 2 }; + explicit JunctionItem(QGraphicsItem* parent = nullptr, int id = -1); + + QRectF boundingRect() const override; + void paint(QPainter* p, const QStyleOptionGraphicsItem* opt, QWidget* widget) override; + int type() const override { return Type; } + + void addArrow(ArrowItem* a); + void removeArrow(ArrowItem* a); + + bool hitTest(const QPointF& scenePos, qreal radius) const; + int id() const { return m_id; } + void setId(int id) { m_id = id; } + +protected: + QVariant itemChange(GraphicsItemChange change, const QVariant& value) override; + +private: + qreal m_radius = 5.0; + int m_id; + QSet m_arrows; +}; diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..d433e8d --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,10 @@ +#include +#include "MainWindow.h" + +int main(int argc, char** argv) { + QApplication app(argc, argv); + MainWindow w; + w.resize(1200, 800); + w.show(); + return app.exec(); +}