textadept11: stdenv -> gcc10Stdenv
This commit is contained in:
parent
fe9163bac7
commit
7bd4ef2835
1 changed files with 1 additions and 1 deletions
|
@ -10843,7 +10843,7 @@ with pkgs;
|
||||||
|
|
||||||
textadept = callPackage ../applications/editors/textadept/10 { };
|
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 { };
|
texworks = libsForQt5.callPackage ../applications/editors/texworks { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue