ix: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-20 16:54:52 +02:00
parent 94e725d329
commit 8ba51139bf

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ];
phases = [ "installPhase" "fixupPhase" ];
dontUnpack = true;
installPhase = ''
install -Dm +x $src $out/bin/ix