Peter Hoeg
f8a415f793
home-assistant: make broadlink module available
2018-11-02 18:12:19 +08:00
Peter Hoeg
1ccafe56f9
pythonPackages.broadlink: init at 0.9
2018-11-02 18:12:07 +08:00
ikarulus
7bd8805408
kicad 5.0.0 -> 5.0.1 ( #49561 )
2018-11-02 10:32:32 +01:00
aszlig
73cdd5a476
nixos/tests/chromium: Fix sandbox info matching
...
As reported by @andir, the regular expressions that match the sandbox
output are no longer matching in the recent Chromium bump as of
bb03fbc2c8
.
Instead of a boolean field that determines whether namespace sandboxes
are on, the namespace sandbox is now an enum within "Layer 1 Sandbox".
I've modified the regular expressions accordingly and also ran the test
for the stable branch, which now succeeds.
Signed-off-by: aszlig <aszlig@nix.build>
Issue: https://github.com/NixOS/nixpkgs/issues/49442
Cc: @bendlas, @andir
2018-11-02 10:23:04 +01:00
Gabriel Ebner
5de50f8fa3
Merge pull request #49250 from royneary/nim-0.19
...
nim: 0.18.0 -> 0.19.0
2018-11-02 10:20:13 +01:00
Daniël de Kok
de6d025592
mupdf: 1.13.0 -> 1.14.0
...
Changelog: https://mupdf.com/release_history.html
2018-11-02 10:20:09 +01:00
Will Dietz
467a822ac7
Merge pull request #49495 from dtzWill/fix/thunderbolt-cleanup
...
thunderbolt: cleanup
2018-11-02 04:04:13 -05:00
Will Dietz
c417342cd2
Merge pull request #48579 from dtzWill/update/z3-4.8.1
...
z3: 4.7.1 -> 4.8.1
2018-11-02 04:02:24 -05:00
Will Dietz
0c1b8e8770
Merge pull request #49455 from dtzWill/update/gcc-6.5
...
gcc6: 6.4.0 -> 6.5.0
2018-11-02 04:00:30 -05:00
Will Dietz
3b056514a7
Merge pull request #49599 from dtzWill/update/harfbuzz-2.1.0
...
harfbuzz: 2.0.0 -> 2.1.0
2018-11-02 03:58:23 -05:00
Will Dietz
ce8e3b9b67
Merge pull request #49597 from dtzWill/update/mesa-18.2.4
...
mesa: 18.2.3 -> 18.2.4
2018-11-02 03:57:54 -05:00
Will Dietz
1fe7abcf2e
Merge pull request #49513 from dtzWill/fix/activation-nscd-path
...
activation-script: add libc to path to provide nscd when needed
2018-11-02 03:57:25 -05:00
Will Dietz
9e23f72ce7
Merge pull request #49548 from dtzWill/update/c-ares-1.15.0
...
c-ares: 1.14.0 -> 1.15.0
2018-11-02 03:56:41 -05:00
Will Dietz
d60421571a
Merge pull request #49514 from dtzWill/update/curl-7.62.0
...
curl: 7.61.1 -> 7.62.0
2018-11-02 03:55:27 -05:00
Will Dietz
71bde96d2b
Merge pull request #49570 from dtzWill/update/webkitgtk-2.22.3
...
webkitgtk: 2.22.2 -> 2.22.3
2018-11-02 03:53:35 -05:00
Vincent Laporte
6a449c0742
coqPackages.contribs.zfc: enable for Coq 8.8
2018-11-02 08:51:24 +00:00
Michael Raskin
bfd838a695
Merge pull request #49180 from symphorien/issue-49092
...
brlaser: fix install dir
2018-11-02 08:18:47 +00:00
Michael Raskin
e5ca104835
Merge pull request #49562 from zarelit/ntp_upstream_patch
...
ntp: fix ntpd shutdown by using upstream patch
2018-11-02 08:11:24 +00:00
Michael Raskin
d24dee08e8
Merge pull request #49617 from aanderse/openscenegraph_3_4
...
Fix flightgear, simgear & speed_dreams
2018-11-02 08:06:29 +00:00
Peter Romfeld
61aa7e0e29
fastlane: 2.105.2 -> 2.107.0
2018-11-02 15:10:18 +08:00
Mario Rodas
c7c278dc0f
pyre: enable tests
2018-11-01 22:31:11 -05:00
Mario Rodas
f422f8d0ad
pyre: fix darwin build
2018-11-01 22:29:18 -05:00
Will Dietz
6753b2c6c1
Merge pull request #49605 from mroi/swift-4.2.1
...
swift: 4.1.3 -> 4.2.1
2018-11-01 22:28:37 -05:00
Ben Wolsieffer
62429fe41b
raspberrypiWirelessFirmware: 2018-05-30 -> 2018-08-20
2018-11-01 22:59:20 -04:00
volth
c246b5283c
perldevel: 5.29.3 -> 5.29.4 ( #49624 )
2018-11-02 03:10:11 +01:00
Lysergia
1ed146b438
lightdm-mini-greeter: 0.3.2 -> 0.3.3 ( #49619 )
...
New upstream release.
2018-11-02 03:08:19 +01:00
Franz Pletz
5ae33b77a1
Merge pull request #49622 from pbogdan/polybar-cc
...
polybar: nuke reference to stdenv.cc, small clean up
2018-11-02 01:35:39 +00:00
Piotr Bogdan
10e3dde91f
polybar: nuke reference to stdenv.cc, small clean up
2018-11-02 00:54:37 +00:00
Brian Olsen
0810d631a4
nixos/rspamd: Add support for included files
...
By default rspamd will look for multiple files in /etc/rspamd/local.d
and /etc/rspamd/override.d to be included in subsections of the merged
final config for rspamd. Most of the config snippets in the official
rspamd documentation are made to these files and so it makes sense for
NixOS to support them and this is what this commit does.
As part of rspamd 1.8.1 support was added for having custom Lua
rules stored in $LOCAL_CONFDIR/rspamd.local.lua which means that it is
now possible for NixOS to support such rules and so this commit also
adds support for this to the rspamd module.
2018-11-02 01:46:57 +01:00
Renaud
87f97f068e
Merge pull request #49614 from markuskowa/licenses-26
...
Add licenses
2018-11-02 00:31:33 +01:00
Daniël de Kok
3f0fa6296a
leveldb: 1.18 -> 1.20 ( #49587 )
...
Changelog:
1.20: https://github.com/google/leveldb/releases/tag/v1.20
1.19: https://github.com/google/leveldb/releases/tag/v1.19
2018-11-02 00:13:43 +01:00
Renaud
1a91d50ff2
dropwatch: init at 1.5 ( #49593 )
2018-11-02 00:11:07 +01:00
obadz
c8c1ed2c78
nixos/zerotier: binds to network-online.target to avoid the 1m30s timeout before kill on shutdown
2018-11-01 23:00:25 +00:00
Christian Rackerseder
678e28dfd5
yarn: 1.10.1 -> 1.12.1 ( #49616 )
2018-11-02 00:52:52 +02:00
Markus Kowalewski
645b5a0e82
mockobjects: add license + description
2018-11-01 23:27:15 +01:00
Markus Kowalewski
5fabd1b3c6
lucene: add license + description
2018-11-01 23:27:15 +01:00
Markus Kowalewski
4598cf4f3f
libmatthew-java: add license
2018-11-01 23:27:15 +01:00
Markus Kowalewski
0d140370cb
jdom: add meta data
2018-11-01 23:27:15 +01:00
Markus Kowalewski
d356808b2f
httpunit: add license + homepage
2018-11-01 23:27:14 +01:00
Markus Kowalewski
fe326f8794
hsqldb: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
a923a5aa2d
gwt-widgets: add licenses
2018-11-01 23:27:14 +01:00
Markus Kowalewski
eea1946708
gwt-dnd: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
08f4d756af
dbus-java: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
b13ab27360
jasper: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
6afad9b00e
jama: add license
2018-11-01 23:27:13 +01:00
Markus Kowalewski
ba9d6b673a
incrtcl: add license
2018-11-01 23:27:11 +01:00
Renaud
31e9f37539
vulkan-tools: 1.1.85 -> 1.1.85.0 ( #49615 )
...
sdk-1.1.85 is a branch and not the stable release tag
2018-11-01 23:25:26 +01:00
Aaron Andersen
51b661be2c
speed_dreams: fix compilation issues
2018-11-01 18:18:25 -04:00
Aaron Andersen
bdc293caba
flightgear & simgear: 2017.3.1 -> 2018.2.2
2018-11-01 18:17:34 -04:00
Aaron Andersen
b543748771
flightgear, simgear & speed_dreams: use openscenegraph_3_4 (version 3.4.0) instead of openscenegraph (version 3.6.2)
2018-11-01 18:15:10 -04:00