romdirfs: add darwin build

This commit is contained in:
midchildan 2021-03-28 00:11:22 +09:00
parent 8e71a4574f
commit 97edf282ea
No known key found for this signature in database
GPG key ID: D9A5748BACC6E3C2
2 changed files with 4 additions and 2 deletions

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; [ ];
};
}

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 { };