Closed iyra closed 4 years ago
This not only affects syncplay. Many other dependencies are broken as well. Freecad for instance does not build either.
looks like updating pyside2 to 5.12.6 fixed this issue on my fork: https://github.com/ashkitten/nixpkgs/commit/9ad580585cea1e706fc2b7cb0e0d775b5982bca5
@ashkitten Your fix looks good to me. Could you PR it?
@gebner done, https://github.com/NixOS/nixpkgs/pull/92773
Describe the bug
nix-env -i syncplay
, a package which requires PySide2, fails to install, either system-wide, nix-env local, nix-env global, or with home-manager.To Reproduce
nix-env -i syncplay
Results Running the above command:
Expected behavior Syncplay installs correctly without error.
Notify maintainers pyside2: @gebner syncplay: @Enzime
Metadata Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.