npth.meta.mainProgram: remove non-existent (#381995)

This commit is contained in:
Moritz Sanft
2025-02-14 13:00:33 +01:00
committed by GitHub
-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.