about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-09 17:40:51 +0200
committerDomen Kožar <domen@dev.si>2015-05-10 13:46:02 +0200
commit4081886d1accaa3e9d178fe48be5f1fda097388d (patch)
tree4c5c0c806883b89434919000990539b2f99f18a6 /pkgs/development/tools
parent5dae1f659e4db2e647dcacd3f98a2864e7216cd7 (diff)
downloadnixlib-4081886d1accaa3e9d178fe48be5f1fda097388d.tar
nixlib-4081886d1accaa3e9d178fe48be5f1fda097388d.tar.gz
nixlib-4081886d1accaa3e9d178fe48be5f1fda097388d.tar.bz2
nixlib-4081886d1accaa3e9d178fe48be5f1fda097388d.tar.lz
nixlib-4081886d1accaa3e9d178fe48be5f1fda097388d.tar.xz
nixlib-4081886d1accaa3e9d178fe48be5f1fda097388d.tar.zst
nixlib-4081886d1accaa3e9d178fe48be5f1fda097388d.zip
alloy: remove left-over no-op
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/alloy/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/alloy/default.nix b/pkgs/development/tools/alloy/default.nix
index da247072b070..2c16f1f6f6cf 100644
--- a/pkgs/development/tools/alloy/default.nix
+++ b/pkgs/development/tools/alloy/default.nix
@@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
   phases = [ "installPhase" ];
 
   installPhase = ''
-    jar=`basename ${src}`
     jar=$out/share/alloy/alloy${version}.jar
 
     install -Dm644 ${src} $jar