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
, python
, buildGoModule
, srht, redis, celery, pyyaml, markdown }:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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