summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-21 23:04:46 +0100
committerGitHub <noreply@github.com>2021-03-21 23:04:46 +0100
commitb1526be944b20e4aac52096ddbc60bdeeb55ce83 (patch)
tree04f47cf8916e55bf7463224c452e8719340696d7
parent7a6d0468bfe2210113636be6f9ce62ed9b9656c5 (diff)
parent4224476df6643dd50982a393534f1c3f22d8a1c0 (diff)
downloadnixpkgs-b1526be944b20e4aac52096ddbc60bdeeb55ce83.tar
nixpkgs-b1526be944b20e4aac52096ddbc60bdeeb55ce83.tar.gz
nixpkgs-b1526be944b20e4aac52096ddbc60bdeeb55ce83.tar.bz2
nixpkgs-b1526be944b20e4aac52096ddbc60bdeeb55ce83.tar.lz
nixpkgs-b1526be944b20e4aac52096ddbc60bdeeb55ce83.tar.xz
nixpkgs-b1526be944b20e4aac52096ddbc60bdeeb55ce83.tar.zst
nixpkgs-b1526be944b20e4aac52096ddbc60bdeeb55ce83.zip
Merge pull request #107824 from mroi/patch-kmod
kmod: fix depmod crash on darwin
-rw-r--r--pkgs/os-specific/linux/kmod/darwin.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kmod/darwin.patch b/pkgs/os-specific/linux/kmod/darwin.patch
index 69dbf479f9f..e112e691525 100644
--- a/pkgs/os-specific/linux/kmod/darwin.patch
+++ b/pkgs/os-specific/linux/kmod/darwin.patch
@@ -121,3 +121,15 @@ index fd2028d..ecb0141 100644
  	if (!cwd)
  		return NULL;
  
+--- a/shared/util.h	2018-01-31 18:10:59.000000000 +0100
++++ b/shared/util.h	2020-12-28 19:48:21.000000000 +0100
+@@ -7,6 +7,9 @@
+ #include <stdio.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#ifdef __APPLE__
++#include <libgen.h>
++#endif
+ 
+ #include <shared/macro.h>
+