summary refs log tree commit diff
path: root/pkgs/applications/editors/textadept
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/textadept')
-rw-r--r--pkgs/applications/editors/textadept/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/textadept/default.nix b/pkgs/applications/editors/textadept/default.nix
index db74a58da43e..4f1a29278be9 100644
--- a/pkgs/applications/editors/textadept/default.nix
+++ b/pkgs/applications/editors/textadept/default.nix
@@ -32,7 +32,7 @@ let
       build_dir=$PWD
       cd $TMPDIR
 
-      local_path=$(basename ${store_path} .zip | sed -e 's/^[a-z0-9]*-//')
+      local_path=$(basename ${url} .zip)
 
       cp -r ${store_path} $local_path
       chmod u+rwX -R $local_path