package.nix: set mainProgram
This commit is contained in:
@@ -51,4 +51,6 @@ stdenvNoCC.mkDerivation {
|
|||||||
install -Dm555 "$wrapperPath" "$out"/bin/qotd
|
install -Dm555 "$wrapperPath" "$out"/bin/qotd
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta.mainProgram = "qotd";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user