doctest: enable on all platforms

master
Ryan Burns 2021-02-06 12:32:51 -08:00
parent 1e1d6f4648
commit 1a3a6c4bc8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/onqtam/doctest";
description = "The fastest feature-rich C++11/14/17/20 single-header testing framework";
platforms = platforms.linux;
platforms = platforms.all;
license = licenses.mit;
maintainers = with maintainers; [ davidtwco ];
};