doctest: enable on all platforms

This commit is contained in:
Ryan Burns 2021-02-06 12:32:51 -08:00
parent 1e1d6f4648
commit 1a3a6c4bc8

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 ];
};