summary refs log tree commit diff
path: root/pkgs/tools/filesystems/romdirfs
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2021-03-28 00:11:22 +0900
committermidchildan <git@midchildan.org>2021-04-20 00:52:05 +0900
commit97edf282ea17cc56531f82991ec0414fea2e92b7 (patch)
treebf5d6248005d880a792d2ef783ebe288b42a0420 /pkgs/tools/filesystems/romdirfs
parent8e71a4574f2121200a6aa5294bf3b54277630931 (diff)
downloadnixpkgs-97edf282ea17cc56531f82991ec0414fea2e92b7.tar
nixpkgs-97edf282ea17cc56531f82991ec0414fea2e92b7.tar.gz
nixpkgs-97edf282ea17cc56531f82991ec0414fea2e92b7.tar.bz2
nixpkgs-97edf282ea17cc56531f82991ec0414fea2e92b7.tar.lz
nixpkgs-97edf282ea17cc56531f82991ec0414fea2e92b7.tar.xz
nixpkgs-97edf282ea17cc56531f82991ec0414fea2e92b7.tar.zst
nixpkgs-97edf282ea17cc56531f82991ec0414fea2e92b7.zip
romdirfs: add darwin build
Diffstat (limited to 'pkgs/tools/filesystems/romdirfs')
-rw-r--r--pkgs/tools/filesystems/romdirfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/romdirfs/default.nix b/pkgs/tools/filesystems/romdirfs/default.nix
index b4fa173706e..0304508d41e 100644
--- a/pkgs/tools/filesystems/romdirfs/default.nix
+++ b/pkgs/tools/filesystems/romdirfs/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
     description = "FUSE for access Playstation 2 IOP IOPRP images and BIOS dumps";
     homepage = "https://github.com/mlafeldt/romdirfs";
     license = licenses.gpl3;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = with maintainers; [ ];
   };
 }