Commit Graph

65072 Commits

Author SHA1 Message Date
Thomas Strobel
c9e5218b33 sbsigntool: init at 0.5 2015-07-05 14:59:01 +02:00
lethalman
d7869f46ca Merge pull request #8602 from ts468/upstream.pam
Security: integrate pam_mount into PAM of NixOS
2015-07-05 00:40:49 +02:00
Arseniy Seroka
d1bb51798e Merge pull request #8613 from benley/prometheus
updates: prometheus-node-exporter, prometheus-alertmanager
2015-07-05 01:08:41 +03:00
Arseniy Seroka
3ce7eeb270 Merge pull request #8631 from ts468/upstream.tpm_luks
tmp-luks: init at version 0.9pre
2015-07-05 01:03:01 +03:00
Thomas Strobel
36f2ec82cc tmp-luks: init at 0.9pre 2015-07-04 23:57:59 +02:00
Thomas Strobel
7b6f279142 pam_mount module: integrate pam_mount into PAM of NixOS 2015-07-04 23:42:31 +02:00
Pascal Wittmann
0f2f98fbfe Merge pull request #8610 from datakurre/datakurre-master-emacs
emacs: fix to use \${gettext}/share/locale/locale.alias
2015-07-04 23:37:27 +02:00
Michael Raskin
2d99759e51 LibreOffice: update 4.4.3.2 -> 4.4.4.3 2015-07-05 00:32:54 +03:00
Michael Raskin
92c86c34c5 libre: update 0.4.12 -> 0.4.13 2015-07-05 00:32:54 +03:00
Michael Raskin
b3576c284f libodfgen: update 0.1.3 -> 0.1.4 2015-07-05 00:32:54 +03:00
Michael Raskin
fc53376dac libmwaw: update 0.3.4 -> 0.3.5 2015-07-05 00:32:54 +03:00
Michael Raskin
62da31931c Firefox: update 38.0.6 -> 39.0 2015-07-05 00:32:54 +03:00
Michael Raskin
eafecd1fd2 perf-tools: update to a fresher git snapshot 2015-07-05 00:32:54 +03:00
Michael Raskin
2e462069a8 Wine: unstable, staging: update 1.7.43 -> 1.7.46; remove updater scripts because with the new layout they don't work anyway 2015-07-05 00:32:54 +03:00
Michael Raskin
63a265a6dc SBCL: update 1.2.12 -> 1.2.13 2015-07-05 00:32:54 +03:00
Michael Raskin
d2cfc1dec6 Mailsend: update 1.17b15 -> 1.18 2015-07-05 00:32:54 +03:00
Michael Raskin
8454055ed4 GlusterFS: update 3.7.1 -> 3.7.2 2015-07-05 00:32:53 +03:00
Michael Raskin
7c5129706f nginx unstable: update 1.9.1 -> 1.9.2 2015-07-05 00:32:53 +03:00
Michael Raskin
2f5e534841 eudev: update 3.1.1 -> 3.1.2 2015-07-05 00:32:53 +03:00
Michael Raskin
e8f4be94e2 atop: update 2.1-1 -> 2.2-3 2015-07-05 00:32:53 +03:00
Michael Raskin
de78e3ea0c xscreensaver: update 5.32 -> 5.33 2015-07-05 00:32:53 +03:00
Michael Raskin
b280d6cbc7 scons: update 2.3.4 -> 2.3.5 2015-07-05 00:32:53 +03:00
Michael Raskin
f6d0cd0124 eigen: update 3.2.4 -> 3.2.5 2015-07-05 00:32:53 +03:00
Michael Raskin
f7e2b9f89a allegro 5 unstable: update 5.1.10 -> 5.1.11 2015-07-05 00:32:53 +03:00
Michael Raskin
5f95a8cc10 Angelscript: update 2.30.0 -> 2.30.1 2015-07-05 00:32:53 +03:00
Michael Raskin
d7dae65b5c pari: update 2.7.3 -> 2.7.4 2015-07-05 00:32:53 +03:00
Michael Raskin
807fbc4b57 baresip: update 0.4.12 -> 0.4.13 2015-07-05 00:32:53 +03:00
Benjamin Staffin
bcf990c7fd prometheus-alertmanager: 0.0.1 -> 0.0.4 2015-07-04 14:05:32 -07:00
Benjamin Staffin
a9c403d38b prometheus-node-exporter: 0.8.1 -> 0.10.0 2015-07-04 14:05:32 -07:00
Bjørn Forsman
8f9534ccc3 popcorntime: unbreak tarball job
Fix evaluation error when srcs."${stdenv.system}" does not exist (e.g.
on darwin).
2015-07-04 20:32:45 +02:00
Bjørn Forsman
7f6667f979 python-namebench: bump 1.0.5 -> 1.3.1 2015-07-04 20:17:24 +02:00
Bjørn Forsman
a7b6e152bb python-namebench: enable GUI support
tkinter apparently doesn't exist for pypy, hence it is disabled for that
interpreter.
2015-07-04 20:17:01 +02:00
Bjørn Forsman
8e4edf52dc python-namebench: fix error preventing it from starting
namebench expects to be run from its own source tree (it uses relative
paths to various resources), make it work.

The current version fails like this:

  $ ./result/bin/namebench.py
  Traceback (most recent call last):
    File "/nix/store/04d29llycr5xcxplfv4gn556nzm1mrl7-python2.7-namebench-1.0.5/bin/.namebench.py-wrapped", line 46, in <module>
      (options, supplied_ns, global_ns, regional_ns) = config.GetConfiguration()
    File "/nix/store/04d29llycr5xcxplfv4gn556nzm1mrl7-python2.7-namebench-1.0.5/lib/python2.7/site-packages/libnamebench/config.py", line 27, in GetConfiguration
      (configured_options, global_ns, regional_ns) = ProcessConfigurationFile(options)
    File "/nix/store/04d29llycr5xcxplfv4gn556nzm1mrl7-python2.7-namebench-1.0.5/lib/python2.7/site-packages/libnamebench/config.py", line 100, in ProcessConfigurationFile
      general = dict(config.items('general'))
    File "/nix/store/z6vp5aix4ks1zdjdry7v7dahg8dd02sy-python-2.7.10/lib/python2.7/ConfigParser.py", line 642, in items
      raise NoSectionError(section)
  ConfigParser.NoSectionError: No section: 'general'
2015-07-04 20:12:16 +02:00
vbgl
3d70bd2763 Merge pull request #8635 from FRidh/patsy
patsy: init at 0.3.0
2015-07-04 17:37:37 +02:00
lethalman
a4c7a594cc Merge pull request #8636 from ts468/upstream.pam_mount
pam_mount: fix PATH issue
2015-07-04 17:28:36 +02:00
Mateusz Kowalczyk
2bd811155e Merge pull request #8603 from ts468/upstream.xen
Xen related stuff
2015-07-04 16:13:33 +01:00
Thomas Strobel
5a5587ba6d pam_mount: fix PATH issue 2015-07-04 16:36:47 +02:00
Frederik Rietdijk
be7dce488a patsy: init at 0.3.0 2015-07-04 15:22:56 +02:00
lethalman
58b60094be Merge pull request #8634 from jb55/lmdb-patch
lmdb: lightning memory-mapped database
2015-07-04 14:16:10 +02:00
William Casarin
9d85874aeb lmdb: lightning memory-mapped database 2015-07-04 05:06:29 -07:00
lethalman
7446fb80c2 Merge pull request #8632 from FRidh/pytz
pytz: 2013.9 -> 2015.4
2015-07-04 13:57:31 +02:00
Frederik Rietdijk
e0d32691a5 pytz: 2013.9 -> 2015.4 2015-07-04 13:55:03 +02:00
lethalman
6354ed444f Merge pull request #8597 from aflatter/nodejs-darwin
nodejs: Don't apply no-darwin-cflags
2015-07-04 13:51:39 +02:00
lethalman
8722e5453e Merge pull request #8584 from robbinch/pkg-python-atomiclong
python-packages: Add atomiclong.
2015-07-04 13:22:27 +02:00
lethalman
07bdaa97da Merge pull request #8554 from dwe11er/luks-detached-header
allow for using LUKS devices with detached header
2015-07-04 13:17:54 +02:00
lethalman
2d49c104a3 Merge pull request #8623 from FRidh/cytoolz
cytoolz: init at 0.7.3
2015-07-04 13:08:15 +02:00
lethalman
39722b552e Merge pull request #8622 from FRidh/toolz
toolz: init at 0.7.2
2015-07-04 13:07:16 +02:00
Arseniy Seroka
b15df9482a Merge pull request #8573 from lihop/shellinabox-service
shellinabox service: initial implementation
2015-07-04 14:02:06 +03:00
Arseniy Seroka
093a8994f9 Merge pull request #8624 from ambrop72/minidlna-update
minidlna 1.1.4
2015-07-04 13:59:32 +03:00
Arseniy Seroka
36a7b25282 Merge pull request #8608 from datakurre/datakurre-master-dot2tex
dot2tex: init at 2.9.0
2015-07-04 13:58:29 +03:00