Maximilian Bosch
0d65acf47c
treewide: build some unfree packages locally
...
Unfree packages aren't distributed by our binary cache due to legal
reasons[1] and are usually a prebuilt binary that requires some patching.
When using distributed builds[2], those are uploaded to another build
machine as fixed-output derivations from `fetchurl` are built locally[3]
which takes a certain amount of time and resources with almost no gain
as the build process is trivial in contrast to the up/download to a
remote builder.
This is why I figured that at least some of the packages should be
explicitly built locally, I've done something simlar for
`citrix_workspace` already in the past[4].
The following packages are affected by this:
* `idea.*` (excluding free derivatives)
* `xmind`
* `teamviewer`
[1] https://nixos.wiki/wiki/FAQ/How_can_I_install_a_proprietary_or_unfree_package%3F#More_precision
[2] https://nixos.wiki/wiki/Distributed_build
[3] https://github.com/NixOS/nixpkgs/blob/267c8d6b2fea05bc811c8e2c2f4529b1436eeb9a/pkgs/build-support/fetchurl/default.nix#L95
[4] 87f818d9b2
2019-09-13 09:29:09 +02:00
adisbladis and GitHub
76e4d0e0f7
Merge pull request #68376 from wildsebastian/remove-elpy-from-melpa
...
melpaPackages.elpy: bugfix
2019-09-12 20:38:55 +01:00
Sebastian Wild
458e3c7116
melpaPackages.elpy: bugfix
...
After the elpy dummy package was removed (#68217 ) it was still referenced
in the melpa packages and broke emacs builds that included elpy.
2019-09-12 21:32:13 +02:00
worldofpeace and GitHub
0588d2d9de
Merge pull request #68605 from worldofpeace/patch-gstreamer-vaapi
...
gst_all_1.gst-vaapi: patch to Remove Mesa from drivers white list
2019-09-12 15:18:34 -04:00
Kai Wohlfahrt and Austin Seipp
31ff9f5d41
kdbplus: add zlib to libPath
...
Necessary for https://github.com/kxcontrib/websocket to run
2019-09-12 14:11:59 -05:00
worldofpeace and GitHub
2a10e8fef5
Merge pull request #68266 from pstn/dehydrated-modernisation
...
dehydrated: move to pname syntax, handle docs/manpage.
2019-09-12 14:16:39 -04:00
worldofpeace
dc5d1aa474
gst_all_1: auto_features already enabled
2019-09-12 14:12:02 -04:00
worldofpeace
ca9c4d29e9
gst_all_1.gst-vaapi: patch to Remove Mesa from drivers white list
...
See https://mail.gnome.org/archives/distributor-list/2019-September/msg00000.html
Users can re-add it with GST_VAAPI_ALL_DRIVERS.
2019-09-12 14:11:24 -04:00
Philipp
274b8654f5
dehydrated: move to pname syntax, handle docs/manpage.
2019-09-12 19:54:44 +02:00
worldofpeace and GitHub
c3d0fa2209
Merge pull request #68602 from ivan/anki-fix-startup
...
anki: fix startup
2019-09-12 13:30:01 -04:00
Ivan Kozik
2769d610ac
anki: fix startup
...
Related: #68314
This fixes startup of anki, which currently shows this in a dialog:
Error during startup:
Traceback (most recent call last):
File "/nix/store/0h395dwc6b80n5xg93p86ywaz6kpz6ck-anki-2.1.15/lib/python3.7/site-packages/aqt/main.py", line 46, in __init__
self.setupAddons()
File "/nix/store/0h395dwc6b80n5xg93p86ywaz6kpz6ck-anki-2.1.15/lib/python3.7/site-packages/aqt/main.py", line 657, in setupAddons
import aqt.addons
File "/nix/store/0h395dwc6b80n5xg93p86ywaz6kpz6ck-anki-2.1.15/lib/python3.7/site-packages/aqt/addons.py", line 9, in <module>
import markdown
File "/nix/store/knq8798kl0xzzr7ii4bchskg1c8mq6pj-python3.7-Markdown-3.1.1/lib/python3.7/site-packages/markdown/__init__.py", line 25, in <module>
from .core import Markdown, markdown, markdownFromFile
File "/nix/store/knq8798kl0xzzr7ii4bchskg1c8mq6pj-python3.7-Markdown-3.1.1/lib/python3.7/site-packages/markdown/core.py", line 29, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
2019-09-12 17:21:42 +00:00
worldofpeace and GitHub
eac17fb9ef
Merge pull request #68419 from danielfullmer/rtl8812au-kernel-fix
...
rtl8812au: 5.2.20.2_28373.20180619 -> 5.2.20.2_28373.20190903
2019-09-12 13:09:22 -04:00
Daniel Fullmer
f12dcceb47
rtl8812au: 5.2.20.2_28373.20180619 -> 5.2.20.2_28373.20190903
2019-09-12 13:07:27 -04:00
worldofpeace and GitHub
4b31dbba5f
Merge pull request #68592 from mat8913/lyx-wrapQtAppsHook
...
lyx: use qt5's mkDerivation
2019-09-12 13:07:07 -04:00
Matthew Harm Bekkema and worldofpeace
b918bb9e5d
lyx: use qt5's mkDerivation
...
Fixes the error:
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
See #65399
2019-09-12 13:05:48 -04:00
Kai Wohlfahrt and Austin Seipp
dc6447812b
kdbplus: 3.3 -> 3.6
2019-09-12 11:58:14 -05:00
Vincent Bernat and Austin Seipp
cf3e491cef
nginx: remove gzip_disable directive
...
IE6 is long gone and this directive is not useful anymore. We can
spare a few CPU cycles (and maybe skip some bugs) by not trying to
disable gzip for MSIE6.
2019-09-12 11:55:32 -05:00
Joachim F and GitHub
a6753f767b
Merge pull request #68547 from hkjn/20190909-tor-bump
...
tor-browser-bundle-bin: 8.5.4 -> 8.5.5
2019-09-12 16:49:23 +00:00
worldofpeace and GitHub
b9a738d613
Merge pull request #68461 from d-goldin/zeroc-ice-36-fix-gcc8
...
zeroc-ice-36: fix build for gcc8
2019-09-12 12:48:50 -04:00
worldofpeace and GitHub
7885ff0ddc
Merge pull request #68539 from peterhoeg/f/kdepim
...
kdepim-addons: add missing dependency
2019-09-12 12:48:36 -04:00
Michael Raskin and GitHub
0aa63cae1e
Merge pull request #68598 from aanderse/zhf/liquidwar5
...
liquidwar5: fix broken build
2019-09-12 16:47:09 +00:00
Austin Seipp
5a1ae55bbc
nixos/chrony: keep in foreground
...
Signed-off-by: Austin Seipp <aseipp@pobox.com >
2019-09-12 11:45:51 -05:00
Austin Seipp
b8bda8cb4f
nixos/chrony: remove redundant 'initstepslew.servers' option
...
This option was added in 6336048c58 but it
is essentially a complete duplicate of the existing cfg.servers and
there seems to be no reason to keep maintaining it.
Furthermore, it requires annoying duplication if you try to do option
merging, e.g. merging in sets into your configuration.nix that add
`services.chrony.initstepslew` options will overwrite the servers option
unless you keep it, but that means you just have to duplicate
config.networking.timeServers again anyway which is an implementation
detail!
Signed-off-by: Austin Seipp <aseipp@pobox.com >
2019-09-12 11:45:51 -05:00
Austin Seipp
83180ea41f
nixos/chrony: set iburst for ntp servers
...
'iburst' allows chrony to make very quick adjustments to the clock by
doing a couple rapid measurements outside of the default 'minpoll'
option. This helps improve rapid time adjustment at boot, and is enabled
by default.
Signed-off-by: Austin Seipp <aseipp@pobox.com >
2019-09-12 11:45:51 -05:00
Austin Seipp
0aee12e0b3
CODEOWNERS: add myself as owner of ntp packages
...
Signed-off-by: Austin Seipp <aseipp@pobox.com >
2019-09-12 11:45:51 -05:00
Austin Seipp
f0ad5ebdfb
nixos/{chrony,ntpd,openntpd}: add myself as maintainer
...
Signed-off-by: Austin Seipp <aseipp@pobox.com >
2019-09-12 11:45:51 -05:00
Austin Seipp
a61e94329f
nixos: shuffle all ntp services into their own dir
...
This is reckless, ill-advised, pointless, and I will be scorned for it,
but it makes me feel a lot better.
Signed-off-by: Austin Seipp <aseipp@pobox.com >
2019-09-12 11:45:51 -05:00
Aaron Andersen
26a48bb037
liquidwar5: fix broken build
2019-09-12 12:28:56 -04:00
Jörg Thalheim and GitHub
bfecc8d86b
Merge pull request #68438 from rvolosatovs/update/conftest
...
conftest: 0.7.0 -> 0.12.0
2019-09-12 17:21:37 +01:00
worldofpeace and GitHub
7b305edde3
Merge pull request #68590 from aanderse/zhf/prayer
...
prayer: fix broken build
2019-09-12 12:18:10 -04:00
Aaron Andersen
1fca7a8961
prayer: fix broken build
2019-09-12 12:11:09 -04:00
worldofpeace and GitHub
6b92321f82
Merge pull request #68550 from WilliButz/v8/fix-aarch64-build
...
v8: fix build on aarch64
2019-09-12 12:10:43 -04:00
worldofpeace and GitHub
05e137ce6b
Merge pull request #68595 from aanderse/zhf/viking
...
viking: fix broken build
2019-09-12 12:05:49 -04:00
Aaron Andersen
f6517742df
viking: fix broken build
2019-09-12 11:58:38 -04:00
Vincent Laporte and GitHub
bf759337fa
Merge pull request #67544 from vbgl/qarte+fix-qt-platform
...
qarte: use qt5’s mkDerivation and an other fix
2019-09-12 15:31:17 +00:00
Roman Volosatovs
2a7c0f2ab9
conftest: 0.7.0 -> 0.12.0, ensure go 1.13 compatibility
2019-09-12 17:15:41 +02:00
Robin Gloster and GitHub
6ea6c9d9f2
Merge pull request #68481 from delroth/home-assistant-pyyaml
...
home-assistant: remove outdated pyyaml_3 pinning
2019-09-12 16:46:01 +02:00
Henrik Jonsson
ac975ddd8f
tor-browser-bundle-bin: 8.5.4 -> 8.5.5
2019-09-12 16:38:41 +02:00
Henrik Jonsson
ee9e7ef1de
maintainers: Add hkjn
2019-09-12 16:38:40 +02:00
Marek Mahut and GitHub
8490d53463
Merge pull request #68408 from leenaars/getdns
...
getdns: 1.5.1 -> 1.5.2
2019-09-12 16:06:40 +02:00
Marek Mahut and GitHub
c98af06689
Merge pull request #68514 from ivegotasthma/update-electrum-ltc
...
electrum.ltc: 3.1.3.1 -> 3.3.8.1
2019-09-12 15:48:35 +02:00
Marek Mahut and GitHub
f16bc2ff5f
Merge pull request #68365 from aanderse/zabbix
...
nixos/zabbixWeb: fix a string reference as well as the phpfpm socket path
2019-09-12 15:40:34 +02:00
worldofpeace and GitHub
5c8c3d6ce4
Merge pull request #67553 from Moredread/rtaudio-pulseaudio
...
rtmidi: add PulseAudio support
2019-09-12 09:16:52 -04:00
Linus Heckemann and GitHub
17ff95d77e
Merge pull request #68545 from WilliButz/exporters-codeowner-notifications
...
CODEOWNERS: add myself for prometheus exporters
2019-09-12 14:34:51 +02:00
Mario Rodas and GitHub
2fa8c64b09
Merge pull request #68379 from jonringer/bump-rappel
...
rappel: unstable-2019-07-08 -> unstable-2019-09-09
2019-09-12 07:22:09 -05:00
WilliButz and GitHub
a981edb443
Merge pull request #68292 from matthewbauer/v8-pkgconfig
...
v8: add pkgconfig file
2019-09-12 14:21:03 +02:00
WilliButz
0e879bfe8d
v8: fix build on aarch64
2019-09-12 14:13:26 +02:00
Tim Steinbach
dad77d59cb
ammonite: 1.6.9 -> 1.7.1
2019-09-12 08:06:57 -04:00
WilliButz and GitHub
987627859a
Merge pull request #68530 from artemist/insomnia-6.6.2
...
insomnia: 6.5.3 → 6.6.2
2019-09-12 13:36:49 +02:00
WilliButz and GitHub
f40ad53dea
Merge pull request #68542 from peterhoeg/p/crun
...
crun: init at 0.8
2019-09-12 13:31:42 +02:00