Skip to content

Commit

Permalink
Merge pull request #299495 from alyssais/npth-musl-test
Browse files Browse the repository at this point in the history
npth: add musl regression test
  • Loading branch information
SuperSandro2000 committed Mar 27, 2024
2 parents 6ed5743 + 66e1473 commit a33a21e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/development/libraries/npth/default.nix
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, autoreconfHook }:
{ lib, stdenv, fetchurl, fetchpatch, autoreconfHook, pkgsCross }:

stdenv.mkDerivation rec {
pname = "npth";
Expand All @@ -21,6 +21,10 @@ stdenv.mkDerivation rec {

doCheck = true;

passthru.tests = {
musl = pkgsCross.musl64.npth;
};

meta = with lib; {
description = "The New GNU Portable Threads Library";
mainProgram = "npth-config";
Expand Down

0 comments on commit a33a21e

Please sign in to comment.