metasploit: 3.3.1 -> 4.14.17

use bundler env now

fixes #8870
This commit is contained in:
Jörg Thalheim
2017-05-15 21:44:00 +01:00
parent ae9e73125f
commit cf726bc31a
5 changed files with 1023 additions and 16 deletions
+14
View File
@@ -0,0 +1,14 @@
# Env to update Gemfile.lock / gemset.nix
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
sqlite
libpcap
postgresql
libxml2
libxslt
pkgconfig
bundix
];
}