Unverified Commit c2df1524 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #315287 from fgaz/povray/gcc12

povray: build with gcc12
parents d302f554 dac42811
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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 { };