Merge pull request #287977 from trofi/stone-phaser-gcc-13-fix

stone-phaser: fix `gcc-13` build failure

authored by Nick Cao and committed by GitHub 38afef50 fe374929

+3
+3
pkgs/applications/audio/stone-phaser/default.nix
··· 20 postPatch = '' 21 patch -d dpf -p 1 -i "$src/resources/patch/DPF-bypass.patch" 22 patchShebangs ./dpf/utils/generate-ttl.sh 23 ''; 24 25 installFlags = [ "PREFIX=$(out)" ];
··· 20 postPatch = '' 21 patch -d dpf -p 1 -i "$src/resources/patch/DPF-bypass.patch" 22 patchShebangs ./dpf/utils/generate-ttl.sh 23 + 24 + # Fix gcc-13 build failure due to missing includes 25 + sed -e '1i #include <cstdint>' -i plugins/stone-phaser/ui/Color.h 26 ''; 27 28 installFlags = [ "PREFIX=$(out)" ];