ericw-tools: stdenv -> gcc10Stdenv

This commit is contained in:
Alexander Bantyev 2022-05-29 17:24:15 +04:00
parent fd26c9493b
commit 5b12d3a807

View File

@ -5619,7 +5619,7 @@ with pkgs;
endlessh-go = callPackage ../servers/endlessh-go { };
ericw-tools = callPackage ../applications/misc/ericw-tools { };
ericw-tools = callPackage ../applications/misc/ericw-tools { stdenv = gcc10StdenvCompat; };
cryfs = callPackage ../tools/filesystems/cryfs { };