public-inbox: fix to support the current nixpkgs
[sourcephile-nix.git] / nixpkgs / overlays.nix
index 27e8e935e8d90b36a31bc652601bc31c1b2a44a7..2a6f77cdc83f40a0475561a13578dfa91399b323 100644 (file)
@@ -1,12 +1,26 @@
 map import
-[ overlays/lib/filesystem.nix
-  overlays/lib/strings.nix
-  #overlays/public-inbox.nix
-  #overlays/hydra.nix
-  overlays/smartctl-tbw.nix
-  overlays/swaplist.nix
-  overlays/notmuch.nix
-  #overlays/zerobin.nix
-] ++ [
+  [
+    overlays/lib/filesystem.nix
+    overlays/lib/strings.nix
+    #overlays/gnupg.nix
+    overlays/iodine.nix
+    overlays/matrirc.nix
+    #overlays/public-inbox.nix
+    #overlays/hydra.nix
+    #overlays/zerobin.nix
+    #overlays/sourcehut.nix
+  ] ++ [
   #(self: super: { biboumi = super.callPackage pkgs/biboumi {}; })
+  /*
+    (final: super: {
+    pythonPackages = (super.python.override {
+      packageOverrides = super.lib.const (python-super: {
+        # TODO: remove after https://github.com/NixOS/nixpkgs/pull/152698 has hit master
+        dbus-python = python-super.dbus-python.overrideAttrs (oldAttrs: rec {
+          #configureFlags = ["PYTHON=${super.python.pythonForBuild.interpreter}"];
+        });
+      });
+    }).pkgs;
+    })
+  */
 ]