Tristan Helmich
c187f2f903
graylog: 2.1.0 -> 2.1.1 ( #18663 )
2016-09-16 16:42:44 +02:00
Ram Kromberg
d6f20348f3
mlterm: 3.3.8 -> 3.7.2 ( #18645 )
2016-09-16 16:40:19 +02:00
Joachim F
cc9be8cb79
Merge pull request #18662 from sternenseemann/master
...
torbrowser: 6.0.4 -> 6.0.5
2016-09-16 16:36:08 +02:00
John Ericson
ea1caf9272
openvpn: Optional pkcs11 support
2016-09-16 07:24:03 -07:00
John Ericson
ed02a770ae
pkcs11-helper: ??? git rev -> 1.11
2016-09-16 07:24:03 -07:00
obadz
3cfcd937d3
ligthdm: 1.18.1 -> 1.19.4
...
Required applying patch from https://bugs.gentoo.org/show_bug.cgi?id=588764
to lightdm_gtk_greeter
2016-09-16 15:03:45 +01:00
obadz
29caa185a7
lightdm: obbey services.xserver.{window/desktop}Manager.default
2016-09-16 15:03:45 +01:00
obadz
a20c2ce4b8
xfce: install networkmanager applet when networkmanager is enabled
2016-09-16 15:03:41 +01:00
sternenseemann
7d20f1b5b7
torbrowser: 6.0.4 -> 6.0.5
2016-09-16 15:57:22 +02:00
aszlig
e85e51d41f
nixos/pam: Fix wrong string concatenation
...
Regression introduced by 1010271c63f503113c0e8337977610ea783880ec.
This caused the line after using the loginuid module to be concatenated
with the next line without a newline.
In turn this has caused a lot of the NixOS VM tests to either run very
slowly (because of constantly hitting PAM errors) or simply fail.
I have tested this only with one of the failing NixOS tests.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-09-16 15:36:31 +02:00
Robin Gloster
0201869418
prometheus.nodeExporter module: improve after feedback
...
cc @teh @groxxda @fpletz
2016-09-16 15:10:18 +02:00
Ioannis Koutras
d78e68b1a4
sddm: 0.13.0 -> 0.14.0
2016-09-16 15:09:18 +03:00
Guillaume Maudoux
f0e519d26a
linux_mptcp: fix config options broken by b4a4a63cc4ed8ebd8c1fbbfb3b89a408e907045a
2016-09-16 13:15:50 +02:00
Joachim F
0ffdb89d95
Merge pull request #18628 from joachifm/squashfs-lz4
...
squashfsTools: optional lz4 support
2016-09-16 11:22:09 +02:00
Joachim F
321843426d
Merge pull request #18631 from joachifm/hidepid-external-doc
...
hidepid module: detailed description to external doc
2016-09-16 11:20:14 +02:00
Joachim Fasting
d082a7c0fd
grsecurity: 4.7.3-201609072139 -> 4.7.4-201609152234
2016-09-16 11:18:42 +02:00
Joachim Fasting
2050f12f4e
linux_4_7: 4.7.3 -> 4.7.4
2016-09-16 11:18:42 +02:00
Domen Kožar
a6581d825d
Merge pull request #18654 from l2dy/patch-1
...
hping: broken on darwin
2016-09-16 11:18:01 +02:00
Domen Kožar
77a67189ef
lttng-modules: broken on chromiumos
...
(cherry picked from commit 3f4d94a4c2d422836c07ed1206b454cd7b681f01)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-16 11:12:29 +02:00
Zero King
c7e8ca2ce5
hping: broken on darwin
2016-09-16 09:11:22 +00:00
Domen Kožar
ee1b4598aa
Merge pull request #18653 from lsix/fix_pythonpackages_mathics
...
pythonPackages.mathics: Fix install
2016-09-16 11:04:47 +02:00
Moritz Ulrich
ccd7d204e1
x42-plugins: Fix unpacking and formatting
...
For some reason, adding `xz` to `buildInputs` caused `unpackPhase` to
fail.
2016-09-16 10:56:37 +02:00
Lancelot SIX
9d83af68d8
pythonPackages.mathics: Fix install
...
This fixes the broken test nixos/tests/mathics.nix
2016-09-16 10:39:31 +02:00
Joachim Fasting
22d6c97855
unbound service: extend isLocalAddress to handle ipv6
2016-09-16 09:47:36 +02:00
Domen Kožar
00b7c5c5c2
Merge pull request #18624 from ericsagnes/fix/cadvisor
...
Cadvisor: update and fix test
2016-09-16 09:10:08 +02:00
Alexey Shmalko
917bb9720b
Merge pull request #18554 from Mic92/cheat
...
cheat: init at 2.1.26
2016-09-16 09:01:44 +03:00
zimbatm
dd7e73f586
telegraf: convert deps from json to nix
...
Fixed for 914e0e594ca2d0fa5d456be208bf703d79f04fa3
2016-09-16 00:25:24 +01:00
Kamil Chmielewski
914e0e594c
buildGoPackage: deps.json -> deps.nix in NIXON
...
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541
* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
Matthew Bauer
8610a34474
gcc: use special native system headers for darwin
...
Darwin systems need to be able to find CoreFoundation headers as well as
libc headers. Somehow, gcc doesn't accept any "framework" parameters
that would normally be used to include CoreFoundation in this
situation.
HACK: Instead, this adds a derivation that combines the two. The result
works but probably not a good long term solution.
ALTERNATIVES: Maybe sending patches in to GCC to allow
"native-system-framework" configure flag to get this found.
2016-09-15 17:58:09 -05:00
Matthew Bauer
c7e0fbcbc8
gcc4.6: remove from tree
...
This isn't available from all-packages, so I think it's okay to
remove. It's unclear how to keep this updated with the changes.
2016-09-15 17:58:08 -05:00
Matthew Bauer
f760e980f0
gcc4.5: allow empty libc-ldflags
2016-09-15 17:56:51 -05:00
Matthew Bauer
cf004ae56e
gcc: add --with-native-system-header-dir for clang
...
gcc needs to be able find system headers. Without this, gcc fails to build because
/usr/include is not available.
Note: stdenv.libc should be available for all stdenv's, I think.
2016-09-15 17:56:50 -05:00
Matthew Bauer
f2e753a90c
gcc: fix gmp, mpfr includes
...
This should get gcc48, gcc5, and gcc6 working again.
Also: use makeLibraryPath, and makeSearchPathOutput for LIBRARY_PATH and
CPATH. This is a refactor but it also fixes an issue with zlib.
2016-09-15 17:56:50 -05:00
Matthew Bauer
45cd1ea620
gcc: --enable-bootstrap on Darwin
...
This seems to be working now. ISL needs to be disable for it to build
completely though.
2016-09-15 17:54:01 -05:00
zimbatm
7a6b860e1c
Merge pull request #18437 from Mic92/telegraf
...
Telegraf
2016-09-15 23:21:08 +01:00
Marcin Janczyk
8581ccf0f5
keepass-keefox: 1.5.4 -> 1.6.3
2016-09-15 22:25:19 +02:00
Marcin Janczyk
5cbda61791
keepass: 2.33 -> 2.34
2016-09-15 22:24:36 +02:00
Thomas Tuegel
daa0687de8
Merge pull request #18307 from acowley/emacs24Macport
...
emacs24Macport: fix SDK version issue
2016-09-15 14:22:25 -05:00
Robin Gloster
55b8430f6f
Merge branch 'prometheus-node-exporter' of https://github.com/teh/nixpkgs into prometheus-nixos-exporter
2016-09-15 20:59:17 +02:00
José Romildo Malaquias
6cf3fdcceb
avfs: 1.0.3 -> 1.0.4
2016-09-15 15:50:10 -03:00
Oliver Dunkl
03eb531765
python-packages: pafy 0.5.0 -> 0.5.2
2016-09-15 20:42:09 +02:00
Robin Gloster
e43a15720d
prometheus module: add nodeExporter submodule
2016-09-15 20:31:03 +02:00
Langston Barrett
cd343b76c7
nixpkgs docs: improve node packages documentation
...
* be more specific about paths to files
2016-09-15 18:15:53 +00:00
Ram Kromberg
7238a94584
bsdbuild: groff -> mandoc
2016-09-15 20:44:49 +03:00
Ram Kromberg
c528892280
mandoc: init at 1.13.4
2016-09-15 20:44:43 +03:00
Profpatsch
51314631d6
searx: 0.9.0 -> 0.10.0 ( #18608 )
...
With a patch to loosen up searx pip dependency requirements.
Also includes a minor version bump of pysocks.
2016-09-15 17:48:51 +02:00
Mike Cooper
c2a7410583
firefox-bin: add curl dependency for crash reporter ( #18596 )
2016-09-15 17:39:08 +02:00
Joachim F
2db487e6bf
opensmtpd: 5.9.2p1 -> 6.0.0p1 ( #18629 )
...
Also change to https src.url.
Changelog at https://www.opensmtpd.org/announces/release-6.0.0.txt
In particular, note that
- logging format has been reworked so scripts that consume opensmtpd
logs may need updating
- dhparams option has been removed
2016-09-15 16:19:51 +01:00
José Romildo Malaquias
ffbdc07a0d
llvm and clang: define llvm_39 and clang_39 in all-packages.nix ( #18599 )
2016-09-15 15:54:59 +02:00
José Romildo Malaquias
b527b36d1d
xfce4-hardware-monitor-plugin: init at 1.5.0
2016-09-15 10:49:56 -03:00