nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.pystemd: refactor

Tom Hunze 756b6b88 6ee0933c

+3 -2
+3 -2
pkgs/development/python-modules/pystemd/default.nix
··· 34 34 pkg-config 35 35 ]; 36 36 37 - propagatedBuildInputs = [ 37 + dependencies = [ 38 38 lxml 39 39 psutil 40 40 ]; ··· 59 59 Thin Cython-based wrapper on top of libsystemd, focused on exposing the 60 60 dbus API via sd-bus in an automated and easy to consume way 61 61 ''; 62 - homepage = "https://github.com/facebookincubator/pystemd/"; 62 + homepage = "https://github.com/facebookincubator/pystemd"; 63 + changelog = "https://github.com/systemd/pystemd/releases/tag/${src.tag}"; 63 64 license = lib.licenses.lgpl21Plus; 64 65 maintainers = with lib.maintainers; [ flokli ]; 65 66 };