mkcue: fix build with gcc 11+

This commit is contained in:
Weijia Wang 2023-12-12 02:10:57 +01:00
parent a8dac2fa64
commit 3f718ad247
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0rs897wp08z4hd904bjb5sl4lb8qxj82x5ayklr28bhg9pd5gbra";
};
env.CXXFLAGS = "-std=c++98";
preInstall = "mkdir -pv $out/bin";
postInstall = "chmod -v +w $out/bin/mkcue";

View file

@ -10939,7 +10939,7 @@ with pkgs;
mkclean = callPackage ../applications/video/mkclean { };
mkcue = callPackage ../tools/cd-dvd/mkcue { stdenv = gcc10StdenvCompat; };
mkcue = callPackage ../tools/cd-dvd/mkcue { };
mkp224o = callPackage ../tools/security/mkp224o { };