yj: add meta.mainProgram, move to by-name

This commit is contained in:
Guanran Wang 2024-01-25 02:46:57 +08:00
parent 0e148322b3
commit c9a1fcde03
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -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";
};

View file

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