diff --git a/nixpatches/2022-12-19-i2p-aarch64.patch b/nixpatches/2022-12-19-i2p-aarch64.patch new file mode 100644 index 000000000..eb7112964 --- /dev/null +++ b/nixpatches/2022-12-19-i2p-aarch64.patch @@ -0,0 +1,26 @@ +diff --git a/pkgs/tools/networking/i2p/default.nix b/pkgs/tools/networking/i2p/default.nix +index e835007fdc5..1406486c7d4 100644 +--- a/pkgs/tools/networking/i2p/default.nix ++++ b/pkgs/tools/networking/i2p/default.nix +@@ -50,7 +50,7 @@ stdenv.mkDerivation rec { + binaryBytecode # source bundles dependencies as jars + ]; + license = licenses.gpl2; +- platforms = [ "x86_64-linux" "i686-linux" ]; ++ platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; + maintainers = with maintainers; [ joelmo ]; + }; + } +diff --git a/pkgs/tools/system/java-service-wrapper/default.nix b/pkgs/tools/system/java-service-wrapper/default.nix +index 93d86a75d18..ab563085f93 100644 +--- a/pkgs/tools/system/java-service-wrapper/default.nix ++++ b/pkgs/tools/system/java-service-wrapper/default.nix +@@ -44,7 +44,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 ]; + }; + } diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 1035652e9..614a8c156 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -19,6 +19,8 @@ sha256 = "sha256-Z4V9mOv4HYg3kDnWoYcxz3ch03I/1USrLjzlq4X9YqI="; }) + ./2022-12-19-i2p-aarch64.patch + # # kaiteki: init at 2022-09-03 # vendorHash changes too frequently (might not be reproducible). # using local package defn until stabilized