romdirfs: add darwin build

This commit is contained in:
midchildan
2021-04-20 00:52:05 +09:00
parent 8e71a4574f
commit 97edf282ea
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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; [ ];
};
}
+3 -1
View File
@@ -29848,7 +29848,9 @@ in
rmount = callPackage ../tools/filesystems/rmount {};
romdirfs = callPackage ../tools/filesystems/romdirfs {};
romdirfs = callPackage ../tools/filesystems/romdirfs {
stdenv = gccStdenv;
};
rss-glx = callPackage ../misc/screensavers/rss-glx { };