cpptest: expand platforms to all
This commit is contained in:
parent
dcf51a859f
commit
eaa9863d0f
@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Simple C++ unit testing framework";
|
description = "Simple C++ unit testing framework";
|
||||||
maintainers = with maintainers; [ bosu ];
|
maintainers = with maintainers; [ bosu ];
|
||||||
license = lib.licenses.lgpl3;
|
license = lib.licenses.lgpl3;
|
||||||
platforms = with platforms; linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user