brigand: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-08 21:53:38 +07:00
parent dc2e30b7af
commit ed7f2582bf

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/edouarda/brigand";
license = licenses.boost;
maintainers = with maintainers; [ pmiddend ];
platforms = platforms.linux;
platforms = platforms.all;
};
}