Merge pull request #273684 from wegank/mkcue-gcc-13

mkcue: fix build with gcc 11+
This commit is contained in:
Nick Cao
2023-12-12 08:41:26 -05:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
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";
+1 -1
View File
@@ -10935,7 +10935,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 { };