Skip to content

Commit 0bbeedc

Browse files
committed
bitbox: add comment explaining the need of Qt 5
1 parent 8b4477c commit 0bbeedc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/bi/bitbox/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
}:
1212

1313
let
14+
# Qt 6 doesn’t provide the rcc binary so we create an ad hoc package pulling
15+
# it from Qt 5.
1416
rcc = runCommand "rcc" { } ''
1517
mkdir -p $out/bin
1618
cp ${lib.getExe' libsForQt5.qt5.qtbase.dev "rcc"} $out/bin

0 commit comments

Comments
 (0)