Tuomas Tynkkynen
919d44d29f
openssh: Compile with '--with-pid-dir' to improve build purity
...
The configure script tries to probe whether /var/run exists when
determining the location for the pid file, which is not very nice when
doing chroot builds. Just set it explicitly to avoid the problem.
For reference, the culprit in configure.ac:
````
piddir=/var/run
if test ! -d $piddir ; then
piddir=`eval echo ${sysconfdir}`
case $piddir in
NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
esac
fi
AC_ARG_WITH([pid-dir],
[ --with-pid-dir=PATH Specify location of ssh.pid file],
...
````
Also, use the `install-nokeys` target in installPhase so we avoid
installing useless host keys into $out/etc/ssh and improve built purity
as well.
2015-12-28 18:40:21 +02:00
Pascal Wittmann
83c22f9c8f
Merge pull request #11547 from sigma/corkscrew
...
add corkscrew networking tool
2015-12-08 17:47:46 +01:00
Yann Hodique
e0fe879562
corkscrew: init at 2.0
2015-12-08 07:28:56 -08:00
Domen Kožar
27bea9a3aa
Merge pull request #11536 from bendlas/update-i2p
...
i2p: 0.9.22 -> 0.9.23
2015-12-08 10:34:11 +01:00
Domen Kožar
6edd9e5e1a
Merge pull request #11526 from mcmtroffaes/feature/partclone-fix
...
partclone: fix sha256 and buildInputs
2015-12-08 10:21:28 +01:00
Pascal Wittmann
b843e7c50a
libtorrent: fix evaluation
2015-12-07 22:39:39 +01:00
Peter Simons
a0cdd48171
rtorrent: fix meta.homepage attribute
2015-12-07 22:30:55 +01:00
Herwig Hochleitner
ca659e0e89
i2p: 0.9.22 -> 0.9.23
2015-12-07 21:45:09 +01:00
Peter Simons
8dd80d7055
Merge pull request #11531 from oxij/rtorrent-merge-and-cleanup
...
libtorrent, rtorrent: merge *-git into default, drop outdated *-git versions, cleanup
2015-12-07 19:01:52 +01:00
Jan Malakhovski
7afce99e61
libtorrent, rtorrent: merge *-git into default, drop outdated *-git versions, cleanup
...
This also gives the man page (it is outdated, though).
2015-12-07 17:56:03 +00:00
Matthias C. M. Troffaes
0d3db2477b
partclone: fix build - requires automake and autoconf
2015-12-07 15:14:45 +00:00
Matthias C. M. Troffaes
e8d97ef4f5
partclone: use fetchFromGitHub and fix sha256
2015-12-07 15:14:44 +00:00
Desmond O. Chang
700835bb45
yank: 0.4.1 -> 0.6.0, fixes #11522
2015-12-07 15:25:50 +01:00
codsl
7884923ba3
tor: 0.2.6.10 -> 0.2.7.5, fixes #11489
2015-12-06 13:18:45 +01:00
Ingolf Wagner
9c24bdff42
backup: init v4, fixes #11370
2015-12-05 23:21:03 +01:00
Gabriel Ebner
7cc6e6718c
simp_le: init at 20151205, fixes #11479
2015-12-05 23:09:47 +01:00
Gabriel Ebner
51bcfbe007
pythonPackages.acme: extract from letsencrypt derivation.
2015-12-05 23:09:27 +01:00
Emery Hemingway
2b6dcdfcd0
Rename 'emery' maintainer handle to 'ehmry', fixes #11493
...
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
Damien Cassou
97ccbb9498
offlineimap: 6.5.7 → 6.6.0, fixes #11481
2015-12-05 11:54:41 +01:00
Vladimír Čunát
263fd55d4b
Merge recent staging built on Hydra
...
http://hydra.nixos.org/eval/1231884
Only Darwin jobs seem to be queued now,
but we can't afford to wait for that single build slave.
2015-12-05 11:11:51 +01:00
Nikolay Amiantov
c990a1ed4d
Merge pull request #11262 from spwhitt/bumblebee_have
...
bumblebee: use _have not have in bash completion
2015-12-05 00:56:16 +03:00
Nikolay Amiantov
95629cf6f8
bumblebee: cleanup, fix virtualgl, add useNvidia flag
2015-12-05 00:54:09 +03:00
Nikolay Amiantov
3b1ab88428
virtualgl: 2.3.2 -> 2.4.1, fix multilib
2015-12-05 00:54:09 +03:00
Nikolay Amiantov
56ffc2ecd2
primus: 1.0.0748176 -> 20151204, add useNvidia flag
2015-12-05 00:54:09 +03:00
Nikolay Amiantov
ae7ff02081
tlp: use module_init_tools, avoid recompilation for nixos
2015-12-05 00:54:09 +03:00
Arseniy Seroka
87ba86b7da
Merge pull request #11465 from oxij/xapian-omega-init
...
xapian-omega: init at 1.2.21
2015-12-05 00:11:09 +03:00
Peter Simons
1cd7ec96e4
pkgs/tools/security/gnupg/21.nix: cosmetic
2015-12-04 21:11:22 +01:00
Peter Simons
b79227b934
Merge pull request #11453 from lancelotsix/update_gnupg21
...
gnupg21: 2.1.9 -> 2.1.10
2015-12-04 19:54:36 +01:00
Peter Simons
620e2920f7
Merge pull request #11464 from oxij/rtorrent-fallocate
...
rtorrent: build with fallocate support
2015-12-04 19:52:09 +01:00
Jan Malakhovski
35cca051b2
xapian-omega: init at 1.2.21
2015-12-04 17:53:21 +00:00
Jan Malakhovski
83f46ec4d6
rtorrent: build with fallocate support
...
This doesn't actually turn it on unless you say
system.file_allocate.set = yes
in the rtorrent config.
2015-12-04 17:51:14 +00:00
Moritz Ulrich
e9e6d62c59
rofi-pass: 1.2 -> 1.3.1
...
Also contains fixes so it doesn't depend on anything in PATH.
2015-12-04 17:24:56 +01:00
Tobias Geerinckx-Rice
889944af2c
dropbear 2015.70 -> 2015.71
...
Another bugfix release.
2015-12-04 17:07:05 +01:00
Pascal Wittmann
6c2d06ca07
Merge pull request #11452 from makefu/fix-logstash
...
logstash: fix bin path
2015-12-04 16:35:32 +01:00
Domen Kožar
eca191f92c
snabbswitch: 2015.11 -> 2015.12
2015-12-04 16:25:52 +01:00
Lancelot SIX
d66d4ca570
gnupg21: 2.1.9 -> 2.1.10
...
See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00001.html
for announcement
2015-12-04 14:40:54 +00:00
roblabla
67fda15a89
letsencrypt: 0.0.0.dev20151123 -> 0.1.0
2015-12-04 15:39:58 +01:00
makefu
1eb3239181
logstash: fix bin path
...
with the last commit for logstash plugin the bin path was not being used and the executables
were written directly in the root directory
this results in the failure of the logstash service configuration.
additionally the logstash tool itself does not start because it cannot source shell libraries relative
to the current location
2015-12-04 14:21:58 +01:00
Pascal Wittmann
ea0f2d6c73
Merge pull request #11349 from dezgeg/pr-split-prefetch-scripts
...
nix-prefetch-scripts: Split into multiple derivations
2015-12-04 14:02:14 +01:00
Tuomas Tynkkynen
c47910ae4e
nix-prefetch-scripts: Split into multiple derivations
...
This makes it possible to e.g. only install nix-prefetch-git and not the
others.
Closes #7399 .
2015-12-04 14:38:41 +02:00
Eelco Dolstra
d13dc12987
rsnapshot: 1.3.1 -> 1.4.1
2015-12-04 12:19:45 +01:00
Eelco Dolstra
7c00ae68d8
bfr: Build with current Perl
2015-12-04 12:19:44 +01:00
Dan Peebles
12de4d5cb3
ansible2: init
2015-12-03 21:54:45 -05:00
Burke Libbey
211c9ab28b
Add coreutils-prefixed to install coreutils as gls, ggrep, etc.
...
Close #11421 . Amended by vcunat not to cause a stdenv rebuild.
2015-12-03 20:08:37 +01:00
John Wiegley
95f6a9e147
pcsclite: Enable building on Darwin
2015-12-03 13:13:31 -05:00
John Wiegley
31e5abf788
openvpn: Enable building on Darwin
2015-12-03 13:12:49 -05:00
John Wiegley
94a7e2b441
emacsPackages.auctex: 11.88 -> 11.89
2015-12-03 13:11:25 -05:00
Eelco Dolstra
ec795d3632
texFunctions: Use modular texlive instead of tetex
2015-12-03 17:40:27 +01:00
Dan Peebles
60f949bc78
awscli: fix broken dependency
...
Sorry, not sure how I missed this in my earlier commit!
2015-12-03 08:25:29 -05:00
Dan Peebles
8a84a80193
awscli: 1.7.47 -> 1.9.6
...
Also updates its botocore dependency from 1.1.10 to 1.3.6 and makes it
use requests2 instead of requests.
2015-12-03 08:23:29 -05:00