diff options
| author | Peder Bergebakken Sundt <pbsds@hotmail.com> | 2023-11-27 16:44:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 16:44:45 +0100 |
| commit | 5c9af7ee8bc8bda0c70f82f5e9ad8bf25797e5c2 (patch) | |
| tree | 33b76750cf949dfc05922274f0c9f3628581d247 | |
| parent | Merge pull request #270258 from NixOS/backport-270106-to-release-23.11 (diff) | |
| parent | jo: add meta.mainProgram (diff) | |
| download | nixpkgs-5c9af7ee8bc8bda0c70f82f5e9ad8bf25797e5c2.tar.gz | |
Merge pull request #270436 from NixOS/backport-270235-to-release-23.11
[Backport release-23.11] jo: add meta.mainProgram
| -rw-r--r-- | pkgs/development/tools/jo/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/jo/default.nix b/pkgs/development/tools/jo/default.nix index 4145fca812c9..06c4fa6477ff 100644 --- a/pkgs/development/tools/jo/default.nix +++ b/pkgs/development/tools/jo/default.nix @@ -18,6 +18,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A small utility to create JSON objects"; homepage = "https://github.com/jpmens/jo"; + mainProgram = "jo"; license = licenses.gpl2Plus; maintainers = [maintainers.markus1189]; platforms = platforms.all; |
