2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-17 19:23:50 +00:00
Commit Graph

10068 Commits

Author SHA1 Message Date
Matthew Bauer
4202715c58
Merge pull request from luaduck/rpi4-firmware
raspberrypi-firmware: Update version to 1.20190620+1
2019-08-14 10:22:22 -04:00
Frederik Rietdijk
8d56f2472e Merge master into staging-next 2019-08-14 13:45:54 +02:00
Jörg Thalheim
4f835fb2de
Merge pull request from singron/config-whitespace
kernel generate-config.pl: Allow whitespace in values
2019-08-14 07:21:59 +01:00
Matthew Bauer
d9eeb35588
Merge pull request from lopsided98/zfs-cross
zfs: fix kernel module cross-compile
2019-08-13 21:54:31 -04:00
Marek Mahut
72c55dda97
Merge pull request from dtzWill/update/evdi-1.6.2
evdi: 1.6.1 -> 1.6.2
2019-08-13 19:50:53 +02:00
Jan Tojnar
bb4a33ec91
ofono: init at 1.30 ()
ofono: init at 1.30
2019-08-13 15:56:52 +02:00
Jan Tojnar
1dbc0be5b7
iwd: 0.18 → 0.19
fix build with ell 0.21
2019-08-13 15:37:16 +02:00
Jan Tojnar
bd3a54b222
ell: 0.20 -> 0.21 2019-08-13 15:37:15 +02:00
Jan Tojnar
4f7f9701ae
ell: run tests
Also add multiple outputs and some other details
2019-08-13 15:37:15 +02:00
Eric Culp
92cc949f9f kernel generate-config.pl: Allow whitespace in values
In particular, this allows setting CONFIG_CMDLINE to a value with
multiple space-seperated parameters. Other variables also take free-form
strings and might similarly benefit.
2019-08-12 12:10:43 -07:00
Charles Duffy
9d151f1b7b
sysdig: 0.26.1 -> 0.26.2 2019-08-12 06:24:11 -05:00
Tim Steinbach
dbfea916f8
linux: 4.9.188 -> 4.9.189 2019-08-11 09:41:31 -04:00
Tim Steinbach
6710232309
linux: 4.4.188 -> 4.4.189 2019-08-11 09:40:55 -04:00
Matthew Bauer
4557b9f1f5
Merge pull request from takeda/busybox
busybox: apply clang-cross patch when host is different than build system.
2019-08-10 20:18:18 -04:00
Marek Mahut
85147685a3
Merge pull request from primeos/iw
iw: 5.0.1 -> 5.3
2019-08-10 22:44:42 +02:00
Silvan Mosberger
cf2a158730
nixos/beegfs: mark as broken ()
nixos/beegfs: mark as broken
2019-08-10 18:59:51 +02:00
worldofpeace
2eaef474f2
Merge pull request from worldofpeace/test-reorganize
Reorganize GNOME tests, re-enable LightDM for release-combined
2019-08-10 11:23:57 -04:00
Michael Weiss
4b0b2579df
iw: 5.0.1 -> 5.3 2019-08-10 16:49:19 +02:00
Tim Steinbach
2da00ae7b4
linux: 5.2.7 -> 5.2.8 2019-08-10 09:28:28 -04:00
Tim Steinbach
c0dbb5cf22
linux: 4.19.65 -> 4.19.66 2019-08-10 09:28:28 -04:00
Tim Steinbach
933caf635a
linux: 4.14.137 -> 4.14.138 2019-08-10 09:28:25 -04:00
Mario Rodas
65b29b4ec3
Merge pull request from r-ryantm/auto-update/lxc
lxc: 3.1.0 -> 3.2.1
2019-08-10 05:04:52 -05:00
Mario Rodas
a407b31bdb
Merge pull request from r-ryantm/auto-update/lxcfs
lxcfs: 3.0.4 -> 3.1.2
2019-08-10 05:03:20 -05:00
markuskowa
732c1671f5
Merge pull request from markuskowa/upd-rdma
rdma-core: 24.0 -> 25.0
2019-08-10 11:55:17 +02:00
Derek Kulinski
7e7e26e9b1 busybox: apply clang-cross patch when host is different than build system.
It looks like the original comparrision was incorrect:
host platform - system on which the binary will run
target platform - system for which compiler generates code
                  (used with compilers)
build platform - system on which the build is invoked

see: https://nixos.org/nixpkgs/manual/#sec-cross-platform-parameters

This change allows to cross compile busybox on OS X
2019-08-09 22:49:23 -07:00
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 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 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 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 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 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 ()
See  for more details and some discussion.
Fix .

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
Bas van Dijk
1ff227a979
Merge pull request from basvandijk/trace-cmd-and-kernelshark
kernelshark: init at 0.9.8 & trace-cmd: 2.6 -> 2.8.3
2019-07-28 11:33:17 +02:00
Frederik Rietdijk
cca5ee9c07 Merge staging-next into staging 2019-07-28 09:10:03 +02:00
Bas van Dijk
c9c895062f trace-cmd/kernelshark: downgrade to the trace-cmd-stable-v2.8 branch 2019-07-27 20:33:33 +02:00
Bas van Dijk
7803c04c7c kernelshark: 0.9.8-f97e28a -> 1.0.0 2019-07-27 20:02:58 +02:00
Tim Steinbach
2295a3c46d
linux: 5.2.2 -> 5.2.3 2019-07-26 09:10:28 -04:00
Tim Steinbach
f2449fd184
linux: 5.1.19 -> 5.1.20 2019-07-26 09:07:08 -04:00
Tim Steinbach
5aa00520af
linux: 4.19.60 -> 4.19.61 2019-07-26 09:06:58 -04:00
Frederik Rietdijk
0f6bda38fe Merge staging-next into staging 2019-07-26 14:45:31 +02:00
Will Dietz
ade72d9110
fwts: 19.06.00 -> 19.07.00 2019-07-25 23:38:42 -05:00
Bas van Dijk
d9e3118ab0 kernelshark: remove doxygen and graphviz because they aren't used 2019-07-25 22:17:43 +02:00
Bas van Dijk
585de35cd6 kernelshark: install documentation 2019-07-25 22:13:17 +02:00
Bas van Dijk
4542cca0b2 trace-cmd: 2.8-0c957d2 -> 2.9-dev-1517dc3 2019-07-25 21:36:09 +02:00
Bas van Dijk
d1466e7006 trace-cmd: 2.8-c8d9e1a -> 2.8-0c957d2 2019-07-25 21:36:09 +02:00
Bas van Dijk
fa5a346244 kernelshark: init at 0.9.8-c8d9e1a 2019-07-25 21:36:09 +02:00
Bas van Dijk
a9b4881f94 trace-cmd: 2.6 -> 2.8-c8d9e1a 2019-07-25 21:36:09 +02:00
Frederik Rietdijk
dcea5637d8
Merge pull request from NixOS/staging-next
Staging next
2019-07-25 15:48:30 +02:00
WilliButz
f149bfe82a
Merge pull request from mayflower/checksec-2.0.1
checksec: 1.5 -> 2.0.1
2019-07-25 14:17:33 +02:00
Frederik Rietdijk
34eebf6844 Merge master into staging-next 2019-07-25 11:52:18 +02:00
Orivej Desh
32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
Robin Gloster
a6ddcd45da
checksec: 1.5 -> 2.0.1 2019-07-24 21:26:13 +02:00
Aaron Andersen
3d1905e3f5 linux/kernel: enable automatic cpu hotplug support 2019-07-23 06:23:56 -04:00
Ben Wolsieffer
27e830fff9 zfs: fix cross compilation 2019-07-22 19:09:57 -04:00
Ben Wolsieffer
a0dcccc67a nfs-utils: fix cross compilation 2019-07-22 19:09:57 -04:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Frederik Rietdijk
db6c38a075 Merge master into staging-next 2019-07-22 14:15:32 +02:00