mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
gitsrht: include minio
This commit is contained in:
parent
ae6a55cd44
commit
b4f8ce9e92
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue