brigand: expand platforms to all
This commit is contained in:
parent
dc2e30b7af
commit
ed7f2582bf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue