Skip to content

Commit

Permalink
tomlcpp: drop use of with lib
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Oct 28, 2024
1 parent e14a736 commit 0972b99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/to/tomlcpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ stdenv.mkDerivation rec {
"prefix=${placeholder "out"}"
];

meta = with lib;{
meta = {
homepage = "https://github.com/cktan/tomlcpp";
description = "No fanfare TOML C++ Library";
license = licenses.mit;
maintainers = with maintainers; [ AndersonTorres ];
platforms = with platforms; unix;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = with lib.platforms; unix;
};
}

0 comments on commit 0972b99

Please sign in to comment.