Commit graph

10732 commits

Author SHA1 Message Date
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Frederik Rietdijk 8d56f2472e Merge master into staging-next 2019-08-14 13:45:54 +02:00
Jörg Thalheim 4f835fb2de
Merge pull request #66538 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 #65490 from lopsided98/zfs-cross
zfs: fix kernel module cross-compile
2019-08-13 21:54:31 -04:00
Marek Mahut 72c55dda97
Merge pull request #64492 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 (#66565)
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 #66419 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 #66442 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 (#66352)
nixos/beegfs: mark as broken
2019-08-10 18:59:51 +02:00
worldofpeace 2eaef474f2
Merge pull request #66236 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 #65988 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 #65974 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 #66380 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
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
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