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";
|
homepage = "https://github.com/scanmem/scanmem";
|
||||||
description = "Memory scanner for finding and poking addresses in executing processes";
|
description = "Memory scanner for finding and poking addresses in executing processes";
|
||||||
maintainers = [ maintainers.chattered ];
|
maintainers = [ maintainers.chattered ];
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user