repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
tools
/
security
/
metasploit
/
shell.nix
blob
ccd510f63af209a1a22cd5edcdfef127467be704
1
# Env to update Gemfile.lock / gemset.nix
2
with import <nixpkgs> {};
3
stdenv.mkDerivation {
4
name = "env";
5
nativeBuildInputs = [ pkg-config ];
6
buildInputs = [
7
bundix
8
git
9
libiconv
10
libpcap
11
libxml2
12
libxslt
13
postgresql
14
ruby.devEnv
15
sqlite
16
];
17
}