Skip to content

Commit

Permalink
Merge pull request #315287 from fgaz/povray/gcc12
Browse files Browse the repository at this point in the history
povray: build with gcc12
  • Loading branch information
SuperSandro2000 authored May 30, 2024
2 parents d302f55 + dac4281 commit c2df152
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 @@ -11950,7 +11950,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 c2df152

Please sign in to comment.