1
0

Add package pyexcel-webio

This commit is contained in:
2021-01-28 16:26:10 +01:00
parent 901cb8c811
commit c79ce0eec1
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 {};
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
wetter = self.python3.pkgs.callPackage ./wetter {
inherit (self) python2 pkgconfig libsass;
};