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 { stdenv.mkDerivation {
name = "env"; name = "env";
buildInputs = [ buildInputs = [
ruby.devEnv bundix
git git
sqlite libiconv
libpcap libpcap
postgresql
libxml2 libxml2
libxslt libxslt
pkgconfig pkg-config
bundix postgresql
ruby.devEnv
sqlite
]; ];
} }