X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=pkgs%2Fpython-packages%2Fdefault.nix;h=441c5bc05f7e8e9c7892163662705b246da0c551;hb=def6ad9963ed6f3f81fddea854f2a7b110dd5183;hp=9347a067b6a6f448905c0065c768e98e6e88ad22;hpb=db343436f0e678ef3a97e6f8ac559ffa0507e422;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/pkgs/python-packages/default.nix b/pkgs/python-packages/default.nix index 9347a06..441c5bc 100644 --- a/pkgs/python-packages/default.nix +++ b/pkgs/python-packages/default.nix @@ -1,6 +1,6 @@ { mylibs, callPackage, python }: { - apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; }; + 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; };