forked from mirrors/nixpkgs
add fortune as the main program
this will make it work with nix run
This commit is contained in:
parent
07d3557fa5
commit
4f3f62599d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue