npth.meta.mainProgram: remove non-existent

npth hasn't come with any executables since 1.7.

Fixes: f44a9f89a9 ("npth: 1.6 -> 1.7")
This commit is contained in:
Alyssa Ross
2025-02-14 10:43:59 +01:00
parent bdfb66032a
commit a98bc598fb
-1
View File
@@ -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.