metasploit: add libiconv to shell.nix
This commit is contained in:
parent
98ac199da8
commit
aef1ddfbe9
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user