]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/python-packages/default.nix
Move packages to flakes
[perso/Immae/Config/Nix.git] / pkgs / python-packages / default.nix
index 94bb5fec7c4ad03f76e46f15bd10c630a7c1cce2..441c5bc05f7e8e9c7892163662705b246da0c551 100644 (file)
@@ -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; };