Unverified Commit a98bc598 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

npth.meta.mainProgram: remove non-existent

npth hasn't come with any executables since 1.7.

Fixes: f44a9f89 ("npth: 1.6 -> 1.7")
parent bdfb6603
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.