Commit 2b065609 authored by Paul Meyer's avatar Paul Meyer
Browse files

dnf4: add update script

parent 27f59a80
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";