sourcehut: remove unused inputs

This commit is contained in:
Sandro Jäckel 2021-02-15 23:03:28 +01:00
parent a26de2dec7
commit b33fe92b81
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
10 changed files with 1 additions and 11 deletions

View file

@ -1,5 +1,4 @@
{ lib, fetchgit, buildPythonPackage { lib, fetchgit, buildPythonPackage
, python
, buildGoModule , buildGoModule
, srht, redis, celery, pyyaml, markdown }: , srht, redis, celery, pyyaml, markdown }:

View file

@ -1,5 +1,4 @@
{ lib, fetchgit, buildPythonPackage { lib, fetchgit, buildPythonPackage
, python
, srht, pyyaml, PyGithub }: , srht, pyyaml, PyGithub }:
buildPythonPackage rec { buildPythonPackage rec {

View file

@ -1,5 +1,4 @@
{ lib, fetchgit, buildPythonPackage { lib, fetchgit, buildPythonPackage
, python
, buildGoModule , buildGoModule
, srht, minio, pygit2, scmsrht }: , srht, minio, pygit2, scmsrht }:

View file

@ -1,5 +1,4 @@
{ lib, fetchhg, buildPythonPackage { lib, fetchhg, buildPythonPackage
, python
, srht, hglib, scmsrht, unidiff }: , srht, hglib, scmsrht, unidiff }:
buildPythonPackage rec { buildPythonPackage rec {

View file

@ -1,5 +1,4 @@
{ lib, fetchgit, buildPythonPackage { lib, fetchgit, buildPythonPackage
, python
, srht }: , srht }:
buildPythonPackage rec { buildPythonPackage rec {

View file

@ -1,5 +1,4 @@
{ lib, fetchgit, buildPythonPackage { lib, fetchgit, buildPythonPackage
, python
, srht, asyncpg, aiosmtpd, pygit2, emailthreads }: , srht, asyncpg, aiosmtpd, pygit2, emailthreads }:
buildPythonPackage rec { buildPythonPackage rec {

View file

@ -1,5 +1,4 @@
{ lib, fetchgit, buildPythonPackage { lib, fetchgit, buildPythonPackage
, python
, srht, pygit2 }: , srht, pygit2 }:
buildPythonPackage rec { buildPythonPackage rec {

View file

@ -1,5 +1,4 @@
{ lib, fetchgit, buildPythonPackage { lib, fetchgit, buildPythonPackage
, python
, buildGoModule , buildGoModule
, pgpy, srht, redis, bcrypt, qrcode, stripe, zxcvbn, alembic, pystache , pgpy, srht, redis, bcrypt, qrcode, stripe, zxcvbn, alembic, pystache
, sshpubkeys, weasyprint }: , sshpubkeys, weasyprint }:

View file

@ -1,5 +1,4 @@
{ lib, fetchgit, buildPythonPackage { lib, fetchgit, buildPythonPackage
, python
, srht, pyyaml }: , srht, pyyaml }:
buildPythonPackage rec { buildPythonPackage rec {

View file

@ -1,7 +1,6 @@
{ lib, fetchgit, buildPythonPackage { lib, fetchgit, buildPythonPackage
, python
, srht, redis, alembic, pystache , srht, redis, alembic, pystache
, pytest, factory_boy, writeText }: , pytest, factory_boy }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "todosrht"; pname = "todosrht";