mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 19:27:36 +00:00
qtpass: fix build with Darwin sandbox enabled
Co-authored-by: toonn <toonn@toonn.io>
This commit is contained in:
parent
9065884299
commit
d014e56db4
@ -34,6 +34,9 @@ mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
# HACK `propagatedSandboxProfile` does not appear to actually propagate the sandbox profile from `qt5.qtbase`
|
||||
sandboxProfile = toString qtbase.__propagatedSandboxProfile;
|
||||
|
||||
qmakeFlags = [
|
||||
# setup hook only sets QMAKE_LRELEASE, set QMAKE_LUPDATE too:
|
||||
"QMAKE_LUPDATE=${qttools.dev}/bin/lupdate"
|
||||
|
Loading…
Reference in New Issue
Block a user