summary refs log tree commit diff
path: root/pkgs/os-specific/linux/phc-intel
Commit message (Collapse)AuthorAge
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* linuxPackages_4_18.phc-intel: brokenAlyssa Ross2018-08-21
|
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* linuxPackages.phc-intel: 0.4.0-rev24 -> 0.4.0-rev25Piotr Bogdan2018-03-28
|
* linuxPackages.phc-intel: fix build with linux-4.14Andreas Rammhold2018-01-19
|
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* linuxPackages.phc-intel: Only works on x86Tuomas Tynkkynen2017-12-05
| | | | https://hydra.nixos.org/build/65227029
* linuxPackages.phc-intel: remove use of features.grsecurityJoachim Fasting2017-05-21
| | | | | I believe this is the final reference to features.grsecurity. See also e6c65ecb12c58cfa043d9cfa6db31b9920603588
* phc-intel: 0.4.0-rev22 -> 0.4.0-rev24Tobias Geerinckx-Rice2017-03-01
| | | | Fixes Hydra failures on kernel >= 4.10 by only supporting kernel >= 4.10.
* phc-intel: 0.4.0rev19 -> 0.4.0rev22Shea Levy2016-09-02
| | | | Fixes build on linux 4.7
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* linuxPackages.phc-intel: turn off pic hardeningRobin Gloster2016-02-12
|
* More version attribute tidying where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
|
* phc-intel: fix installation dirNikolay Amiantov2015-12-17
|
* linuxPackages.phc-intel: 0.4.0-rev{18 -> 19}Tobias Geerinckx-Rice2015-12-15
| | | | | | Fixes #11733. Minimum Linux kernel version is now 4.3.x.
* phc-intel: 0.4.0-rev{17 -> 18} for Linux 4.2Tobias Geerinckx-Rice2015-08-31
| | | | Fix build failure: http://hydra.nixos.org/build/25314451/nixlog/1
* Remove unnecessary rec{s from "my" packagesTobias Geerinckx-Rice2015-07-31
|
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* phc-intel: don't try to build on _grsec kernelsTobias Geerinckx-Rice2015-05-09
| | | | It will fail.
* Add phc-intel: undervolt Intel CPUs under LinuxTobias Geerinckx-Rice2015-05-09