Commit graph

22 commits

Author SHA1 Message Date
R. RyanTM f9649a7908 bfs: 2.2 -> 2.2.1 2021-06-15 20:01:51 -07:00
R. RyanTM 9468e5b1e1 bfs: 2.1 -> 2.2 2021-03-10 17:47:59 +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 65977c6a82 bfs: 2.0 -> 2.1 2020-11-12 16:28:00 +00:00
R. RyanTM bedb1b1787 bfs: 1.7 -> 2.0 2020-10-17 18:04:19 +00:00
R. RyanTM a31a645f20 bfs: 1.6 -> 1.7 2020-05-02 02:45:54 +00:00
R. RyanTM a47195b516 bfs: 1.5.2 -> 1.6 2020-02-25 21:19:16 +00:00
R. RyanTM 13f08afb52 bfs: 1.5.1 -> 1.5.2 2020-01-15 06:55:24 +00:00
R. RyanTM 8e867bd4a6 bfs: 1.5 -> 1.5.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/bfs/versions
2019-09-26 00:17:46 -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
R. RyanTM 5da7c72d2a bfs: 1.4.1 -> 1.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bfs/versions
2019-07-01 00:14:08 -07:00
R. RyanTM 21b1d6ee28
bfs: 1.3.3 -> 1.4.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/bfs/versions
2019-05-11 23:42:26 -05:00
R. RyanTM ed239c3947 bfs: 1.3.2 -> 1.3.3 (#55911)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bfs/versions
2019-02-24 11:53:20 +01:00
R. RyanTM 5ad65f78a7 bfs: 1.3.1 -> 1.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bfs/versions
2019-01-17 20:41:21 -08:00
Mario Rodas 47250ec683
bfs: 1.2.4 -> 1.3.1 2019-01-03 22:36:49 -05:00
R. RyanTM f1e5eb571c bfs: 1.2.3 -> 1.2.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bfs/versions
2018-10-03 23:03:12 -07:00
Matthew Bauer 0aa2a93d12
Merge pull request #43810 from yesbox/bfs
bfs: enable the test_fstype test
2018-07-25 13:22:46 -04:00
Jesper Geertsen Jonsson 9877ba507b bfs: enable the test_fstype test
This test would previously fail in the nix build sandbox.
It was fixed in version 1.2.2.
2018-07-19 13:42:39 +02:00
R. RyanTM e48a1292a7 bfs: 1.2.2 -> 1.2.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bfs/versions.
2018-07-18 17:44:52 -07:00
Jesper 4a59bc4c43 bfs: 1.2.1 -> 1.2.2 (#42662) 2018-06-27 20:13:51 +02:00
Jesper Geertsen Jonsson 0312fe4882 bfs: init at 1.2.1 2018-02-11 16:19:02 +01:00