Add aldryn-forms to requirements
This commit is contained in:
parent
23bd67c4c3
commit
f2cbf27048
4 changed files with 565 additions and 19 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, python }:
|
||||
|
||||
self: super: {
|
||||
|
||||
}
|
||||
"tablib" = python.overrideDerivation super."tablib" (old: {
|
||||
buildInputs = old.buildInputs ++ [ self."setuptools-scm" ];
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue