forked from mirrors/nixpkgs
scanmem: linux only
This commit is contained in:
parent
525b5dce19
commit
1df7966d9d
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue