non: stdenv -> gcc10Stdenv
This commit is contained in:
parent
3eac0002ec
commit
15b44bab79
1 changed files with 1 additions and 1 deletions
|
@ -19776,7 +19776,7 @@ with pkgs;
|
|||
|
||||
nntp-proxy = callPackage ../applications/networking/nntp-proxy { };
|
||||
|
||||
non = callPackage ../applications/audio/non { };
|
||||
non = callPackage ../applications/audio/non { stdenv = gcc10StdenvCompat; };
|
||||
|
||||
ntl = callPackage ../development/libraries/ntl { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue