eww: remove meta = with lib;

This commit is contained in:
éclairevoyant 2024-04-21 12:34:02 -04:00
parent a2dbb644c3
commit 255d806330
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -33,11 +33,11 @@ rustPlatform.buildRustPackage rec {
# requires unstable rust features
RUSTC_BOOTSTRAP = 1;
meta = with lib; {
meta = {
description = "ElKowars wacky widgets";
homepage = "https://github.com/elkowar/eww";
license = licenses.mit;
maintainers = with maintainers; [ figsoda lom coffeeispower ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda lom coffeeispower ];
mainProgram = "eww";
broken = stdenv.isDarwin;
};