about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/ifuse
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2021-03-26 00:50:32 +0900
committermidchildan <git@midchildan.org>2021-04-02 10:59:03 +0900
commitfdc5e719889bb176cbd61f2a3f8d5ae1eb2319bc (patch)
tree71146a8681097bc0c89122d327f132825499b699 /pkgs/tools/filesystems/ifuse
parent701288f79acb329e9aed5cc2eb6d92d5da0ccef2 (diff)
ifuse: add darwin build
Diffstat (limited to 'pkgs/tools/filesystems/ifuse')
-rw-r--r--pkgs/tools/filesystems/ifuse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/ifuse/default.nix b/pkgs/tools/filesystems/ifuse/default.nix
index 4abb50b8bd765..09be33384d500 100644
--- a/pkgs/tools/filesystems/ifuse/default.nix
+++ b/pkgs/tools/filesystems/ifuse/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
       devices.
     '';
     license = licenses.lgpl21Plus;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = with maintainers; [ infinisil ];
   };
 }