Merge pull request #130192 from Stunkymonkey/logisim-phases

logisim: deprecate phases
This commit is contained in:
Sandro 2021-07-20 18:32:40 +02:00 committed by GitHub
commit c401885fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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