scanmem: linux only

This commit is contained in:
Matthew Bauer 2017-04-09 01:29:41 -05:00
parent 525b5dce19
commit 1df7966d9d
No known key found for this signature in database
GPG key ID: E04D0AD9469141C3

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