maloader: linux only

This commit is contained in:
Matthew Justin Bauer
2018-04-14 21:30:16 -05:00
committed by GitHub
parent 603a369b89
commit 4a9e37b7d2

View File

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