ib-controller: remove phases

This commit is contained in:
Sandro Jäckel 2021-11-02 15:39:54 +01:00
parent bf0dc4f254
commit c9e98b6c6a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
sha256 = "17a8bcgg9z3b4y38k035hm2lgvhmf8srlz59c7n2q3fdw2i95i68";
};
phases = [ "unpackPhase" "installPhase" ];
nativeBuildInputs = [ unzip ];
buildInputs = [ jdk ib-tws ];