logisim: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-14 16:40:28 +02:00
parent 9b4f7584f3
commit ac75afe239

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
sha256 = "1hkvc9zc7qmvjbl9579p84hw3n8wl3275246xlzj136i5b0phain";
};
phases = [ "installPhase" ];
dontUnpack = true;
nativeBuildInputs = [makeWrapper];