Commit Graph

120400 Commits

Author SHA1 Message Date
Andreas Rammhold
e427e8415c
vagrant: removed custom rake gem 2017-11-17 11:43:31 +01:00
Andreas Rammhold
3f4eb16799
vagrant: 2.0.0 -> 2.0.1
Due to the virtualbox bump to version 5.2 vagrant was no longer able to
interface with virtualbox. Version 2.0.1 supports virtualbox 5.2.
2017-11-17 11:43:30 +01:00
Franz Pletz
aeff3080d0
Merge pull request #31653 from bflyblue/plex-1.9.6.4429
plex: 1.9.5 -> 1.9.6
2017-11-14 12:04:51 +01:00
Franz Pletz
d43b55c1e3
Merge pull request #31545 from rnhmjoj/wireless
docs: document networking.wireless changes
2017-11-14 12:04:26 +01:00
Tuomas Tynkkynen
cbccb1edf5
nixos installer tests: Add UEFI Grub test
Fixed merge conflict. Closes #22923.
2017-11-14 11:30:28 +01:00
Shaun Sharples
7f9d876fea plex: 1.9.5 -> 1.9.6 2017-11-14 11:57:16 +02:00
Michael Raskin
eac38d0b1e
Merge pull request #31617 from orivej/clisp
clisp_2_44_1, libsigsegv_25: delete
2017-11-14 09:42:20 +01:00
Cray Elliott
3c0c18792d mwprocapture: forgot to include a file 2017-11-13 20:26:24 -08:00
Cray Elliott
7f473fa506 mwprocapture: minor correctness fix to 4.14 patch 2017-11-13 20:21:56 -08:00
Cray Elliott
eb85eb5c73 linuxPackages: revert default linux kernel to 4.9
partially reverts bfe9c928c1 by author's request, since many modules
are currently broken. 4.14 will be the default kernel when the dust
settles

track github issue #31640
2017-11-13 20:03:18 -08:00
Daniel Peebles
881e41f0ac
Merge pull request #31639 from matthewbauer/dosbox-on-darwin
Dosbox on darwin
2017-11-13 23:00:40 -05:00
Cray Elliott
ce8dea6bdd mwprocapture: patch to fix build for linux 4.14 2017-11-13 19:54:57 -08:00
aszlig
f6ae3948bc
tests/boot-stage1: Fix build of kcanary module
In bfe9c928c1 the default kernel has been
updated to version 4.14 and the declarations for allow_signal() and
signal_pending() are no longer exposed via kthread.h, so let's actually
use the right header files.

I've added a condition for kernel 4.10 and upwards to include the
linux/sched/signal.h header file, because that got introduced in version
4.10. Even if the declaration would still reside in kthread.h (I haven't
checked) for version 4.10 it won't hurt and the compilation will still
succeed.

Tested against kernel 4.9 and 4.14 and the build now succeeds.

Signed-off-by: aszlig <aszlig@nix.build>
2017-11-14 04:36:19 +01:00
Matthew Bauer
fdf92b553d dosbox: add gpl2 license 2017-11-13 20:55:40 -06:00
Orivej Desh
ba45205b84
Merge pull request #31579 from matthewbauer/emacs-fixes
Emacs fixes
2017-11-14 01:44:01 +00:00
Dan Peebles
d5bdfcbfe6 darwin.make-bootstrap-tools: fix ICU reference to improve purity 2017-11-13 20:27:11 -05:00
Orivej Desh
ea2aeb7af4 netperf: update source 2017-11-14 00:32:17 +00:00
Matthew Bauer
3e6040e3ec dosbox: add myself as maintainer 2017-11-13 18:08:19 -06:00
Matthew Bauer
010475bb8b dosbox: build on darwin
fixes dosbox issue on dariwn
2017-11-13 18:07:57 -06:00
Joerg Thalheim
4e2110b1bb xbanish: 1.4 -> 1.5 2017-11-14 00:04:40 +00:00
Graham Christensen
3d03f5c39d
Merge pull request #31635 from NixOS/revert-31632-plex-1.9.7.4441
Revert "plex: 1.9.5 -> 1.9.7"
2017-11-13 18:54:17 -05:00
Graham Christensen
ce7bc5c321
Revert "plex: 1.9.5 -> 1.9.7" 2017-11-13 18:53:51 -05:00
Graham Christensen
a81bd249fd
Merge pull request #31632 from bflyblue/plex-1.9.7.4441
plex: 1.9.5 -> 1.9.7
2017-11-13 18:53:06 -05:00
Joerg Thalheim
d58f318333 trackballs: 1.2.3 -> 1.2.4 2017-11-13 23:44:50 +00:00
Renaud
a3f5010644
Merge pull request #31633 from InfernalKnight/viber
viber: 6.5.5.1481 -> 7.0.0.1035
2017-11-13 23:49:07 +01:00
Eric Bailey
51a8584252 musescore (darwin): 2.0.3 -> 2.1 (#26297) 2017-11-13 23:47:28 +01:00
Graham Christensen
c886b170b1
Merge pull request #31629 from lheckemann/jfbview-mujs
jfbview: remove mujs and no-longer-necessary patch
2017-11-13 17:10:44 -05:00
infernalknight
0dfe582c5e viber: 6.5.5.1481 -> 7.0.0.1035 2017-11-14 01:09:48 +03:00
Graham Christensen
9a4b2de497
Merge pull request #31630 from Ma27/fix-postgres-quoting
services.postgres: fix quoting in the description of `superUser`
2017-11-13 17:01:05 -05:00
Shaun Sharples
228cfe9ff0 plex: 1.9.5 -> 1.9.7 2017-11-13 23:49:05 +02:00
Maximilian Bosch
82062f7080
services.postgres: fix quoting in the description of superUser
`nixos-option` evals the description and the '`' is used to
define shell commands.

Due to this, the following error appears:

```
$ nixos-option services.postgresql.superUser
Value:
"root"

Default:
"root"

Description:

/run/current-system/sw/bin/nixos-option: line 294: root: command not found
/run/current-system/sw/bin/nixos-option: line 294: postgres: command not found
NixOS traditionally used  as superuser, most other distros use .
From 17.09 we also try to follow this standard. Internal since changing this value
would lead to breakage while setting up databases.
```
2017-11-13 22:22:35 +01:00
John Ericson
350a5e31fc
Merge pull request #29418 from vanschelven/small-documentation-improvements
documentation: cross-compilation - partial rewrite
2017-11-13 16:21:58 -05:00
Linus Heckemann
2c4e1e975c jfbview: remove mujs and no-longer-necessary patch
mujs is only required when older versions of mupdf are used, but
we have a more recent one in nixpkgs.
2017-11-13 21:08:01 +00:00
Joerg Thalheim
b22f75748e android-udev-rules: 20171107 -> 20171113 2017-11-13 21:04:33 +00:00
Vladimír Čunát
f80a55ca37
libbsd, libtiger: fix meta evaluation
I suppose we'll one day transition to forced automatic checks of some
basic things before pushing/merging.
2017-11-13 21:53:10 +01:00
Vladimír Čunát
e04339db80
Merge branch 'staging' 2017-11-13 21:50:29 +01:00
Orivej Desh
ee067a67bd smartgithg: 17_0_3 -> 17_1_1 2017-11-13 20:17:51 +00:00
Orivej Desh
b62ad4f22b
Merge pull request #31526 from srhb/fix-php-external-pcre
php: Fix php pcre by using external lib
2017-11-13 20:15:37 +00:00
Orivej Desh
33071830e7 pharo: update PharoV50.sources hash 2017-11-13 19:43:30 +00:00
Orivej Desh
fab6760e75 devmem2: provide a better mirror
lartmaker.nl fails to respond to IPv6 queries.
2017-11-13 19:37:11 +00:00
Daiderd Jordan
897398e07e
Merge pull request #31589 from matthewbauer/libbsd-update
libbsd: update Darwin patch
2017-11-13 20:31:59 +01:00
Daiderd Jordan
1165c03fbc
Merge pull request #31591 from matthewbauer/libtiger-fix
libtiger: fix on Darwin
2017-11-13 20:28:08 +01:00
Joerg Thalheim
7f7aa08332 linuxPackages_latest.spl: fix evaluation 2017-11-13 19:13:35 +00:00
Tim Steinbach
92e9851731
kotlin: 1.1.51 -> 1.1.60 2017-11-13 14:12:25 -05:00
Orivej Desh
3ff2a789c2 conan: 0.26.1 -> 0.28.1 2017-11-13 19:12:08 +00:00
Tim Steinbach
0975c4b77c
vscode: 1.17.2 -> 1.18.0 2017-11-13 14:05:45 -05:00
Jörg Thalheim
fee5268aae
Merge pull request #31615 from adisbladis/spl-linux-4_14-broken
spl: Broken with 4.14 kernels
2017-11-13 18:59:51 +00:00
Tom Smeets
81295c479d fractalart service: init, Generate wallpapers (#23231)
* Add a service for generating wallpapers
This service will generate a new wallpaper using the "FractalArt" haskell package.
2017-11-13 19:56:08 +01:00
Orivej Desh
c3b6a63961 clisp_2_44_1, libsigsegv_25: delete 2017-11-13 18:36:25 +00:00
Orivej Desh
a48f9ba574 chaps: update source hash to fix build 2017-11-13 18:27:34 +00:00