]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - pkgs/python-packages/default.nix
Add blivet3 repackaging (work in progress)
[perso/Immae/Config/Nix.git] / pkgs / python-packages / default.nix
CommitLineData
b798cf6d
IB
1{ mylibs, callPackage, python }:
2{
3 apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; };
6b6db4e2 4 blivet3 = callPackage ./blivet { inherit python; pythonPackages = python.pkgs; };
db343436 5 buildbot-plugins = callPackage ./buildbot/plugins { inherit python; };
b798cf6d 6 wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };
45730653 7 pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };
b798cf6d 8}