mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
eventstore: add x86_64-darwin to supported platforms
Reported as working.
This commit is contained in:
parent
e703373cfc
commit
7444abbf1d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Event sourcing database with processing logic in JavaScript";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ puffnfresh ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue