non: stdenv -> gcc10Stdenv

(cherry picked from commit 15b44bab79)
This commit is contained in:
Alexander Bantyev
2022-05-29 18:18:00 +04:00
committed by github-actions[bot]
parent a3b5a1fe0b
commit 413b850dbf

View File

@@ -19748,7 +19748,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 { };