mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
cromfs: fix build with gcc 11+
This commit is contained in:
parent
64891e361b
commit
133fc77d70
@ -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 New Issue
Block a user