Merge pull request #292458 from Stunkymonkey/ib-tws-deprecate-phases

ib-tws: deprecate phases
This commit is contained in:
Weijia Wang 2024-03-01 09:54:12 +01:00 committed by GitHub
commit f4e2bf9f33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
sha256 = "1a2jiwwnr5g3xfba1a89c257bdbnq4zglri8hz021vk7f6s4rlrf";
};
phases = [ "unpackPhase" "buildPhase" "installPhase" ];
buildInputs = [ jdk ];
buildPhase = ''