mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
parson: remove overuse of with lib;
This commit is contained in:
parent
582f2bed85
commit
d7d63fce9e
@ -13,11 +13,11 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
nativeBuildInputs = [ meson ninja ];
|
nativeBuildInputs = [ meson ninja ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Lightweight JSON library written in C";
|
description = "Lightweight JSON library written in C";
|
||||||
homepage = "https://github.com/kgabis/parson";
|
homepage = "https://github.com/kgabis/parson";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = lib.platforms.all;
|
||||||
maintainers = with lib.maintainers; [ sigmanificient ];
|
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user