Skip to content

Commit

Permalink
Merge pull request #280488 from superherointj/java-service-wrapper
Browse files Browse the repository at this point in the history
java-service-wrapper: enable aarch64-linux platform
  • Loading branch information
ulrikstrid authored Jan 12, 2024
2 parents bae093a + 47e473a commit 24384a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/system/java-service-wrapper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
homepage = "https://wrapper.tanukisoftware.com/";
changelog = "https://wrapper.tanukisoftware.com/doc/english/release-notes.html#${version}";
license = licenses.gpl2Only;
platforms = [ "x86_64-linux" "i686-linux" ];
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
maintainers = [ maintainers.suhr ];
mainProgram = "wrapper";
};
Expand Down

0 comments on commit 24384a8

Please sign in to comment.