From 756b6b88f056cf7dcfff4f5cf08ddcb700551826 Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Sun, 31 Aug 2025 16:14:29 +0200 Subject: [PATCH] python313Packages.pystemd: refactor --- pkgs/development/python-modules/pystemd/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pystemd/default.nix b/pkgs/development/python-modules/pystemd/default.nix index ca17d40949fe..67143d6bfd49 100644 --- a/pkgs/development/python-modules/pystemd/default.nix +++ b/pkgs/development/python-modules/pystemd/default.nix @@ -34,7 +34,7 @@ buildPythonPackage rec { pkg-config ]; - propagatedBuildInputs = [ + dependencies = [ lxml psutil ]; @@ -59,7 +59,8 @@ buildPythonPackage rec { Thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way ''; - homepage = "https://github.com/facebookincubator/pystemd/"; + homepage = "https://github.com/facebookincubator/pystemd"; + changelog = "https://github.com/systemd/pystemd/releases/tag/${src.tag}"; license = lib.licenses.lgpl21Plus; maintainers = with lib.maintainers; [ flokli ]; };