mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
bitbox: add comment explaining the need of Qt 5
This commit is contained in:
parent
8b4477c311
commit
0bbeedc62c
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
}:
|
||||
|
||||
let
|
||||
# Qt 6 doesn’t 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue