From a98bc598fbd9accdad41aff1d7a2adf716014452 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 14 Feb 2025 10:43:59 +0100 Subject: [PATCH] npth.meta.mainProgram: remove non-existent npth hasn't come with any executables since 1.7. Fixes: f44a9f89a9eb ("npth: 1.6 -> 1.7") --- pkgs/by-name/np/npth/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/np/npth/package.nix b/pkgs/by-name/np/npth/package.nix index 16e386e72143..646102b031a0 100644 --- a/pkgs/by-name/np/npth/package.nix +++ b/pkgs/by-name/np/npth/package.nix @@ -34,7 +34,6 @@ stdenv.mkDerivation rec { meta = with lib; { description = "New GNU Portable Threads Library"; - mainProgram = "npth-config"; longDescription = '' This is a library to provide the GNU Pth API and thus a non-preemptive threads implementation.