cpputest: expand platforms to all
This commit is contained in:
parent
eaa9863d0f
commit
5549e98c8c
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue