tomlcpp: drop use of with lib

This commit is contained in:
Nick Cao
2024-10-28 10:09:44 -04:00
parent e14a736b2b
commit 0972b99f5a
+4 -4
View File
@@ -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;
};
}