1
0

Add package flask-excel

This commit is contained in:
2021-01-28 16:39:25 +01:00
parent c79ce0eec1
commit bbc2046de7
2 changed files with 18 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
self: super: {
anycast_healthchecker = self.python3.pkgs.callPackage ./anycast_healthchecker {};
flask-excel = self.python3.pkgs.callPackage ./flask-excel {};
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
wetter = self.python3.pkgs.callPackage ./wetter {
inherit (self) python2 pkgconfig libsass;