about summary refs log tree commit diff
path: root/pkgs/applications/editors/textadept
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-03-26 11:26:01 +0000
committerGitHub <noreply@github.com>2021-03-26 11:26:01 +0000
commitd946d15796e7175ef2fd9d8bee4d8ffd7e13f71f (patch)
tree2e6bb23fa8f2a1aacfb56c61e525f82b1fd45643 /pkgs/applications/editors/textadept
parente5f38df52bd39a9f6fd7c459db61c6b4923acb2c (diff)
parent13a8519b4b50cb5e98a42b6b107b497791e5ca74 (diff)
Merge branch 'master' into textadept-11.1
Diffstat (limited to 'pkgs/applications/editors/textadept')
-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 9d86bdc4c5bfe..fe22f3424f2ec 100644
--- a/pkgs/applications/editors/textadept/10/default.nix
+++ b/pkgs/applications/editors/textadept/10/default.nix
@@ -4,9 +4,9 @@ stdenv.mkDerivation rec {
   version = "10.8";
   pname = "textadept";
 
-  nativeBuildInputs = [ pkg-config ];
+  nativeBuildInputs = [ pkg-config unzip ];
   buildInputs = [
-    gtk2 ncurses glib unzip zip
+    gtk2 ncurses glib zip
   ];
 
   src = fetchhg {