3
0
Fork 0
forked from mirrors/nixpkgs

deepsea: pin to go 1.17

This commit is contained in:
Sandro Jäckel 2022-07-13 14:07:57 +02:00 committed by Sandro Jäckel
parent 4982ae785a
commit 3ea65022ae
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -33301,7 +33301,9 @@ with pkgs;
deepdiff = with python3Packages; toPythonApplication deepdiff;
deepsea = callPackage ../tools/security/deepsea { };
deepsea = callPackage ../tools/security/deepsea {
buildGoModule = buildGo117Module;
};
deeptools = callPackage ../applications/science/biology/deeptools { python = python3; };