X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=pkgs%2Fpython-packages%2Fdefault.nix;fp=pkgs%2Fpython-packages%2Fdefault.nix;h=9347a067b6a6f448905c0065c768e98e6e88ad22;hp=2616d64b6d82fc12ed43179f49a407455705226b;hb=db343436f0e678ef3a97e6f8ac559ffa0507e422;hpb=34c7b88e16d1768b1b9a0cfa6dd21ea5d9b1b308 diff --git a/pkgs/python-packages/default.nix b/pkgs/python-packages/default.nix index 2616d64..9347a06 100644 --- a/pkgs/python-packages/default.nix +++ b/pkgs/python-packages/default.nix @@ -1,7 +1,7 @@ { mylibs, callPackage, python }: { apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; }; - buildbot-plugins = callPackage ./buildbot/plugins { inherit mylibs python; }; + buildbot-plugins = callPackage ./buildbot/plugins { inherit python; }; wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; }; pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; }; }