summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/textadept
diff options
context:
space:
mode:
authorPiotr Bogdan <ppbogdan@gmail.com>2017-11-04 13:56:32 +0000
committerPiotr Bogdan <ppbogdan@gmail.com>2017-11-04 13:56:32 +0000
commit0936dd0d5784e30b40f94001bdcd1a327bcd4506 (patch)
tree2c4d8edac7eb2210ac973c381b46751ac9504ee4 /pkgs/applications/editors/textadept
parent5e563ae7490ad47699c0e687dd6e180c07b81a1f (diff)
textadept: fix build
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