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
4c05e48411
commit
8f74b653d2
@ -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