textadept11: stdenv -> gcc10Stdenv

This commit is contained in:
Alexander Bantyev 2022-05-29 18:52:20 +04:00
parent fe9163bac7
commit 7bd4ef2835

View File

@ -10843,7 +10843,7 @@ with pkgs;
textadept = callPackage ../applications/editors/textadept/10 { };
textadept11 = callPackage ../applications/editors/textadept/11 { };
textadept11 = callPackage ../applications/editors/textadept/11 { stdenv = gcc10StdenvCompat; };
texworks = libsForQt5.callPackage ../applications/editors/texworks { };