summary refs log tree commit diff
path: root/pkgs/tools/filesystems/avfs
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2021-03-26 01:37:28 +0900
committermidchildan <git@midchildan.org>2021-04-20 00:51:45 +0900
commit0c81ece950c00323df5f12a4e5f6c175b01616ae (patch)
tree5441bf703196b3df470a6603072e3fc51e7a7df7 /pkgs/tools/filesystems/avfs
parent3c28a11bf6cf9b5baf21dd1b36697c84550e4821 (diff)
downloadnixpkgs-0c81ece950c00323df5f12a4e5f6c175b01616ae.tar
nixpkgs-0c81ece950c00323df5f12a4e5f6c175b01616ae.tar.gz
nixpkgs-0c81ece950c00323df5f12a4e5f6c175b01616ae.tar.bz2
nixpkgs-0c81ece950c00323df5f12a4e5f6c175b01616ae.tar.lz
nixpkgs-0c81ece950c00323df5f12a4e5f6c175b01616ae.tar.xz
nixpkgs-0c81ece950c00323df5f12a4e5f6c175b01616ae.tar.zst
nixpkgs-0c81ece950c00323df5f12a4e5f6c175b01616ae.zip
avfs: add darwin build
Diffstat (limited to 'pkgs/tools/filesystems/avfs')
-rw-r--r--pkgs/tools/filesystems/avfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/avfs/default.nix b/pkgs/tools/filesystems/avfs/default.nix
index e89828dd750..3315085191e 100644
--- a/pkgs/tools/filesystems/avfs/default.nix
+++ b/pkgs/tools/filesystems/avfs/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = "http://avf.sourceforge.net/";
     description = "Virtual filesystem that allows browsing of compressed files";
-    platforms = lib.platforms.linux;
+    platforms = lib.platforms.unix;
     license = lib.licenses.gpl2;
   };
 }