tomlcpp: drop use of with lib
This commit is contained in:
parent
e14a736b2b
commit
0972b99f5a
@ -26,11 +26,11 @@ stdenv.mkDerivation rec {
|
|||||||
"prefix=${placeholder "out"}"
|
"prefix=${placeholder "out"}"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib;{
|
meta = {
|
||||||
homepage = "https://github.com/cktan/tomlcpp";
|
homepage = "https://github.com/cktan/tomlcpp";
|
||||||
description = "No fanfare TOML C++ Library";
|
description = "No fanfare TOML C++ Library";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||||
platforms = with platforms; unix;
|
platforms = with lib.platforms; unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user