From ef2ed476e1146e4f7e91b4072090a10fb4ecd706 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Thu, 5 Feb 2026 15:38:46 -0500 Subject: [PATCH 1/8] mpvScripts: remove meta = with lib; Signed-off-by: Ethan Carter Edwards --- pkgs/by-name/mp/mpv/scripts/cut.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/mp/mpv/scripts/cut.nix b/pkgs/by-name/mp/mpv/scripts/cut.nix index 592afadcb1e5..d5d59b14bea6 100644 --- a/pkgs/by-name/mp/mpv/scripts/cut.nix +++ b/pkgs/by-name/mp/mpv/scripts/cut.nix @@ -29,10 +29,10 @@ stdenvNoCC.mkDerivation { passthru.scriptName = "cut.lua"; - meta = with lib; { + meta = { description = "An mpv plugin for cutting videos incredibly quickly"; homepage = "https://github.com/familyfriendlymikey/mpv-cut"; - license = licenses.unfree; # the repository doesn't have a license - maintainers = with maintainers; [ ncfavier ]; + license = lib.licenses.unfree; # the repository doesn't have a license + maintainers = with lib.maintainers; [ ncfavier ]; }; } From 26829ce5f3c65e3bbf4218a8eab8ef7968a53cf1 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Thu, 5 Feb 2026 15:42:57 -0500 Subject: [PATCH 2/8] phantom: remove meta = with lib; Signed-off-by: Ethan Carter Edwards --- pkgs/by-name/ph/phantom/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ph/phantom/package.nix b/pkgs/by-name/ph/phantom/package.nix index 75325e55c0dd..ecb6a120f06b 100644 --- a/pkgs/by-name/ph/phantom/package.nix +++ b/pkgs/by-name/ph/phantom/package.nix @@ -41,12 +41,12 @@ stdenv.mkDerivation { runHook postInstall ''; - meta = with lib; { + meta = { description = "Markdown editor with support for multi-tab"; homepage = "https://codeberg.org/ItsZariep/Phantom"; - license = licenses.gpl3Only; + license = lib.licenses.gpl3Only; mainProgram = "phantom"; - platforms = platforms.all; - maintainers = with maintainers; [ reylak ]; + platforms = lib.platforms.all; + maintainers = with lib.maintainers; [ reylak ]; }; } From a2e055ea72f03060230cd15fabc750c4ac2e6ad6 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Thu, 5 Feb 2026 15:43:23 -0500 Subject: [PATCH 3/8] opentxl: remove meta = with lib; Signed-off-by: Ethan Carter Edwards --- pkgs/by-name/op/opentxl/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/op/opentxl/package.nix b/pkgs/by-name/op/opentxl/package.nix index 277be7f19c99..790eae5a7d23 100644 --- a/pkgs/by-name/op/opentxl/package.nix +++ b/pkgs/by-name/op/opentxl/package.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: { passthru.tests.factorial = callPackage ./factorial-test.nix { opentxl = finalAttrs.finalPackage; }; passthru.updateScript = nix-update-script { }; - meta = with lib; { + meta = { description = "Open-source compiler for the Txl language"; mainProgram = "txl"; platforms = [ @@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/CordyJ/OpenTxl"; downloadPage = "https://github.com/CordyJ/OpenTxl/releases"; changelog = "https://github.com/CordyJ/OpenTxl/releases/tag/v${finalAttrs.version}"; - license = licenses.mit; - maintainers = with maintainers; [ MysteryBlokHed ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ MysteryBlokHed ]; }; }) From f1871baee4d4a700f56914dfdca95d4643284a01 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Thu, 5 Feb 2026 15:43:53 -0500 Subject: [PATCH 4/8] opencode-desktop: remove meta = with lib; Signed-off-by: Ethan Carter Edwards --- pkgs/by-name/op/opencode-desktop/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/op/opencode-desktop/package.nix b/pkgs/by-name/op/opencode-desktop/package.nix index 085ff3fb8567..4e49e03d8919 100644 --- a/pkgs/by-name/op/opencode-desktop/package.nix +++ b/pkgs/by-name/op/opencode-desktop/package.nix @@ -79,11 +79,11 @@ rustPlatform.buildRustPackage (finalAttrs: { cp ${opencode}/bin/opencode packages/desktop/src-tauri/sidecars/opencode-cli-${stdenv.hostPlatform.rust.rustcTarget} ''; - meta = with lib; { + meta = { description = "AI coding agent desktop client"; homepage = "https://opencode.ai"; - license = licenses.mit; - maintainers = with maintainers; [ + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ xiaoxiangmoe ]; mainProgram = "OpenCode"; From c4d431a697a1b48c57032f983934fd48568a3c0a Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Thu, 5 Feb 2026 15:44:56 -0500 Subject: [PATCH 5/8] libfprint-2-tod1-broadcom-cv3plus: remove meta = with lib; Signed-off-by: Ethan Carter Edwards --- .../li/libfprint-2-tod1-broadcom-cv3plus/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/li/libfprint-2-tod1-broadcom-cv3plus/package.nix b/pkgs/by-name/li/libfprint-2-tod1-broadcom-cv3plus/package.nix index 623c2ad82f99..4d47843ea426 100644 --- a/pkgs/by-name/li/libfprint-2-tod1-broadcom-cv3plus/package.nix +++ b/pkgs/by-name/li/libfprint-2-tod1-broadcom-cv3plus/package.nix @@ -77,15 +77,15 @@ stdenv.mkDerivation { passthru.driverPath = "/lib/libfprint-2/tod-1"; - meta = with lib; { + meta = { description = "Broadcom driver module for libfprint-2-tod Touch OEM Driver for Dell ControlVault v3+"; homepage = "https://git.launchpad.net/~oem-solutions-engineers/pc-enablement/+git/libfprint-2-tod1-broadcom-cv3plus/"; - license = licenses.unfree; - maintainers = with maintainers; [ + license = lib.licenses.unfree; + maintainers = with lib.maintainers; [ aionescu pitkling ]; platforms = [ "x86_64-linux" ]; - sourceProvenance = with sourceTypes; [ binaryNativeCode ]; + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; }; } From 197cd394b863ec78ebcc444c3a00a3b3f30011d7 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Thu, 5 Feb 2026 15:45:44 -0500 Subject: [PATCH 6/8] vikunja-desktop: remove meta = with lib; Signed-off-by: Ethan Carter Edwards --- pkgs/by-name/vi/vikunja-desktop/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/vi/vikunja-desktop/package.nix b/pkgs/by-name/vi/vikunja-desktop/package.nix index 0e478625d529..d99641f30eec 100644 --- a/pkgs/by-name/vi/vikunja-desktop/package.nix +++ b/pkgs/by-name/vi/vikunja-desktop/package.nix @@ -112,10 +112,10 @@ stdenv.mkDerivation (finalAttrs: { ]; }; - meta = with lib; { + meta = { description = "Desktop App of the Vikunja to-do list app"; homepage = "https://vikunja.io/"; - license = licenses.gpl3Plus; + license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ kolaente ]; mainProgram = "vikunja-desktop"; inherit (electron.meta) platforms; From 87fb84856394517edd1e1c673c49e1c17c58f171 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Thu, 5 Feb 2026 15:46:19 -0500 Subject: [PATCH 7/8] sqlauncher: remove meta = with lib; Signed-off-by: Ethan Carter Edwards --- pkgs/by-name/sq/sqlauncher/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/sq/sqlauncher/package.nix b/pkgs/by-name/sq/sqlauncher/package.nix index fc514e4c048f..2fe2bb349dbe 100644 --- a/pkgs/by-name/sq/sqlauncher/package.nix +++ b/pkgs/by-name/sq/sqlauncher/package.nix @@ -36,12 +36,12 @@ stdenv.mkDerivation { runHook postInstall ''; - meta = with lib; { + meta = { description = "Simple QT6 Program Launcher"; homepage = "https://codeberg.org/ItsZariep/SQLauncher"; - license = licenses.gpl3Only; + license = lib.licenses.gpl3Only; mainProgram = "sqlauncher"; - platforms = platforms.linux; - maintainers = [ maintainers.reylak ]; + platforms = lib.platforms.linux; + maintainers = [ lib.maintainers.reylak ]; }; } From b0e30e64e4ac13524d7c4e29646f8f10893785a3 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Thu, 5 Feb 2026 15:47:18 -0500 Subject: [PATCH 8/8] turingplus: remove meta = with lib; Signed-off-by: Ethan Carter Edwards --- pkgs/by-name/tu/turingplus/bootstrap.nix | 8 ++++---- pkgs/by-name/tu/turingplus/package.nix | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/tu/turingplus/bootstrap.nix b/pkgs/by-name/tu/turingplus/bootstrap.nix index 074b6d52c7d7..5f4cf44bdb58 100644 --- a/pkgs/by-name/tu/turingplus/bootstrap.nix +++ b/pkgs/by-name/tu/turingplus/bootstrap.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: { --set NIX_ENFORCE_PURITY 0 ''; - meta = with lib; { + meta = { description = "Extended version of the Turing programming language with concurrency and systems programming features"; mainProgram = "tpc"; platforms = [ @@ -86,8 +86,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/CordyJ/Open-TuringPlus"; downloadPage = "https://github.com/CordyJ/Open-TuringPlus/releases"; changelog = "https://github.com/CordyJ/Open-TuringPlus/releases/tag/v${finalAttrs.version}"; - license = licenses.mit; - sourceProvenance = with sourceTypes; [ binaryNativeCode ]; - maintainers = with maintainers; [ MysteryBlokHed ]; + license = lib.licenses.mit; + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; + maintainers = with lib.maintainers; [ MysteryBlokHed ]; }; }) diff --git a/pkgs/by-name/tu/turingplus/package.nix b/pkgs/by-name/tu/turingplus/package.nix index 10cad49005a7..1f5fa93451bf 100644 --- a/pkgs/by-name/tu/turingplus/package.nix +++ b/pkgs/by-name/tu/turingplus/package.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; - meta = with lib; { + meta = { description = "Extended version of the Turing programming language with concurrency and systems programming features"; mainProgram = "tpc"; platforms = [ @@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/CordyJ/Open-TuringPlus"; downloadPage = "https://github.com/CordyJ/Open-TuringPlus/releases"; changelog = "https://github.com/CordyJ/Open-TuringPlus/releases/tag/v${finalAttrs.version}"; - license = licenses.mit; - maintainers = with maintainers; [ MysteryBlokHed ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ MysteryBlokHed ]; }; })