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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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