3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #144251 from SuperSandro2000/ib-controller

This commit is contained in:
Sandro 2021-11-02 16:02:13 +01:00 committed by GitHub
commit b32eb76b27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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