about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-19 06:01:12 +0000
committerGitHub <noreply@github.com>2024-03-19 06:01:12 +0000
commit8ee0e6664b4d07c288c8c303dcb682ff23bde432 (patch)
tree7765f9763ff6cd24d17f884585c95d048e215faf /pkgs/applications/networking/remote
parent3321e63b12183eadf7f9004aa0c9e79a2c471986 (diff)
parent2d5db19dffbb7fd86c8eba10a77deb8b8838ece3 (diff)
downloadnixlib-8ee0e6664b4d07c288c8c303dcb682ff23bde432.tar
nixlib-8ee0e6664b4d07c288c8c303dcb682ff23bde432.tar.gz
nixlib-8ee0e6664b4d07c288c8c303dcb682ff23bde432.tar.bz2
nixlib-8ee0e6664b4d07c288c8c303dcb682ff23bde432.tar.lz
nixlib-8ee0e6664b4d07c288c8c303dcb682ff23bde432.tar.xz
nixlib-8ee0e6664b4d07c288c8c303dcb682ff23bde432.tar.zst
nixlib-8ee0e6664b4d07c288c8c303dcb682ff23bde432.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/dayon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/dayon/default.nix b/pkgs/applications/networking/remote/dayon/default.nix
index a68a6eddd334..ea46ec131fbc 100644
--- a/pkgs/applications/networking/remote/dayon/default.nix
+++ b/pkgs/applications/networking/remote/dayon/default.nix
@@ -6,7 +6,7 @@
 , jre
 , makeWrapper
 , copyDesktopItems
-, canonicalize-jars-hook
+, stripJavaArchivesHook
 }:
 
 stdenv.mkDerivation (finalAttrs: {
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
     jdk
     makeWrapper
     copyDesktopItems
-    canonicalize-jars-hook
+    stripJavaArchivesHook
   ];
 
   buildPhase = ''