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
Gabriel Ebner
fa0c914322
vieb: init at 3.1.0
2020-12-13 15:48:30 +01:00
R. RyanTM
03504303a7
gallery-dl: 1.15.4 -> 1.16.0
2020-12-13 14:37:58 +00:00
Bart Brouns
ef5e90f6e3
MMA: 20.02 -> 20.12
2020-12-13 14:07:45 +01:00
Ben Siraphob
71a7249a48
doc/stdenv/cross-compilation: convert to markdown
2020-12-13 19:49:39 +07:00
Gabriel Ebner
b184f8f883
mkYarnPackage: allow overriding version
2020-12-13 13:42:56 +01: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
Nikolay Korotkiy
7b80f669f9
saga: 7.8.1 → 7.8.2
2020-12-13 12:40:45 +03:00
Nikolay Korotkiy
625f36b2a2
qvge: 0.6.1 → 0.6.2
2020-12-13 12:10:10 +03: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
Atemu
46224b1e19
cifs-utils: don't check for AC_FUNC_MALLOC when cross compiling
...
Produces "undefined reference to "rpl_malloc"" and fails the build
Apparently it's a runtime check (https://github.com/LLNL/ior/issues/4 )
2020-12-13 07:59:06 +01:00
Atemu
b991ae0e28
nfs-utils: pass native rpcsvc-proto to configureFlag
...
It was passing in the targetPlatform's rpcgen binary which exec format errors of
course
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
2020-12-13 07:57:18 +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 bf3d3dd19b48c432dd83aa0385b47dbe84aa647b.
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
Mario Rodas
fa9d40263e
git-lfs: 2.12.1 -> 2.13.1
...
https://github.com/git-lfs/git-lfs/releases/tag/v2.13.1
2020-12-13 04:20:00 +00:00
R. RyanTM
9d8b218d00
iosevka-bin: 4.0.2 -> 4.0.3
2020-12-13 03:05:23 +00: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
R. RyanTM
418069487e
python37Packages.pytorch-metric-learning: 0.9.94 -> 0.9.95
2020-12-12 22:24:49 +00: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