gitsrht: include minio

This commit is contained in:
Edmund Wu 2020-04-16 16:49:37 -04:00
parent ae6a55cd44
commit b4f8ce9e92
No known key found for this signature in database
GPG key ID: 8AB0E99F622EC03E

View file

@ -1,7 +1,7 @@
{ stdenv, fetchgit, buildPythonPackage
, python
, buildGoModule
, srht, pygit2, scmsrht }:
, srht, minio, pygit2, scmsrht }:
let
version = "0.50.3";
@ -55,6 +55,7 @@ in buildPythonPackage rec {
propagatedBuildInputs = [
srht
minio
pygit2
scmsrht
];