Add aldryn-forms to requirements

This commit is contained in:
Andrey Golovizin 2020-01-25 16:50:47 +01:00
parent 23bd67c4c3
commit f2cbf27048
4 changed files with 565 additions and 19 deletions

View file

@ -1,5 +1,7 @@
{ pkgs, python }:
self: super: {
}
"tablib" = python.overrideDerivation super."tablib" (old: {
buildInputs = old.buildInputs ++ [ self."setuptools-scm" ];
});
}