From 5549e98c8c5f6cefbac8322d04cd51ab51e44f2c Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Thu, 4 Mar 2021 15:11:18 +0700 Subject: [PATCH] cpputest: expand platforms to all --- pkgs/development/libraries/cpputest/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/cpputest/default.nix b/pkgs/development/libraries/cpputest/default.nix index a921be49342a..39bed6025232 100644 --- a/pkgs/development/libraries/cpputest/default.nix +++ b/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 ]; };