summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nvidiabl
Commit message (Collapse)AuthorAge
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* nvidiabl: 2017-09-26 -> 2020-10-01Yorick van Pelt2020-10-10
| | | | Fixes build on linux >= 5.7
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* nvidiabl: 0.87 -> 2017-09-26Nikolay Amiantov2018-03-15
| | | | | | Fix build on newer kernels. Fixes #36356. Thanks to yorickvP for suggestions and maintainership.
* nvidiabl: mark as broken on kernels >4.4Joachim Fasting2017-03-02
| | | | All builds on kernels >4.4 fail.
* nvidiabl: 0.85 -> 0.87Joachim Fasting2017-03-02
|
* linuxPackages.nvidiabl: disable pic hardeningFranz Pletz2016-08-13
|
* Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III2015-11-14
| | | | | | This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
* Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra2015-10-06
| | | | | | | | This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
* nvidiabl: fix for kernel >= 4 (close #10174)Renzo Carbonara2015-10-02
|
* nvidiabl: fix for other kernel versions than currentYorick van Pelt2015-03-18
| | | | | It was using the version of currently *running* kernel (impurely). Close #6869.
* Now properly add nvidiabl.Rob Vermaas2014-03-07