X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=pkgs%2Fpython-packages%2Fdefault.nix;h=94bb5fec7c4ad03f76e46f15bd10c630a7c1cce2;hp=747bbe6201363cdb41377b1d9c05ca2ea91428ae;hb=6b6db4e26a03928a3327f0c3622c3c807b7ecde9;hpb=b798cf6d60baf5aad5438ba5936259c64d87299c diff --git a/pkgs/python-packages/default.nix b/pkgs/python-packages/default.nix index 747bbe6..94bb5fe 100644 --- a/pkgs/python-packages/default.nix +++ b/pkgs/python-packages/default.nix @@ -1,6 +1,8 @@ { mylibs, callPackage, python }: { apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; }; - buildbot-plugins = callPackage ./buildbot/plugins { inherit mylibs python; }; + blivet3 = callPackage ./blivet { inherit python; pythonPackages = python.pkgs; }; + buildbot-plugins = callPackage ./buildbot/plugins { inherit python; }; wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; }; + pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; }; }