aptly: stop shipping files binary
the `system` subpackage contains aptly system tests, including a "database corruption tool" in `system/files/corruptdb.go`, this was previously installed as `$out/bin/files` along the mainProgram `aptly` and has no real world use outside of testing [citation needed] remove to avoid oopsies and collisions
This commit is contained in:
@@ -38,6 +38,9 @@ buildGoModule (finalAttrs: {
|
||||
preBuild = ''
|
||||
echo ${finalAttrs.version} > VERSION
|
||||
'';
|
||||
excludedPackages = [
|
||||
"system"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --bash --name aptly completion.d/aptly
|
||||
|
||||
Reference in New Issue
Block a user