cpputest: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-04 15:11:18 +07:00
parent eaa9863d0f
commit 5549e98c8c

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://cpputest.github.io/";
description = "Unit testing and mocking framework for C/C++";
platforms = platforms.linux ;
platforms = platforms.all;
license = licenses.bsd3;
maintainers = [ maintainers.juliendehos ];
};