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 |
|
Yorick van Pelt
|
f491c18c67
|
nvidiabl: 2017-09-26 -> 2020-10-01
Fixes build on linux >= 5.7
|
2020-10-10 18:29:02 -07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Nikolay Amiantov
|
7cf6df8903
|
nvidiabl: 0.87 -> 2017-09-26
Fix build on newer kernels. Fixes #36356.
Thanks to yorickvP for suggestions and maintainership.
|
2018-03-15 17:15:57 +03:00 |
|
Joachim Fasting
|
c5785dc3eb
|
nvidiabl: mark as broken on kernels >4.4
All builds on kernels >4.4 fail.
|
2017-03-02 16:11:42 +01:00 |
|
Joachim Fasting
|
499f813ae8
|
nvidiabl: 0.85 -> 0.87
|
2017-03-02 16:11:18 +01:00 |
|
Franz Pletz
|
5103e70a37
|
linuxPackages.nvidiabl: disable pic hardening
|
2016-08-13 16:44:39 +02:00 |
|
William A. Kennington III
|
6602f49495
|
Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""
This reverts commit 741bf840da .
This reverts the fallout from reverting the major changes.
|
2015-11-14 12:32:51 -08:00 |
|
Eelco Dolstra
|
741bf840da
|
Revert "Merge pull request #9543 from NixOS/staging.post-15.06"
This reverts commit f61176c539 , reversing
changes made to a27ca029ee .
Conflicts:
pkgs/development/libraries/ncurses/default.nix
|
2015-10-06 15:24:20 +02:00 |
|
Renzo Carbonara
|
4902ec1c78
|
nvidiabl: fix for kernel >= 4 (close #10174)
|
2015-10-02 12:31:37 +02:00 |
|
Yorick van Pelt
|
a2dc00c177
|
nvidiabl: fix for other kernel versions than current
It was using the version of currently *running* kernel (impurely).
Close #6869.
|
2015-03-18 10:48:45 +01:00 |
|
Rob Vermaas
|
7047235acb
|
Now properly add nvidiabl.
|
2014-03-07 16:08:38 +01:00 |
|