lyra: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-08 22:39:29 +07:00
parent 9836213f73
commit 6d567e072e

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/bfgroup/Lyra";
description = "A simple to use, composable, command line parser for C++ 11 and beyond";
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.boost;
maintainers = with maintainers; [ davidtwco ];
};