mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
alloy: remove left-over no-op
This commit is contained in:
parent
5dae1f659e
commit
4081886d1a
@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
|
||||
phases = [ "installPhase" ];
|
||||
|
||||
installPhase = ''
|
||||
jar=`basename ${src}`
|
||||
jar=$out/share/alloy/alloy${version}.jar
|
||||
|
||||
install -Dm644 ${src} $jar
|
||||
|
Loading…
Reference in New Issue
Block a user