Skip to content

Commit

Permalink
Merge pull request #315841 from NixOS/backport-315287-to-release-24.05
Browse files Browse the repository at this point in the history
[Backport release-24.05] povray: build with gcc12
  • Loading branch information
wegank authored May 31, 2024
2 parents 326b7f4 + 1956171 commit c697fed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11958,7 +11958,11 @@ with pkgs;

postscript-lexmark = callPackage ../misc/drivers/postscript-lexmark { };

povray = callPackage ../tools/graphics/povray { };
povray = callPackage ../tools/graphics/povray {
# https://github.com/POV-Ray/povray/issues/460
# https://github.com/NixOS/nixpkgs/issues/311017
stdenv = gcc12Stdenv;
};

power-profiles-daemon = callPackage ../os-specific/linux/power-profiles-daemon { };

Expand Down

0 comments on commit c697fed

Please sign in to comment.