add fortune as the main program

this will make it work with nix run
This commit is contained in:
Aadi Bajpai 2021-11-10 01:14:30 -06:00 committed by GitHub
parent 07d3557fa5
commit 4f3f62599d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
'') ];
meta = with lib; {
mainProgram = "fortune";
description = "A program that displays a pseudorandom message from a database of quotations";
license = licenses.bsdOriginal;
platforms = platforms.unix;