mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 17:58:03 +00:00
swfmill: stdenv -> gcc10Stdenv
This commit is contained in:
parent
70e3e0d839
commit
8c379ef34f
@ -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 New Issue
Block a user