1
0
Fork 0
vcp-bula-nixfiles/packages/python/default.nix

5 lines
107 B
Nix

self: super: {
python-yate = self.callPackage ./python-yate { };
ywsd = self.callPackage ./ywsd { };
}