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
base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361)
[NixPkgs.git]
/
pkgs
/
tools
/
security
/
metasploit
/
shell.nix
blob
40762058153925ef9330e6ef9bc5b7b2041b27e2
1
# Env to update Gemfile.lock / gemset.nix
2
{
3
pkgs ? import ../../../.. { },
4
}:
5
pkgs.stdenv.mkDerivation {
6
name = "env";
7
nativeBuildInputs = [ pkgs.pkg-config ];
8
buildInputs = with pkgs; [
9
bundix
10
git
11
libiconv
12
libpcap
13
libxml2
14
libxslt
15
postgresql
16
ruby.devEnv
17
sqlite
18
];
19
}