gitsrht: include minio
This commit is contained in:
parent
ae6a55cd44
commit
b4f8ce9e92
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user