From 890df36846a1516de2f179da041e10b3e16dbe56 Mon Sep 17 00:00:00 2001 From: emaryn Date: Sun, 22 Jun 2025 02:41:24 +0800 Subject: [PATCH] xiphos: remove with lib --- pkgs/by-name/xi/xiphos/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/xi/xiphos/package.nix b/pkgs/by-name/xi/xiphos/package.nix index b990de90fee8..dd6eb9373e79 100644 --- a/pkgs/by-name/xi/xiphos/package.nix +++ b/pkgs/by-name/xi/xiphos/package.nix @@ -97,7 +97,7 @@ stdenv.mkDerivation rec { export SWORD_HOME=${sword}; ''; - meta = with lib; { + meta = { description = "GTK Bible study tool"; longDescription = '' Xiphos (formerly known as GnomeSword) is a Bible study tool @@ -106,8 +106,8 @@ stdenv.mkDerivation rec { modules from The SWORD Project and elsewhere. ''; homepage = "https://www.xiphos.org/"; - license = licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; maintainers = [ ]; - platforms = platforms.linux; + platforms = lib.platforms.linux; }; }