mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #255007 from coltfred/add-macos-to-jna
jna: add macos platforms
This commit is contained in:
commit
e1b7194fee
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Java Native Access";
|
||||
license = with licenses; [ lgpl21 asl20 ];
|
||||
maintainers = with maintainers; [ nagy ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
changelog = "https://github.com/java-native-access/jna/blob/${version}/CHANGES.md";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user