Commit graph

258518 commits

Author SHA1 Message Date
Thomas Tuegel 39b76030be
Merge pull request #104810 from Thra11/plasma-5-20
Plasma 5.20.4
2020-12-13 13:50:53 -06:00
Florian Klink d43d1507c5
Merge pull request #106834 from charvp/fix/systemd-247.1
systemd: 247 -> 247.1
2020-12-13 20:10:10 +01:00
github-actions[bot] 73af09dfc7
Merge staging-next into staging 2020-12-13 18:15:31 +00:00
github-actions[bot] 233ee932de
Merge master into staging-next 2020-12-13 18:15:27 +00:00
Timo Kaufmann d6dba0d7c1
Merge pull request #100774 from Atemu/startx-improvements
Startx improvements
2020-12-13 18:28:21 +01:00
John Ericson 0f25eb3e7d
Merge pull request #94582 from obsidiansystems/cxx-wrapper-debt-part-3
clang, cc-wrapper: Move `--gcc-toolchain` logic into CC wrapper
2020-12-13 11:55:33 -05:00
Tim Schubert 16f80f8221
lego: 4.0.1 -> 4.1.3 (#106829) 2020-12-13 08:51:10 -08:00
Matthieu Coudron ea85760820
Merge pull request #89118 from Pacman99/notification-center
deadd-notification-center: init at 1.7.2
2020-12-13 17:25:29 +01:00
Gabriel Ebner 92cbe95497
Merge pull request #106579 from drewrisinger/dr-pr-remove-pytest-pep8
python27Packages.pytestpep8: remove due to pytest v6 incompatibility
2020-12-13 16:51:36 +01:00
Charlotte Van Petegem 9b1aa17909
systemd: 247 -> 247.1 2020-12-13 16:35:01 +01:00
Martin Weinelt dbfbbabc96
Merge pull request #106428 from iamdenchik/IPMIView-2.18.0
IPMIView: 2.17.0 -> 2.18.0
2020-12-13 16:23:14 +01:00
Gabriel Ebner 8b7057ca00
Merge pull request #106832 from gebner/electron1110
electron: update to latest versions
2020-12-13 16:22:34 +01:00
Gabriel Ebner 254f4869f6 electron_11: 11.0.3 -> 11.1.0 2020-12-13 15:58:53 +01:00
Gabriel Ebner 9a1e2c6420 electron_10: 10.1.6 -> 10.2.0 2020-12-13 15:58:53 +01:00
Gabriel Ebner 52bb80c5ba electron_9: 9.3.5 -> 9.4.0 2020-12-13 15:58:53 +01:00
Ryan Mulligan a2679ef9cd
Merge pull request #106553 from r-ryantm/auto-update/cddlib
cddlib: 0.94l -> 0.94m
2020-12-13 06:53:25 -08:00
github-actions[bot] df91ae1ac0
Merge staging-next into staging 2020-12-13 12:20:05 +00:00
github-actions[bot] 6582a8d27b
Merge master into staging-next 2020-12-13 12:20:02 +00:00
Gabriel Ebner 62fab0d98a
Merge pull request #106816 from gebner/rnnoise20200628
rnnoise: 2019-04-24 -> 2020-06-28
2020-12-13 13:06:53 +01:00
Gabriel Ebner 3eed1a30ef rnnoise: 2019-04-24 -> 2020-06-28 2020-12-13 12:35:41 +01:00
Thomas Tuegel 59f649840c
kpurpose: remove patch applied upstream 2020-12-13 05:10:27 -06:00
Vladimír Čunát 37dfd61f02
mesa: fix musl-specific patching
When updating to 20.2, this was apparently forgotten.
2020-12-13 11:36:18 +01:00
Vladimír Čunát e955c4315f
Merge #106804: mesa: find prefixed nm when cross compiling 2020-12-13 11:06:17 +01:00
Vladimír Čunát 0e18a48042
dnsperf: 2.3.4 -> 2.4.0
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.4.0
2020-12-13 10:58:08 +01:00
Sandro 0f08fc1dc6
Merge pull request #104455 from expipiplus1/joe-nvidia
nvidia_x11.vulkan_beta: 450.56.11 -> 455.46.01
2020-12-13 09:00:51 +01:00
Jörg Thalheim a91bac97a9
Merge pull request #106797 from marsam/update-tectonic
tectonic: 0.3.0 -> 0.3.3
2020-12-13 07:28:32 +00:00
Sandro 7fdab2fb1c
Merge pull request #101315 from r-burns/ppc64le-boost-segfault
boost: fix segfaults on ppc64
2020-12-13 08:16:16 +01:00
Atemu 01698009ac mesa: find prefixed nm when cross compiling 2020-12-13 08:08:02 +01:00
github-actions[bot] 5a59f5aaa9
Merge staging-next into staging 2020-12-13 06:17:55 +00:00
github-actions[bot] 1f27250952
Merge master into staging-next 2020-12-13 06:17:53 +00:00
Atemu d3113a62b8 nixos/startx: send Xorg log to the default location
This partially reverts bf3d3dd19b.

I don't know why we weren't getting a default logfile back then but Xorg
definitely provides one now ($XDG_DATA_HOME for regular users and /var/log for
root, see `man Xorg`)
2020-12-13 06:15:33 +01:00
Atemu 693a31ab7b nixos/xserver: make logFile configurable
It makes sense for it to be /dev/null for all the displayManagers but startx,
it needs a different logFile configuration.
2020-12-13 06:15:33 +01:00
Atemu a5ea1b6fb3 xorgserver: set log-dir to /var/log instead of the Nix store
Xorg creates the log-dir in its output path because X crashes if it can't write
to its logfile. On a regular distro, this dir would be installed into the root
to prevent that from happening but with Nix, it sits in the read-only Nix store.
Ironically, when Xorg tries to write here, it fails and crashes.

To make Xorg log to /var/log, we have to stop the build script from trying to
create the log-dir as the sandbox doesn't (and shouldn't) have access to /var.

This creates a runtime dependency on /var when running as root but that should
exist on any Linux system (on NixOS, journald always creates /var/log).

Previously, the startx displayManager required some workarounds for logfiles
which are obsolete now.

patchPhase -> postPatch because overriding the patchPhase prevents patches from
being applied
2020-12-13 06:15:32 +01:00
Atemu c72c02ab26 nixos/startx: provide xserverArgs via xserverrc
Fixes #80198
2020-12-13 06:15:32 +01:00
Atemu 338939d464 xinit: use the system xserverrc
Previously it'd try to use the one under its output path which is read-only of
course
2020-12-13 06:15:32 +01:00
Sage 58cb538386
rpcs3: 0.0.8-9300-341fdf7eb -> 0.0.12-10811-a86a3d2fe (#100773)
* rpcs3: 0.0.8-9300-341fdf7eb -> 0.0.12-10811-a86a3d2fe

added neonfuz as maintainer

Co-authored-by: Milan Pässler <milan@petabyte.dev>
2020-12-13 02:16:41 +01:00
github-actions[bot] 11d68e6adb
Merge staging-next into staging 2020-12-13 00:42:45 +00:00
github-actions[bot] 50d3c93092
Merge master into staging-next 2020-12-13 00:42:42 +00:00
Mario Rodas 9452323207
Merge pull request #106782 from EdenEast/up/just
just: 0.7.1 -> 0.8.3
2020-12-12 19:38:11 -05:00
Mario Rodas 708ffc009c
Merge pull request #106651 from r-ryantm/auto-update/cgal
cgal_5: 5.1 -> 5.1.1
2020-12-12 18:42:20 -05:00
Mario Rodas ffbf8e28f8
Merge pull request #106784 from r-ryantm/auto-update/python3.7-genanki
python37Packages.genanki: 0.10.0 -> 0.10.1
2020-12-12 18:42:05 -05:00
Mario Rodas c28d9b51f2
Merge pull request #106588 from r-ryantm/auto-update/liquibase
liquibase: 4.2.1 -> 4.2.2
2020-12-12 18:40:11 -05:00
Robert Helgesson e6781c2a6e
gpsbabel: remove myself as maintainer
I no longer use this package and do not have the time to maintain it.
2020-12-13 00:28:59 +01:00
Robert Helgesson 073352bd49
gpsbabel: use libsForQt5 2020-12-13 00:28:58 +01:00
John Ericson c2c0d57339
Merge pull request #106790 from lopsided98/rustc-host-std
rustc: add host platform to --target when building cross-compiler
2020-12-12 17:27:56 -05:00
Thomas Tuegel e846a15386
kded: add gsettings-desktop-schemas to wrapper 2020-12-12 16:07:19 -06:00
Thomas Tuegel 58fd813daf
nixos/plasma5: install kirigami2 for SDDM theme 2020-12-12 16:07:19 -06:00
Thomas Tuegel 2cc1011be1
kwindowsystem: use versionOlder 2020-12-12 16:07:18 -06:00
Thomas Tuegel 262f666092
kwindowsystem: update platform plugins path patch 2020-12-12 16:07:18 -06:00
Thomas Tuegel 473fb9246a
discover: broken with Qt < 5.15 2020-12-12 16:07:12 -06:00