cromfs: use gcc10Stdenv

This commit is contained in:
Fabián Heredia Montiel 2022-04-15 11:18:00 -05:00
parent e7fd0ebfa9
commit 001e5336d9

View file

@ -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 { };