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).

authored by Daniel Sampliner and committed by GitHub 9d2765dc fb9eaf48

-8
-8
pkgs/development/skaware-packages/build-skaware-man-pages.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromSourcehut, 5 - nix-update-script, 6 5 }: 7 6 8 7 { ··· 41 40 ]; 42 41 43 42 dontBuild = true; 44 - 45 - passthru.updateScript = nix-update-script { 46 - extraArgs = [ 47 - "--override-filename" 48 - "pkgs/development/skaware-packages/${lib.removeSuffix "-man-pages" pname}/default.nix" 49 - ]; 50 - }; 51 43 52 44 meta = with lib; { 53 45 inherit description license maintainers;