cromfs: fix build with gcc 11+
This commit is contained in:
parent
64891e361b
commit
133fc77d70
2 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue