summary refs log tree commit diff
path: root/pkgs/applications/editors/textadept/10/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/textadept/10/default.nix')
-rw-r--r--pkgs/applications/editors/textadept/10/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/textadept/10/default.nix b/pkgs/applications/editors/textadept/10/default.nix
index fe22f3424f2..a45edc6c1a5 100644
--- a/pkgs/applications/editors/textadept/10/default.nix
+++ b/pkgs/applications/editors/textadept/10/default.nix
@@ -1,6 +1,6 @@
-{ lib, stdenv, fetchhg, fetchurl, gtk2, glib, pkg-config, unzip, ncurses, zip }:
+{ lib, gcc10Stdenv, fetchhg, fetchurl, gtk2, glib, pkg-config, unzip, ncurses, zip }:
 
-stdenv.mkDerivation rec {
+gcc10Stdenv.mkDerivation rec {
   version = "10.8";
   pname = "textadept";