cpputest: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent eaa9863d0f
commit 5549e98c8c
  1. 2
      pkgs/development/libraries/cpputest/default.nix

@ -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…
Cancel
Save