mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
17 lines
332 B
Diff
17 lines
332 B
Diff
diff --git a/System/Xattr.hsc b/System/Xattr.hsc
|
|
index adaf9cb..9b49996 100644
|
|
--- a/System/Xattr.hsc
|
|
+++ b/System/Xattr.hsc
|
|
@@ -45,11 +45,7 @@ module System.Xattr
|
|
where
|
|
|
|
#include <sys/types.h>
|
|
-#ifdef __APPLE__
|
|
#include <sys/xattr.h>
|
|
-#else
|
|
-#include <attr/xattr.h>
|
|
-#endif
|
|
|
|
import Data.Functor ((<$>))
|
|
import Foreign.C
|