mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
metasploit: add libiconv to shell.nix
This commit is contained in:
parent
98ac199da8
commit
aef1ddfbe9
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue