cpptest: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-04 15:10:34 +07:00
parent dcf51a859f
commit eaa9863d0f

View file

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
description = "Simple C++ unit testing framework";
maintainers = with maintainers; [ bosu ];
license = lib.licenses.lgpl3;
platforms = with platforms; linux;
platforms = platforms.all;
};
}