1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bsd-finger: set meta.mainProgram

This commit is contained in:
Infinidoge 2023-12-07 18:57:10 -05:00
parent 2732b08781
commit f2c908b9b0
No known key found for this signature in database

View file

@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
else "Remote user information server";
platforms = platforms.linux;
license = licenses.bsdOriginal;
mainProgram = "finger";
};
}
# TODO: multiple outputs (manpage)