qt6.qtdeclarative: fixup build on darwin

https://hydra.nixos.org/build/256380975/nixlog/1/tail

I don't have energy to try discovering why exactly the issue happens,
but adding python3 to propagatedBuildInputs or dropping strictDeps
worked when I tried on aarch64-darwin.

I suspect that cmake upgrade might've been what triggered the change.
This commit is contained in:
Vladimír Čunát 2024-04-19 08:05:40 +02:00
parent 8c0c955a09
commit c979169d1a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
qtModule {
pname = "qtdeclarative";
strictDeps = true;
strictDeps = !stdenv.isDarwin; # fails to detect python3 otherwise
propagatedBuildInputs = [ qtbase qtlanguageserver qtshadertools openssl ];
nativeBuildInputs = [ python3 ];
patches = [