add fortune as the main program
this will make it work with nix run
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user