From ef7fff6a49986fd67be37ef9cb1e7e0a84c589de Mon Sep 17 00:00:00 2001 From: Kir Ax Date: Mon, 2 Nov 2020 21:13:09 +0700 Subject: [PATCH] textadept: moved to subdir for 10th version --- pkgs/applications/editors/textadept/{ => 10}/default.nix | 0 pkgs/applications/editors/textadept/{ => 10}/deps.nix | 0 pkgs/top-level/all-packages.nix | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/applications/editors/textadept/{ => 10}/default.nix (100%) rename pkgs/applications/editors/textadept/{ => 10}/deps.nix (100%) diff --git a/pkgs/applications/editors/textadept/default.nix b/pkgs/applications/editors/textadept/10/default.nix similarity index 100% rename from pkgs/applications/editors/textadept/default.nix rename to pkgs/applications/editors/textadept/10/default.nix diff --git a/pkgs/applications/editors/textadept/deps.nix b/pkgs/applications/editors/textadept/10/deps.nix similarity index 100% rename from pkgs/applications/editors/textadept/deps.nix rename to pkgs/applications/editors/textadept/10/deps.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index a6825cd25c2..ac1cb1b8839 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -7502,7 +7502,7 @@ in texstudio = libsForQt5.callPackage ../applications/editors/texstudio { }; - textadept = callPackage ../applications/editors/textadept { }; + textadept = callPackage ../applications/editors/textadept/10 { }; texworks = libsForQt514.callPackage ../applications/editors/texworks { };