gitsrht: include minio
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchgit, buildPythonPackage
|
{ stdenv, fetchgit, buildPythonPackage
|
||||||
, python
|
, python
|
||||||
, buildGoModule
|
, buildGoModule
|
||||||
, srht, pygit2, scmsrht }:
|
, srht, minio, pygit2, scmsrht }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.50.3";
|
version = "0.50.3";
|
||||||
@@ -55,6 +55,7 @@ in buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
srht
|
srht
|
||||||
|
minio
|
||||||
pygit2
|
pygit2
|
||||||
scmsrht
|
scmsrht
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user