]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - pkgs/python-packages/default.nix
94bb5fec7c4ad03f76e46f15bd10c630a7c1cce2
[perso/Immae/Config/Nix.git] / pkgs / python-packages / default.nix
1 { mylibs, callPackage, python }:
2 {
3 apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; };
4 blivet3 = callPackage ./blivet { inherit python; pythonPackages = python.pkgs; };
5 buildbot-plugins = callPackage ./buildbot/plugins { inherit python; };
6 wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };
7 pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };
8 }