mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #145316 from aadibajpai/patch-1
add fortune as the main program
This commit is contained in:
commit
35acd3ed18
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
'') ];
|
'') ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
mainProgram = "fortune";
|
||||||
description = "A program that displays a pseudorandom message from a database of quotations";
|
description = "A program that displays a pseudorandom message from a database of quotations";
|
||||||
license = licenses.bsdOriginal;
|
license = licenses.bsdOriginal;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in a new issue