metasploit: add libiconv to shell.nix

This commit is contained in:
zowoq 2020-05-20 16:13:07 +10:00
parent 98ac199da8
commit aef1ddfbe9

View file

@ -3,14 +3,15 @@ with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
ruby.devEnv
bundix
git
sqlite
libiconv
libpcap
postgresql
libxml2
libxslt
pkgconfig
bundix
pkg-config
postgresql
ruby.devEnv
sqlite
];
}