ucg: stdenv -> gcc10Stdenv
This commit is contained in:
parent
17cca50520
commit
101927cc46
1 changed files with 1 additions and 1 deletions
|
@ -6651,7 +6651,7 @@ with pkgs;
|
|||
|
||||
robodoc = callPackage ../tools/text/robodoc { };
|
||||
|
||||
ucg = callPackage ../tools/text/ucg { };
|
||||
ucg = callPackage ../tools/text/ucg { stdenv = gcc10StdenvCompat; };
|
||||
|
||||
grive2 = callPackage ../tools/filesystems/grive2 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue