cpputest: expand platforms to all
This commit is contained in:
parent
eaa9863d0f
commit
5549e98c8c
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://cpputest.github.io/";
|
homepage = "https://cpputest.github.io/";
|
||||||
description = "Unit testing and mocking framework for C/C++";
|
description = "Unit testing and mocking framework for C/C++";
|
||||||
platforms = platforms.linux ;
|
platforms = platforms.all;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.juliendehos ];
|
maintainers = [ maintainers.juliendehos ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user