cromfs: fix build with gcc 11+

This commit is contained in:
Weijia Wang 2023-12-11 01:44:20 +01:00
parent 64891e361b
commit 133fc77d70
2 changed files with 3 additions and 3 deletions

View File

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ fuse perl ];
makeFlags = [ "CXXFLAGS=-std=c++03" ];
meta = with lib; {
description = "FUSE Compressed ROM filesystem with lzma";
homepage = "https://bisqwit.iki.fi/source/cromfs.html";

View File

@ -7299,9 +7299,7 @@ with pkgs;
cringify = callPackage ../tools/text/cringify { };
cromfs = callPackage ../tools/archivers/cromfs {
stdenv = gcc10StdenvCompat;
};
cromfs = callPackage ../tools/archivers/cromfs { };
cron = callPackage ../tools/system/cron { };