qt6.qtdeclarative: add sigtool on Darwin

Needed since 6.9
This commit is contained in:
K900
2025-04-05 10:50:00 +03:00
parent f378d8544a
commit 5ee4400636
@@ -5,6 +5,7 @@
qtshadertools,
qtsvg,
openssl,
darwin,
stdenv,
lib,
pkgsBuildBuild,
@@ -23,6 +24,10 @@ qtModule {
];
strictDeps = true;
nativeBuildInputs = lib.optionals stdenv.isDarwin [
darwin.sigtool
];
patches = [
# invalidates qml caches created from nix applications at different
# store paths and disallows saving caches of bare qml files in the store.