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
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-09 17:40:51 +0200
commit8f74b653d22e22b47d8e5e5724397ec9d12bda22 (patch)
tree8d9b5afd144e52ff9a983afd81a9c4f62683cd97 /pkgs/development/tools
parent4c05e484116b97d3e24ff0ca3fcd550f3a67b1b5 (diff)
downloadnixlib-8f74b653d22e22b47d8e5e5724397ec9d12bda22.tar
nixlib-8f74b653d22e22b47d8e5e5724397ec9d12bda22.tar.gz
nixlib-8f74b653d22e22b47d8e5e5724397ec9d12bda22.tar.bz2
nixlib-8f74b653d22e22b47d8e5e5724397ec9d12bda22.tar.lz
nixlib-8f74b653d22e22b47d8e5e5724397ec9d12bda22.tar.xz
nixlib-8f74b653d22e22b47d8e5e5724397ec9d12bda22.tar.zst
nixlib-8f74b653d22e22b47d8e5e5724397ec9d12bda22.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