scanmem: linux only

This commit is contained in:
Matthew Bauer
2017-04-09 01:29:41 -05:00
parent 525b5dce19
commit 1df7966d9d

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/scanmem/scanmem";
description = "Memory scanner for finding and poking addresses in executing processes";
maintainers = [ maintainers.chattered ];
platforms = with platforms; linux ++ darwin;
platforms = platforms.linux;
license = licenses.gpl3;
};
}