Unverified Commit 0f327474 authored by Moritz Sanft's avatar Moritz Sanft Committed by GitHub
Browse files

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

parents 7ce1f50d a98bc598
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.