git-annex-remote-rclone: remove phases

This commit is contained in:
Felix Buehler 2021-08-03 00:02:22 +02:00
parent 188af2bf8b
commit 21ba91610c

View file

@ -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