1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

16036 commits

Author SHA1 Message Date
David Wood fec3877c15
wooting-udev-rules: add Lekker Edition rules (#124380)
* wooting-udev-rules: add Lekker Edition rules

Signed-off-by: David Wood <david.wood@codeplay.com>

* use dontunpack

Co-authored-by: Artturi <Artturin@artturin.com>
2021-08-21 19:51:12 +02:00
Sandro b2573f352e
Merge pull request #134578 from smancill/phase-hooks-use-strings
treewide: ensure pre/post phase hooks are strings
2021-08-21 14:49:30 +02:00
Sandro 52c4168699
Merge pull request #122463 from kittywitch/libreelec-dvb-firmware
libreelec-dvb-firmware: init at 1.4.2
2021-08-21 02:23:00 +02:00
Sebastián Mancilla 8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
ajs124 1d87f9866c
Merge pull request #134959 from helsinki-systems/upd/nftables
nftables: 0.9.9 -> 1.0.0
2021-08-21 00:34:58 +02:00
Sandro 0b3c8dcc3c
Merge pull request #134883 from delroth/restool-lsdk-20.12 2021-08-20 23:49:03 +02:00
Sandro 78566493e8
Merge pull request #126614 from jonringer/nixos-rebuild-prefer-localhost
nixos-rebuild: default buildHost to localhost
2021-08-20 22:33:22 +02:00
Shea Levy 60bbcc0a42
Merge branch 'auto-update/system76-firmware' of https://github.com/r-ryantm/nixpkgs 2021-08-20 13:54:22 -04:00
ajs124 e59a984427 nftables: 0.9.9 -> 1.0.0
https://lore.kernel.org/netdev/20210819173626.GA1776@salvia/T/
2021-08-20 16:36:08 +02:00
Sandro 8f1ed2363d
Merge pull request #134842 from r-ryantm/auto-update/tuigreet
greetd.tuigreet: 0.5.0 -> 0.6.1
2021-08-20 16:15:23 +02:00
Maximilian Bosch 40f2f48fbf
Merge pull request #134692 from TredwellGit/linux
Kernels 2021-08-18
2021-08-20 14:08:44 +02:00
R. RyanTM 786f825bb0 system76-firmware: 1.0.24 -> 1.0.28 2021-08-19 21:58:54 +00:00
Pierre Bourdon 1fedcb8f9c
restool: init at 20.12 2021-08-19 23:15:34 +02:00
Bernardo Meurer 76053104ea
Merge pull request #134818 from L-as/v4l2loopback
v4l2loopback: Fix issue with buildEnv using bin output
2021-08-19 20:18:39 +00:00
R. RyanTM 470c8212ba greetd.tuigreet: 0.5.0 -> 0.6.1 2021-08-19 18:43:02 +00:00
Sandro be000ad8e3
Merge pull request #134648 from ymatsiuk/firmware
firmwareLinuxNonfree: 2021-07-16 -> 2021-08-18
2021-08-19 19:33:22 +02:00
Las Safin d8c9c038e6
v4l2loopback: Fix issue with buildEnv using bin output
See https://github.com/NixOS/nixpkgs/pull/134311#issuecomment-901952544
2021-08-19 15:24:49 +00:00
Jörg Thalheim de5b6e117d
Merge pull request #134708 from Mic92/zen
linuxPackages_zen: 5.13.9-zen1 -> 5.13.10-zen1
2021-08-19 09:17:44 +01:00
John Ericson 221ca6f2ff
Merge pull request #134463 from Ericson2314/stdenv-adapter-latebind
stdenv: Fix overriding + `overrideAttrs`
2021-08-18 19:01:54 -04:00
Bernardo Meurer f38c807c61
linux_xanmod: 5.13.11 -> 5.13.12 2021-08-18 13:41:14 -07:00
Jörg Thalheim e4db1c8847 linux_zen: add update script 2021-08-18 22:24:28 +02:00
Jörg Thalheim 27edf4ccb4 linuxPackages_zen: 5.13.9 -> 5.13.10-zen1 2021-08-18 22:24:15 +02:00
TredwellGit 4512ae3044 linux_latest-libre: 18210 -> 18239 2021-08-18 18:46:49 +00:00
TredwellGit 10472677e1 linux-rt_5_10: 5.10.56-rt48 -> 5.10.56-rt49 2021-08-18 18:46:34 +00:00
TredwellGit 0055f78736 linux: 5.4.139 -> 5.4.142 2021-08-18 18:46:00 +00:00
TredwellGit 7ff40c8d9e linux: 5.13.11 -> 5.13.12 2021-08-18 18:45:51 +00:00
TredwellGit ab311a8b25 linux: 5.10.57 -> 5.10.60 2021-08-18 18:45:43 +00:00
TredwellGit b7a564432b linux: 4.19.202 -> 4.19.204 2021-08-18 18:45:35 +00:00
TredwellGit 2b71c4caac linux: 4.14.243 -> 4.14.244 2021-08-18 18:45:26 +00:00
github-actions[bot] 57cedea2a2
Merge master into staging-next 2021-08-18 18:01:03 +00:00
John Ericson f110a182a6 stdenv: Fix overriding + overrideAttrs
The old stdenv adapters were subtly wrong in two ways:

 - `overrideAttrs` leaked the original, unoverridden `mkDerivation`.

 - `stdenv.override` would throw away any manually-set `mkDerivation`
   from a stdenv reverting to the original.

Now, `mkDerivation` is controlled (nearly directly) via an argument, and
always correctly closes over the final ("self") stdenv. This means the
adapters can work entirely via `.override` without any manual `stdenv //
...`, and both those issues are fixed.

Note hashes are changed, because stdenvs no previously overridden like
`stdenvNoCC` and `crossLibcStdenv` now are. I had to add some
`dontDisableStatic = true` accordingly. The flip side however is that
since the overrides compose, we no longer need to override anything but
the default `stdenv` from which all the others are created.
2021-08-18 17:22:50 +00:00
Ryan Mulligan 624cd3fc41
Merge pull request #134431 from r-ryantm/auto-update/pcm
pcm: 202101 -> 202107
2021-08-18 06:11:41 -07:00
Yurii Matsiuk 3239c7bc8d
firmwareLinuxNonfree: 2021-07-16 -> 2021-08-18 2021-08-18 14:28:40 +02:00
github-actions[bot] 90d220f41f
Merge master into staging-next 2021-08-18 12:01:14 +00:00
Jörg Thalheim c00ca66d7a
Merge pull request #134266 from jbcrail/linuxPackages.ply-2.1.1
linuxPackages.ply: 1.0.beta1-9e810b1 -> 2.1.1
2021-08-18 10:33:46 +01:00
github-actions[bot] 0c06e9acec
Merge master into staging-next 2021-08-18 06:01:31 +00:00
Joseph Crail 637bb5d085 Update package version to fix build
The build for the 2.1.1 release is broken, so I updated the packge
version to use the newer commits to fix the build.
2021-08-17 22:42:58 -07:00
Joseph Crail cebb663086 Clarify specific GPL license 2021-08-17 22:42:23 -07:00
Joseph Crail a07505d518 Reverse conditional in meta.broken 2021-08-17 22:41:30 -07:00
Ben Siraphob 8098d8f4cf
Merge pull request #134554 from SuperSandro2000/usbutils
usbutils: switch to pname + version
2021-08-17 21:03:56 -05:00
github-actions[bot] 893d6605ee
Merge master into staging-next 2021-08-18 00:01:24 +00:00
Ryan Mulligan 0944088287
Merge pull request #134485 from r-ryantm/auto-update/uclibc-ng
uclibc: 1.0.37 -> 1.0.38
2021-08-17 16:49:06 -07:00
Sandro Jäckel 919ee68433
usbutils: switch to pname + version 2021-08-18 00:28:01 +02:00
Timothy DeHerrera 1594c64eac
Merge pull request #134482 from r-ryantm/auto-update/usbutils
usbutils: 013 -> 014
2021-08-17 14:47:56 -06:00
R. RyanTM 925fc9c700 uclibc: 1.0.37 -> 1.0.38 2021-08-17 16:41:55 +00:00
R. RyanTM e5b2a40a76 usbutils: 013 -> 014 2021-08-17 16:25:26 +00:00
R. RyanTM 4106550c20 pcm: 202101 -> 202107 2021-08-17 12:18:43 +00:00
Joseph Crail bcb2def465 Switch to version tag for package revision 2021-08-16 23:11:22 -07:00
Joseph Crail 594d0501b6 Assign assertion to meta.broken 2021-08-16 23:08:35 -07:00
github-actions[bot] b05ec1fedd
Merge master into staging-next 2021-08-17 06:01:21 +00:00