about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/fuse-7z-ng/default.nix
diff options
context:
space:
mode:
authoryvt <i@yvt.jp>2023-04-12 01:24:15 +0900
committeryvt <i@yvt.jp>2023-04-12 01:35:47 +0900
commite9cb831ee1bd1cb76281cff739da265b7c597ab6 (patch)
treedf36480b21a0f3e726853afd4c9901c183055e59 /pkgs/tools/filesystems/fuse-7z-ng/default.nix
parentb121f98160340a5b4cd6332cf32491d50de7df38 (diff)
fuse-7z-ng: link to <https://github.com/kedazo/fuse-7z-ng/pull/8>
The patch file added in the last commit was based on this linked PR
(authored by me).
Diffstat (limited to 'pkgs/tools/filesystems/fuse-7z-ng/default.nix')
-rw-r--r--pkgs/tools/filesystems/fuse-7z-ng/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/fuse-7z-ng/default.nix b/pkgs/tools/filesystems/fuse-7z-ng/default.nix
index e7749f63a99ec..f5d9b4191e3f5 100644
--- a/pkgs/tools/filesystems/fuse-7z-ng/default.nix
+++ b/pkgs/tools/filesystems/fuse-7z-ng/default.nix
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
     ./no-pthread.patch
     # Zero-initialize unset fields of `struct fuse_operations` so that
     # garbage values don't cause segfault.
+    # <https://github.com/kedazo/fuse-7z-ng/pull/8>
     ./zero-init-fuse-operations.patch
   ];