maloader: linux only
This commit is contained in:
parent
603a369b89
commit
4a9e37b7d2
@ -32,5 +32,6 @@ stdenv.mkDerivation {
|
||||
description = "Mach-O loader for Linux";
|
||||
homepage = https://github.com/shinh/maloader;
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user