python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / security / metasploit / shell.nix
blobccd510f63af209a1a22cd5edcdfef127467be704
1 # Env to update Gemfile.lock / gemset.nix
2 with import <nixpkgs> {};
3 stdenv.mkDerivation {
4   name = "env";
5   nativeBuildInputs = [ pkg-config ];
6   buildInputs = [
7     bundix
8     git
9     libiconv
10     libpcap
11     libxml2
12     libxslt
13     postgresql
14     ruby.devEnv
15     sqlite
16   ];