mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
brigand: expand platforms to all
This commit is contained in:
parent
dc2e30b7af
commit
ed7f2582bf
@ -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 New Issue
Block a user