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:
parent
fb9eaf48a8
commit
9d2765dcee
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user