h2: add darwin support
This commit is contained in:
parent
bd0e98160d
commit
08e2f9caeb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ maven.buildMavenPackage rec {
|
|||
homepage = "https://h2database.com/html/main.html";
|
||||
changelog = "https://h2database.com/html/changelog.html";
|
||||
license = licenses.mpl20;
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with maintainers; [ mahe anthonyroussel ];
|
||||
mainProgram = "h2";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue