summary refs log tree commit diff
path: root/pkgs/development/libraries/npth
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2017-11-08 10:46:43 -0600
committerWill Dietz <w@wdtz.org>2018-02-13 09:44:30 -0600
commitcec99d22f0176e8ea2a85ef20a87b17c589f1f9a (patch)
tree845bc9cb1a85262b81d9a589716caece0eaa675a /pkgs/development/libraries/npth
parent3aa61e33bedc13f1db6c7b62db76ce2b412340cd (diff)
downloadnixpkgs-cec99d22f0176e8ea2a85ef20a87b17c589f1f9a.tar
nixpkgs-cec99d22f0176e8ea2a85ef20a87b17c589f1f9a.tar.gz
nixpkgs-cec99d22f0176e8ea2a85ef20a87b17c589f1f9a.tar.bz2
nixpkgs-cec99d22f0176e8ea2a85ef20a87b17c589f1f9a.tar.lz
nixpkgs-cec99d22f0176e8ea2a85ef20a87b17c589f1f9a.tar.xz
nixpkgs-cec99d22f0176e8ea2a85ef20a87b17c589f1f9a.tar.zst
nixpkgs-cec99d22f0176e8ea2a85ef20a87b17c589f1f9a.zip
npth: run tests, even if brief
Diffstat (limited to 'pkgs/development/libraries/npth')
-rw-r--r--pkgs/development/libraries/npth/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/npth/default.nix b/pkgs/development/libraries/npth/default.nix
index dc4f4926e9d..a600938cdbb 100644
--- a/pkgs/development/libraries/npth/default.nix
+++ b/pkgs/development/libraries/npth/default.nix
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
     sha256 = "1hmkkp6vzyrh8v01c2ynzf9vwikyagp7p1lxhbnr4ysk3w66jji9";
   };
 
+  doCheck = true;
+
   meta = with stdenv.lib; {
     description = "The New GNU Portable Threads Library";
     longDescription = ''