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