Unverified Commit 4a9e37b7 authored by Matthew Justin Bauer's avatar Matthew Justin Bauer Committed by GitHub
Browse files

maloader: linux only

parent 603a369b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}