summary refs log tree commit diff
path: root/pkgs/applications/file-managers/nnn/darwin-fix-file-mime-opts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/file-managers/nnn/darwin-fix-file-mime-opts.patch')
-rw-r--r--pkgs/applications/file-managers/nnn/darwin-fix-file-mime-opts.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/applications/file-managers/nnn/darwin-fix-file-mime-opts.patch b/pkgs/applications/file-managers/nnn/darwin-fix-file-mime-opts.patch
new file mode 100644
index 0000000000000..f1bf71e6b9125
--- /dev/null
+++ b/pkgs/applications/file-managers/nnn/darwin-fix-file-mime-opts.patch
@@ -0,0 +1,15 @@
+diff --git a/src/nnn.c b/src/nnn.c
+index b3c0f986..c74e1ec9 100644
+--- a/src/nnn.c
++++ b/src/nnn.c
+@@ -508,9 +508,7 @@ alignas(max_align_t) static char g_pipepath[TMP_LEN_MAX];
+ static runstate g_state;
+ 
+ /* Options to identify file MIME */
+-#if defined(__APPLE__)
+-#define FILE_MIME_OPTS "-bIL"
+-#elif !defined(__sun) /* no MIME option for 'file' */
++#if !defined(__sun) /* no MIME option for 'file' */
+ #define FILE_MIME_OPTS "-biL"
+ #endif
+