R. RyanTM
|
d1468d9531
|
phoronix-test-suite: 10.0.1 -> 10.2.0
|
2021-01-20 21:09:08 +00:00 |
|
Ben Siraphob
|
8c5d37129f
|
pkgs/tools: stdenv.lib -> lib
|
2021-01-15 17:12:36 +07: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 |
|
R. RyanTM
|
834e2ae646
|
phoronix-test-suite: 9.8.0 -> 10.0.1
|
2020-11-04 05:42:52 +00:00 |
|
R. RyanTM
|
7a95d9c849
|
phoronix-test-suite: 9.6.1 -> 9.8.0
|
2020-07-14 02:51:10 +00:00 |
|
R. RyanTM
|
d0f93d0515
|
phoronix-test-suite: 9.6.0 -> 9.6.1
|
2020-06-11 01:02:08 +00:00 |
|
R. RyanTM
|
f78844acb4
|
phoronix-test-suite: 9.4.1 -> 9.6.0
|
2020-05-07 11:26:23 -07:00 |
|
Rok Garbas
|
0dfdfc263d
|
Merge pull request #75117 from davidak/phoronix-test-suite-tests
phoronix-test-suite: add tests
|
2020-04-24 22:21:39 +02:00 |
|
R. RyanTM
|
6609c367ee
|
phoronix-test-suite: 9.4.0 -> 9.4.1
|
2020-03-07 04:42:46 +00:00 |
|
R. RyanTM
|
eaf2f26201
|
phoronix-test-suite: 9.2.1 -> 9.4.0
|
2020-02-29 09:27:19 +00:00 |
|
R. RyanTM
|
6bbf81b803
|
phoronix-test-suite: 9.2.0 -> 9.2.1
|
2019-12-23 23:11:52 -08:00 |
|
davidak
|
e9007b3e3e
|
phoronix-test-suite: add tests
|
2019-12-10 10:02:12 +01:00 |
|
R. RyanTM
|
b40c1b931b
|
phoronix-test-suite: 9.0.1 -> 9.2.0
|
2019-12-08 15:54:23 -08:00 |
|
R. RyanTM
|
a0753151fa
|
phoronix-test-suite: 9.0.0 -> 9.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/phoronix-test-suite/versions
|
2019-10-23 09:18:44 +02:00 |
|
R. RyanTM
|
801268a8cd
|
phoronix-test-suite: 8.8.1 -> 9.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/phoronix-test-suite/versions
|
2019-09-27 18:35:37 -07:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
davidak
|
01c3710609
|
phoronix-test-suite: init at 8.8.1
|
2019-06-06 16:35:00 +02:00 |
|