bitbox: add comment explaining the need of Qt 5

This commit is contained in:
Nicola Squartini 2025-04-20 09:59:44 +02:00
parent 8b4477c311
commit 0bbeedc62c
No known key found for this signature in database
GPG key ID: A17E9348A7343370

View file

@ -11,6 +11,8 @@
}:
let
# Qt 6 doesnt provide the rcc binary so we create an ad hoc package pulling
# it from Qt 5.
rcc = runCommand "rcc" { } ''
mkdir -p $out/bin
cp ${lib.getExe' libsForQt5.qt5.qtbase.dev "rcc"} $out/bin