Merge pull request #283561 from Guanran928/yj

yj: add meta.mainProgram, move to by-name
This commit is contained in:
Nikolay Korotkiy 2024-02-03 00:44:51 +04:00 committed by GitHub
commit 05a6de1f24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

@ -18,6 +18,7 @@ buildGoModule rec {
meta = with lib; {
description = "Convert YAML <=> TOML <=> JSON <=> HCL";
license = licenses.asl20;
mainProgram = "yj";
maintainers = with maintainers; [ Profpatsch ];
homepage = "https://github.com/sclevine/yj";
};

@ -15142,8 +15142,6 @@ with pkgs;
haskellPackages = haskell.packages.ghc810;
};
yj = callPackage ../development/tools/yj { };
yaydl = callPackage ../tools/video/yaydl {
inherit (darwin.apple_sdk.frameworks) Security;
};