From 483cf0f894791e4eca589fabba9b265955a327de Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Sun, 1 Jun 2025 10:54:20 +0300 Subject: [PATCH] spectrwm: remove `with lib` --- pkgs/by-name/sp/spectrwm/package.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/sp/spectrwm/package.nix b/pkgs/by-name/sp/spectrwm/package.nix index 4ee09f1b713c..2c3754216d4b 100644 --- a/pkgs/by-name/sp/spectrwm/package.nix +++ b/pkgs/by-name/sp/spectrwm/package.nix @@ -44,12 +44,14 @@ stdenv.mkDerivation (finalAttrs: { makeFlags = [ "PREFIX=${placeholder "out"}" ]; - meta = with lib; { + meta = { description = "Tiling window manager"; homepage = "https://github.com/conformal/spectrwm"; - maintainers = with maintainers; [ rake5k ]; - license = licenses.isc; - platforms = platforms.all; + maintainers = with lib.maintainers; [ + rake5k + ]; + license = lib.licenses.isc; + platforms = lib.platforms.all; longDescription = '' spectrwm is a small dynamic tiling window manager for X11. It