diff --git a/overrides.nix b/overrides.nix index 795b3b1..902e093 100644 --- a/overrides.nix +++ b/overrides.nix @@ -1771,6 +1771,11 @@ in }); + systemd-python = super.systemd-python.overridePythonAttrs (old: { + buildInputs = old.buildInputs ++ [ pkgs.systemd ]; + nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.pkg-config ]; + }); + tables = super.tables.overridePythonAttrs ( old: { buildInputs = (old.buildInputs or [ ]) ++ [ self.pywavelets ];