mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +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";
|
description = "Java Native Access";
|
||||||
license = with licenses; [ lgpl21 asl20 ];
|
license = with licenses; [ lgpl21 asl20 ];
|
||||||
maintainers = with maintainers; [ nagy ];
|
maintainers = with maintainers; [ nagy ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
changelog = "https://github.com/java-native-access/jna/blob/${version}/CHANGES.md";
|
changelog = "https://github.com/java-native-access/jna/blob/${version}/CHANGES.md";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user