skawarePackages: remove updateScript from man-pages (#415890)

nix-update currently mishandles sourcehut releases and
skawarePackages.buildManPages always sources from sourcehut.

This partially reverts commit 8a9b7acd7390 (skawarePackages: add passthru.updateScript, 2025-05-27).
This commit is contained in:
Daniel Sampliner 2025-06-14 03:48:05 -04:00 committed by GitHub
parent fb9eaf48a8
commit 9d2765dcee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromSourcehut,
nix-update-script,
}:
{
@ -42,13 +41,6 @@ stdenv.mkDerivation {
dontBuild = true;
passthru.updateScript = nix-update-script {
extraArgs = [
"--override-filename"
"pkgs/development/skaware-packages/${lib.removeSuffix "-man-pages" pname}/default.nix"
];
};
meta = with lib; {
inherit description license maintainers;
inherit (src.meta) homepage;