Unverified Commit c979169d authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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.
parent 8c0c955a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [