Commit graph

18 commits

Author SHA1 Message Date
fortuneteller2k 9d57d41c17 linuxPackages.ena: 2.4.1 -> 2.5.0 2021-05-19 12:48:30 +08:00
Robert T. McGibbon 81e2319c1e kernelPackages.ena: 2.3.0 -> 2.4.1 2021-02-17 10:19:23 -05:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Peter Hoeg 85298db412 kernelPackages.ena: 2.2.11 -> 2.3.0 2020-12-18 10:24:12 +08:00
Tim Steinbach 1687c719f8 ena: 2.2.7 -> 2.2.11 2020-10-05 12:38:43 -07:00
Peter Hoeg ac3e909685 kernelPackages.ena: 2.1.2 -> 2.2.7 2020-05-18 10:29:57 +08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
danbst 4522648d0e linuxPackages/ena: 2.0.2 -> 2.1.2
Unbreak for newer kernels.
2019-08-15 10:10:25 +03:00
Samuel Dionne-Riel 7093970e1d linuxPackages.ena: 1.5.2 -> 2.0.2 2018-12-26 11:03:10 +00:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Piotr Bogdan b353ff944a linuxPackages.ena: 1.5.0 -> 1.5.2 2018-03-27 22:28:58 +01:00
Jörg Thalheim 91f03e6b19 linuxPackages.ena: 1.2.0 -> 1.5.0; fix build dependencies 2018-01-05 10:02:25 +01:00
Jörg Thalheim 44f93731d6 linux_chromiumos_3_18: remove kernel due lack of maintainer/breakage
There is no maintainer for this package, probably not many users.
It requires effort to fix all third-party modules for this old kernel
versions. It might contain unpatched security holes.

For Pixel chromebooks, we have the samus-kernel.
Apart from that https://github.com/GalliumOS/linux might be a good choice.
2017-09-05 14:42:23 +02:00
Tim Steinbach be17a1c525
ena: 20160629 -> 1.2.0 2017-08-28 16:45:48 -04:00
Domen Kožar d199d5041a ena: mark as broken on chromiumos
(cherry picked from commit bc06f19efb9a13a2b3fafbdc2ce35427e64c9402)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-21 12:04:17 +02:00
Robin Gloster 6a04de991c
linuxPackages_3_12.ena: fix build 2016-08-29 16:35:13 +00:00
Robin Gloster 0f274be2fd linuxPackages.ena: disable pic 2016-08-13 10:12:07 +00:00
Eelco Dolstra 8710672225 ena: Init at 20160629
This adds the Amazon Elastic Network Adapter kernel module required by
EC2 x1.* instances.
2016-07-11 14:32:18 +02:00