Commit graph

19 commits

Author SHA1 Message Date
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
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Pierre Bourdon c9c0e7c1b0
nilfs-utils: fix cross-compilation issue caused by AC_FUNC_MALLOC 2019-04-06 15:55:50 +02:00
Markus Kowalewski aae4e1ddc2
nilfs-utils: add licenses 2018-09-07 23:48:19 +02:00
Kim Ingmar Ferenc ALLAMANDOLA 58021b77a0
nilfs-utils: force enable limbount support
https://discourse.nixos.org/t/how-to-contribute-send-bugreport-without-github-account/475
https://nilfs.sourceforge.io/en/faq.html
2018-07-09 17:47:43 +02:00
Will Dietz da0da6177d nilfs-utils: apply upstream patches to fix w/musl 2018-03-26 13:58:44 -05:00
Michael Raskin 2d2d87d6f9 nilfs-utils: 2.2.6 -> 2.2.7 2017-11-11 15:31:41 +01:00
Michael Raskin 4ef4a17f77 nilfs-utils: fix build
Just kill .libs to make sure patchelf does shrink-rpath correctly

Complain in comments that patchelf/#98 is still not used by stdenv
2017-08-30 17:54:04 +02:00
Michael Raskin d03260099f nilfs-utils: 2.2.5 -> 2.2.6 2016-12-08 16:15:18 +01:00
Michael Raskin 7a15d8b3ab nilfs-utils: 2.2.4 -> 2.2.5 2016-09-26 15:49:30 +02:00
Tuomas Tynkkynen 96004b9d8c nilfs-utils: Set dontPatchELF due to broken RPATH by patchelf 2016-09-01 01:48:49 +03:00
Michael Raskin 4b72729691 nilfs-utils: 2.2.3 -> 2.2.4 2016-05-15 23:49:44 +02:00
Lengyel Balázs 9e7d4d881e nilfs-utils: package hash changed, probably related to: 10528d9d21 2015-04-05 18:01:14 +02:00
Michael Raskin 44b608f64e update nilfs utils 2015-03-09 01:03:01 +03:00
Michael Raskin eca021ccc5 Fix NILFS-utils source 2014-11-05 09:23:25 +03:00
Michael Raskin 5854eb09eb Update NILFS2 utils 2014-11-04 12:04:42 +03:00
Michael Raskin 7dd07e5476 Call cleaner from the installation directory
svn path=/nixpkgs/trunk/; revision=23300
2010-08-21 07:28:47 +00:00
Michael Raskin b147842dce Add nilfs-utils
svn path=/nixpkgs/trunk/; revision=23296
2010-08-20 21:53:43 +00:00