sourcehut: remove unused inputs
This commit is contained in:
parent
a26de2dec7
commit
b33fe92b81
@ -1,5 +1,4 @@
|
||||
{ lib, fetchgit, buildPythonPackage
|
||||
, python
|
||||
, buildGoModule
|
||||
, srht, redis, celery, pyyaml, markdown }:
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib, fetchgit, buildPythonPackage
|
||||
, python
|
||||
, srht, pyyaml, PyGithub }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib, fetchgit, buildPythonPackage
|
||||
, python
|
||||
, buildGoModule
|
||||
, srht, minio, pygit2, scmsrht }:
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib, fetchhg, buildPythonPackage
|
||||
, python
|
||||
, srht, hglib, scmsrht, unidiff }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib, fetchgit, buildPythonPackage
|
||||
, python
|
||||
, srht }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib, fetchgit, buildPythonPackage
|
||||
, python
|
||||
, srht, asyncpg, aiosmtpd, pygit2, emailthreads }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib, fetchgit, buildPythonPackage
|
||||
, python
|
||||
, srht, pygit2 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib, fetchgit, buildPythonPackage
|
||||
, python
|
||||
, buildGoModule
|
||||
, pgpy, srht, redis, bcrypt, qrcode, stripe, zxcvbn, alembic, pystache
|
||||
, sshpubkeys, weasyprint }:
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib, fetchgit, buildPythonPackage
|
||||
, python
|
||||
, srht, pyyaml }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -1,7 +1,6 @@
|
||||
{ lib, fetchgit, buildPythonPackage
|
||||
, python
|
||||
, srht, redis, alembic, pystache
|
||||
, pytest, factory_boy, writeText }:
|
||||
, pytest, factory_boy }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "todosrht";
|
||||
|
Loading…
Reference in New Issue
Block a user