yj: add meta.mainProgram, move to by-name
This commit is contained in:
parent
0e148322b3
commit
c9a1fcde03
2 changed files with 1 additions and 2 deletions
|
@ -18,6 +18,7 @@ buildGoModule rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Convert YAML <=> TOML <=> JSON <=> HCL";
|
description = "Convert YAML <=> TOML <=> JSON <=> HCL";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
mainProgram = "yj";
|
||||||
maintainers = with maintainers; [ Profpatsch ];
|
maintainers = with maintainers; [ Profpatsch ];
|
||||||
homepage = "https://github.com/sclevine/yj";
|
homepage = "https://github.com/sclevine/yj";
|
||||||
};
|
};
|
|
@ -15155,8 +15155,6 @@ with pkgs;
|
||||||
haskellPackages = haskell.packages.ghc810;
|
haskellPackages = haskell.packages.ghc810;
|
||||||
};
|
};
|
||||||
|
|
||||||
yj = callPackage ../development/tools/yj { };
|
|
||||||
|
|
||||||
yaydl = callPackage ../tools/video/yaydl {
|
yaydl = callPackage ../tools/video/yaydl {
|
||||||
inherit (darwin.apple_sdk.frameworks) Security;
|
inherit (darwin.apple_sdk.frameworks) Security;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue