pythonPackages.pypugjs: remove unused input

This commit is contained in:
Sandro Jäckel 2021-02-16 23:17:34 +01:00
parent b03693c12e
commit cd59458d1f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, fetchpatch, six, chardet, nose
{ lib, buildPythonPackage, fetchPypi, six, chardet, nose
, django, jinja2, tornado, pyramid, pyramid_mako, Mako }:
buildPythonPackage rec {