nixpkgs/pkgs/tools/security/metasploit/shell.nix
Jörg Thalheim cf726bc31a
metasploit: 3.3.1 -> 4.14.17
use bundler env now

fixes #8870
2017-05-15 21:44:00 +01:00

15 lines
218 B
Nix

# Env to update Gemfile.lock / gemset.nix
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
sqlite
libpcap
postgresql
libxml2
libxslt
pkgconfig
bundix
];
}