swfmill: stdenv -> gcc10Stdenv
This commit is contained in:
parent
70e3e0d839
commit
8c379ef34f
1 changed files with 1 additions and 1 deletions
|
@ -16295,7 +16295,7 @@ with pkgs;
|
|||
|
||||
c3c = callPackage ../development/compilers/c3c { };
|
||||
|
||||
swfmill = callPackage ../tools/video/swfmill { };
|
||||
swfmill = callPackage ../tools/video/swfmill { stdenv = gcc10StdenvCompat; };
|
||||
|
||||
swftools = callPackage ../tools/video/swftools {
|
||||
stdenv = gccStdenv;
|
||||
|
|
Loading…
Reference in a new issue