lyra: expand platforms to unix
This commit is contained in:
parent
9836213f73
commit
6d567e072e
@ -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 ];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user