romdirfs: add darwin build
This commit is contained in:
parent
8e71a4574f
commit
97edf282ea
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue