Merge pull request #255007 from coltfred/add-macos-to-jna

jna: add macos platforms
This commit is contained in:
Fabián Heredia Montiel 2023-09-19 00:46:45 -06:00 committed by GitHub
commit e1b7194fee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";
};
}