metasploit-framework: fix build

> /nix/store/r2vsi140pys7jnzyk0qz1fj9aji6sq40-ruby2.5.3-rb-readline-0.5.5/lib/ruby/gems/2.5.0/gems/rb-readline-0.5.5/lib/rbreadline.rb:1097:in `<module:RbReadline>': HOME environment variable (or HOMEDRIVE and HOMEPATH) must be set and point to a directory (RuntimeError)
This commit is contained in:
Jörg Thalheim 2018-11-09 09:41:49 +00:00 committed by Alyssa Ross
parent 652e59965a
commit d45590b839
No known key found for this signature in database
GPG Key ID: C4844408C0657052
1 changed files with 6 additions and 0 deletions

View File

@ -226,6 +226,12 @@ in
'';
};
metasploit-framework = attrs: {
preInstall = ''
export HOME=$TMPDIR
'';
};
msgpack = attrs: {
buildInputs = [ msgpack ];
};