mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
java-service-wrapper: enable aarch64-linux platform
This commit is contained in:
parent
a47fe63ee9
commit
47e473acca
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user