dnf4: add update script

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-04-25 16:28:32 +02:00
parent 27f59a8038
commit 2b065609b0
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
, python
, rpm
, sphinx
, nix-update-script
}:
let
@ -88,6 +89,8 @@ buildPythonPackage rec {
moveToOutput "lib/${python.libPrefix}" "$py"
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Package manager based on libdnf and libsolv. Replaces YUM";
homepage = "https://github.com/rpm-software-management/dnf";