X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=pkgs%2Fpython-packages%2Fdefault.nix;h=441c5bc05f7e8e9c7892163662705b246da0c551;hb=56cfbfb0d8534122d1eaf45ef945d8010f831133;hp=94bb5fec7c4ad03f76e46f15bd10c630a7c1cce2;hpb=660cb973260f62551294f73e0811b37fc10fd467;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/pkgs/python-packages/default.nix b/pkgs/python-packages/default.nix index 94bb5fe..441c5bc 100644 --- a/pkgs/python-packages/default.nix +++ b/pkgs/python-packages/default.nix @@ -1,6 +1,5 @@ { 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; };