Commit Graph

258479 Commits

Author SHA1 Message Date
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
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
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
Mario Rodas
8f546be8e2
Merge pull request #106557 from r-ryantm/auto-update/compactor
compactor: 1.0.0 -> 1.1.0
2020-12-12 16:49:30 -05:00
markuskowa
889638221c
Merge pull request #106614 from r-ryantm/auto-update/pmix
pmix: 3.2.1 -> 3.2.2
2020-12-12 22:46:22 +01:00
Mario Rodas
4311e91e98
Merge pull request #106610 from r-ryantm/auto-update/oneDNN
oneDNN: 1.7 -> 2.0
2020-12-12 16:46:05 -05:00
Mario Rodas
9e2365e56a
Merge pull request #106627 from r-ryantm/auto-update/thanos
thanos: 0.17.1 -> 0.17.2
2020-12-12 16:43:09 -05:00
Mario Rodas
30f46dcb85
Merge pull request #106620 from r-ryantm/auto-update/skaffold
skaffold: 1.17.1 -> 1.17.2
2020-12-12 16:42:40 -05:00
Mario Rodas
7fe0077fbb
Merge pull request #106637 from r-ryantm/auto-update/aspell-dict-en
aspellDicts.en: 2019.10.06-0 -> 2020.12.07-0
2020-12-12 16:41:21 -05:00
Mario Rodas
4d902a7013
Merge pull request #106702 from r-ryantm/auto-update/jruby
jruby: 9.2.13.0 -> 9.2.14.0
2020-12-12 16:39:09 -05:00
Mario Rodas
d1ed7412b0
Merge pull request #106656 from r-ryantm/auto-update/dehydrated
dehydrated: 0.6.5 -> 0.7.0
2020-12-12 16:38:16 -05:00
Mario Rodas
b8dbd2c493
Merge pull request #106664 from r-ryantm/auto-update/eksctl
eksctl: 0.33.0 -> 0.34.0
2020-12-12 16:36:53 -05:00