cromfs: use gcc10Stdenv
This commit is contained in:
parent
e7fd0ebfa9
commit
001e5336d9
1 changed files with 3 additions and 1 deletions
|
@ -4621,7 +4621,9 @@ with pkgs;
|
|||
|
||||
createrepo_c = callPackage ../tools/package-management/createrepo_c { };
|
||||
|
||||
cromfs = callPackage ../tools/archivers/cromfs { };
|
||||
cromfs = callPackage ../tools/archivers/cromfs {
|
||||
stdenv = if stdenv.cc.isGNU then gcc10Stdenv else stdenv;
|
||||
};
|
||||
|
||||
cron = callPackage ../tools/system/cron { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue