1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-05-02 11:17:02 +00:00
Commit graph

10815 commits

Author SHA1 Message Date
Matthieu Coudron
31c3a53dc3 Conditionally include nvidia modules 2019-08-10 02:28:12 +09:00
Matthieu Coudron
4e30a2852c Addressing review 2019-08-10 02:27:53 +09:00
Matthieu Coudron
2da1ad60a8 boot.kernelPackages: check for conflicts
It's currently possible to set conflicting `boot.kernelPackages` several times
which can prove confusing.
This is an attempt to warn for this.
2019-08-10 02:27:52 +09:00
Frederik Rietdijk
9bd78cb048 Merge master into staging-next 2019-08-09 14:00:27 +02:00
Markus Kowalewski
d56800fb37
beegfs: mark as broken 2019-08-09 13:51:22 +02:00
Markus Kowalewski
9c22baeeed
rdma-core: 24.0 -> 25.0 2019-08-09 13:36:53 +02:00
Marek Mahut
380b127658
Merge pull request #65405 from dtzWill/update/fwts-19.07.00
fwts: 19.06.00 -> 19.07.00
2019-08-09 10:27:59 +02:00
worldofpeace
441f2525ba fwupd: correct aarch64 support 2019-08-07 15:49:47 -04:00
Bjørn Forsman
f6763cc130 v4l-utils: use qt5's mkDerivation
Fixes

  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 https://github.com/NixOS/nixpkgs/issues/65399
2019-08-07 20:40:08 +02:00
Tim Steinbach
2082dbd9dc
linux: 5.2.6 -> 5.2.7 2019-08-07 09:32:11 -04:00
Tim Steinbach
16cc4483b4
linux: 4.9.187 -> 4.9.188 2019-08-07 09:32:11 -04:00
Tim Steinbach
046a1aac01
linux: 4.4.187 -> 4.4.188 2019-08-07 09:32:11 -04:00
Tim Steinbach
5a6c5a819b
linux: 4.19.64 -> 4.19.65 2019-08-07 09:32:11 -04:00
Tim Steinbach
636cef2f03
linux: 4.14.136 -> 4.14.137 2019-08-07 09:32:10 -04:00
Kai Wohlfahrt
766e0958b3 device-tree_rpi: fixup dtb names
This is just as messy as it is for the kernel files. Maybe it should be
done in the uboot boot-loader?
2019-08-07 13:51:22 +01:00
Kai Wohlfahrt
28cf80acf8 nixos/hardware.deviceTree: Move things around
In response to comments, create a sub-folder for deviceTree packages
(starting with rpi), and a top-level package for helpers.
2019-08-07 13:51:22 +01:00
Kai Wohlfahrt
dd0a951279 nixos/hardware.deviceTree: new module
Add support for custom device-tree files, and applying overlays to them.
This is useful for supporting non-discoverable hardware, such as sensors
attached to GPIO pins on a Raspberry Pi.
2019-08-07 13:51:22 +01:00
Dominik Xaver Hörl
40970f1096 wpa_supplicant/gui: fix qt wrapping
Import mkDerivation explicitly instead of using stdenv.mkDerivation, to
allow proper wrapping.
2019-08-07 11:59:35 +02:00
worldofpeace
c91f36234c
Merge pull request #65825 from worldofpeace/fwupd-fix-patch
fwupd: wrap programs needed in PATH
2019-08-05 16:27:10 -04:00
Marek Mahut
236b442811
Merge pull request #66016 from r-ryantm/auto-update/pagemon
pagemon: 0.01.15 -> 0.01.16
2019-08-05 19:51:12 +02:00
R. RyanTM
775fd25a47 pagemon: 0.01.15 -> 0.01.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pagemon/versions
2019-08-04 22:42:01 -07:00
Tim Steinbach
d95b118554
linux: 5.2.5 -> 5.2.6 2019-08-04 22:01:06 -04:00
Tim Steinbach
b99e948483
linux: 4.9.186 -> 4.9.187 2019-08-04 22:00:34 -04:00
Tim Steinbach
aa2522f586
linux: 4.4.186 -> 4.4.187 2019-08-04 21:59:46 -04:00
Tim Steinbach
08f910a5ea
linux: 4.19.63 -> 4.19.64 2019-08-04 21:59:07 -04:00
Tim Steinbach
2669e51dcc
linux: 4.14.135 -> 4.14.136 2019-08-04 21:58:15 -04:00
R. RyanTM
0c59b228c5 lxc: 3.1.0 -> 3.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lxc/versions
2019-08-04 14:53:33 -07:00
R. RyanTM
ba737f68a1 lxcfs: 3.0.4 -> 3.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lxcfs/versions
2019-08-04 12:28:06 -07:00
R. RyanTM
7fd109e23f ipset: 7.2 -> 7.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipset/versions
2019-08-05 00:10:10 +09:00
R. RyanTM
1f2189861c batctl: 2019.2 -> 2019.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/batctl/versions
2019-08-03 15:51:13 -07:00
worldofpeace
f45a34ad06 fwupd: wrap programs needed in PATH 2019-08-03 09:40:20 -04:00
Frederik Rietdijk
7560e2d64f
Merge pull request #65376 from abbradar/mdadm-upstream
Use upstream units for mdadm
2019-08-03 08:06:07 +02:00
Frederik Rietdijk
55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Nikolay Amiantov
b9b27912ce mdadm: install systemd units 2019-08-01 00:55:35 +03:00
Nikolay Amiantov
88d5b40d40 mdadm: use absolute paths
We also correct paths in udev rules. This is cleaner and allows for less
unexpected behaviour. We still check for self-references, however we do
it manually now and only for binaries as udev rules can have them.
Rather, we patch them out during initrd generation now.
2019-08-01 00:55:35 +03:00
Nikolay Amiantov
cc9fb5f015 systemd: update revision 2019-08-01 00:55:35 +03:00
Herwig Hochleitner
840e16b1a9 anbox-modules: 2018-09-08 -> 2019-07-13 2019-07-31 16:55:43 +02:00
Herwig Hochleitner
94f412e254 anbox: fix build
see https://github.com/anbox/anbox/issues/1124
2019-07-31 16:54:12 +02:00
Dmitry Kalinkin
3c9cea7482
Merge pull request #65575 from eadwu/nvidia_x11/2019-07-29
nvidia_x11: 2019-07-29
2019-07-31 09:57:02 -04:00
Tim Steinbach
9d8e811db9
linux: 5.2.4 -> 5.2.5 2019-07-31 09:25:19 -04:00
Tim Steinbach
6f62842a92
linux: 4.19.62 -> 4.19.63 2019-07-31 09:25:19 -04:00
Tim Steinbach
b50dd12214
linux: 4.14.134 -> 4.14.135 2019-07-31 09:25:16 -04:00
Michael Weiss
63f93407b9
lsb-release: Fix/replace with a custom Bash script (#64258)
See #64258 for more details and some discussion.
Fix #22729.

tl;dr: This fixes the behaviour at run-time but uses "n/a" defaults
inside the Nix build sandbox (build-time).

There might still be a few minor regressions, we might have to tweak
the behaviour over time (e.g. the implementation from Debian also
differs from the original version), and we could refactor the script,
but it should work well enough for now.
2019-07-31 00:20:00 +02:00
Edmund Wu
e4473e94d4
nvidia_x11: 430.34 -> 430.40 2019-07-30 09:48:58 -04:00
Edmund Wu
615b4a9444
nvidia_x11_legacy390: 390.116 -> 390.129 2019-07-30 09:48:57 -04:00
Daniel Schaefer
05f8fe7ed2 udisks: 2.8.2 -> 2.8.4
https://github.com/storaged-project/udisks/releases/tag/udisks-2.8.3
https://github.com/storaged-project/udisks/releases/tag/udisks-2.8.4
2019-07-30 13:01:04 +02:00
Tim Steinbach
d3433f71a9
linux: 5.2.3 -> 5.2.4 2019-07-28 11:53:14 -04:00
Tim Steinbach
709c2386aa
linux: 5.1.20 -> 5.1.21 2019-07-28 11:52:44 -04:00
Tim Steinbach
620adb5638
linux: 4.19.61 -> 4.19.62 2019-07-28 11:51:59 -04:00
Frederik Rietdijk
cb3ce5d26d Merge master into staging-next 2019-07-28 12:11:37 +02:00