Commit Graph

122032 Commits

Author SHA1 Message Date
Orivej Desh
dd7738d13f
Merge pull request #32203 from jtojnar/xorg-localectl
nixos/xserver: Move the keyboard configuration to 00-keyboard.conf
2017-12-01 00:29:47 +00:00
Orivej Desh
e1757f6a24 julia: do not print environment before testing 2017-12-01 00:05:26 +00:00
Jörg Thalheim
ef8933233b
Merge pull request #32013 from romildo/upd.lumina
lumina: 1.3.0 -> 1.4.0-p1
2017-11-30 21:48:24 +00:00
Michal Rus
015c0fc9af
hubstaff: 1.2.14 → 1.2.15 2017-11-30 19:26:54 +01:00
José Romildo Malaquias
0345e5d576 lumina: 1.3.0 -> 1.4.0-p1 2017-11-30 16:23:59 -02:00
zimbatm
cc1d7a358f direnv: 2.13.2 -> 2.13.3 2017-11-30 18:14:42 +00:00
Peter Simons
b0f82f0f2d R: update to 3.4.3 2017-11-30 18:45:48 +01:00
Peter Simons
458331408e r-openssl: fix build 2017-11-30 18:45:47 +01:00
Tuomas Tynkkynen
86ad1451f2 xorg: Mark some xf86* drivers x86-only
https://hydra.nixos.org/eval/1413937?filter=xorg&compare=1358674
2017-11-30 19:03:14 +02:00
Aaron Bull Schaefer
6636f3bc25 ansible: 2.4.1.0 -> 2.4.2.0 2017-11-30 08:41:10 -08:00
Patrick Hilhorst
4bb9ffef6a j: 701_b -> 806 2017-11-30 17:14:33 +01:00
Piotr Bogdan
8eccb7d2c7 wordpress: 4.9 -> 4.9.1 2017-11-30 15:11:42 +00:00
Robert Helgesson
1332bf244c
perl-CryptX: 0.054 -> 0.055 2017-11-30 16:02:19 +01:00
adisbladis
88417853e1
Merge pull request #32205 from cillianderoiste/mhwaveedit
mhwaveedit: fix src url (gna is dead) and use autoreconf for build
2017-11-30 23:00:03 +08:00
Cillian de Róiste
77882b6dc4 mhwaveedit: fix src url (gna is dead) and use autoreconf for build 2017-11-30 14:37:44 +01:00
Vladimír Čunát
e55c3b37b2
Merge #32198: firefox patch-updates 2017-11-30 14:37:36 +01:00
Jan Tojnar
1d868aa8de
nixos/xserver: Move the keyboard configuration to 00-keyboard.conf
localectl looks for keyboard settings in /X11/xorg.conf.d/00-keyboard.conf

Closes: #29959, #14318
2017-11-30 14:10:34 +01:00
Milan Svoboda
8bc0bf6785
kitty: 0.4.2 → 0.5.0 2017-11-30 13:12:11 +01:00
Eelco Dolstra
949a6e3ec5
Merge pull request #32188 from NixOS/copumpkin-aws-ntp
amazon-image: use NTP provided by the hypervisor
2017-11-30 13:06:25 +01:00
taku0
282bd5c03c firefox-esr: 52.5.0esr -> 52.5.1esr 2017-11-30 20:33:08 +09:00
Vladimír Čunát
d477bc353c
ocamlnet: fixup build by bringing back nettle-3.3 2017-11-30 12:28:35 +01:00
Vladimír Čunát
e9550f290c
nvidia_x11_legacy340: add another patch
I *suspect* that NV_VM_OPERATIONS_STRUCT_HAS_FAULT isn't detected
in our case for some reason, so this patch doesn't make a difference.
In any case, the patch seems unlikely to make anything worse.
2017-11-30 12:06:27 +01:00
Orivej Desh
163315f5e2
Merge pull request #32183 from mdorman/emacs-updates
Semi-automated Emacs package updates
2017-11-30 11:06:02 +00:00
Orivej Desh
6b4f0b5bf4 qt4: fix parallel building
qmake needs uic to extract dependency information from .ui files.  In -fast mode
qmake generates Makefiles for each subproject after the previous subproject is
built, and by the time it encounters subprojects with .ui files, uic is
available to provide dependency information.  In -no-fast mode qmake builds
subprojects in the same order, but generates all Makefiles beforehand, without
uic, and they miss dependencies.
2017-11-30 09:51:14 +00:00
Orivej Desh
c8d822252b qt4: delete parallel-build.patch to replace with a generic fix 2017-11-30 09:51:14 +00:00
adisbladis
d7fb709180
Merge pull request #32192 from 4z3/exim
exim: 4.89 -> 4.89.1
2017-11-30 17:30:14 +08:00
Vladimír Čunát
b934716782
nvidia_x11_legacy304: fix build with kernel 4.14
/cc #31640.
2017-11-30 09:51:17 +01:00
Vladimír Čunát
1e4d675c4e
nvidia_x11_legacy304: 304.135 -> 304.137
This now builds with kernel 4.13; Debian has only the typo patch there.
Curiously, .settings still fails to link on x86_64-linux but works
on i686-linux, just as with .135.
2017-11-30 09:50:22 +01:00
tv
4eb6309da3 exim: 4.89 -> 4.89.1 2017-11-30 09:13:28 +01:00
adisbladis
0396e494db
vagrant: Use ruby 2.4
ffi gem is explicitly referencing libruby.so.2.4

Fixes #32190
2017-11-30 15:57:40 +08:00
Orivej Desh
64f945efd2 Revert "qt48: use tabs in the Makefile patch"
to apply a different fix, since the current one does not apply to Darwin.

This reverts commit bfaf7ae5ae.
2017-11-30 07:42:07 +00:00
Orivej Desh
905672f524 nixos/pulseaudio: document audio group for system wide access 2017-11-30 06:37:01 +00:00
Daniel Peebles
5fd528d043
amazon-image: use NTP provided by the hypervisor
See http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-time.html for more information.

Fixes #32187
2017-11-29 22:48:00 -05:00
Peter Hoeg
9a4cd40337 gemrb: 0.8.1 -> 0.8.5
Additionally:
 - use SDL2 instead of SDL
2017-11-30 11:14:47 +08:00
adisbladis
78b3d6de28
Merge pull request #32184 from acowley/rtags-2.16
rtags: 2.15 -> 2.16
2017-11-30 09:50:54 +08:00
Peter Hoeg
c2509a8d28 quaternion: fix hash 2017-11-30 09:22:57 +08:00
Ingolf Wagner
c80e1b6fe7
memo: init at version 0.2 2017-11-29 21:22:25 -03:00
taku0
28f55a216f firefox: 57.0 -> 57.0.1 2017-11-30 09:12:59 +09:00
taku0
e9587f0a5f firefox-bin: 57.0 -> 57.0.1 2017-11-30 09:12:47 +09:00
Tuomas Tynkkynen
7fbf1c9afa yle-dl: 2.27 -> 2.28 2017-11-30 01:41:40 +02:00
Anthony Cowley
cd5ce7f4d4 rtags: 2.15 -> 2.16 2017-11-29 18:29:20 -05:00
Jörg Thalheim
cdfc462140
Merge pull request #32166 from lheckemann/mumble-icon-fix
mumble: fix icon symlink
2017-11-29 23:12:18 +00:00
Jörg Thalheim
4657fc893a
Merge pull request #32174 from lheckemann/weechat-all-default
weechat: default to enabling all plugins
2017-11-29 23:02:32 +00:00
Daiderd Jordan
aee138b506
Merge pull request #32182 from cjtoolseram/master
added pssh to darwin
2017-11-30 00:02:23 +01:00
Michael Alan Dorman
0dad7d997b emacsPackagesNg: mark some packages broken
These failed to build for various reasons.
2017-11-29 17:50:54 -05:00
Michael Alan Dorman
f684d9a422 melpa-packages: 2017-11-29
Removals:
 - faustine: bitbucket repo no longer exists
2017-11-29 17:50:51 -05:00
Michael Alan Dorman
8cb330cb23 melpa-stable-packages: 2017-11-29
Removals:
 - faustine: bitbucket repo no longer exists
2017-11-29 17:50:48 -05:00
Michael Alan Dorman
198f4cb0da org-packages: 2017-11-29 2017-11-29 17:50:46 -05:00
Michael Alan Dorman
e086cbf9fc elpa-packages: 2017-11-29 2017-11-29 17:50:37 -05:00
Jonathan Curran
75b79fb5db Use override instead of overrideScope 2017-11-29 15:47:44 -07:00