git-annex-remote-rclone: remove phases
This commit is contained in:
parent
188af2bf8b
commit
21ba91610c
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp git-annex-remote-rclone $out/bin
|
||||
|
|
Loading…
Reference in a new issue