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 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Luka Blaskovic
|
d9b726aef9
|
jfsutils: fix build with glibc>=2.28
|
2020-01-14 22:32:09 +00:00 |
|
eburimu
|
98a2a5b537
|
fix jfsutils cross compilation
|
2018-11-29 10:14:02 +00:00 |
|
Markus Kowalewski
|
4516ca5480
|
jfsutils: add license + homepage
|
2018-09-07 23:48:17 +02:00 |
|
Jörg Thalheim
|
f4c253ff2f
|
jfsutils: replace sha1 with sha256
|
2017-02-26 10:05:40 +01:00 |
|
Robin Gloster
|
e721382448
|
jfsutils: add patch to build with format hardening
|
2016-01-30 16:36:57 +00:00 |
|
Eelco Dolstra
|
2ed5c2bd6b
|
Set some meta.platforms
Also fix meta.platform -> meta.platforms in a few places.
|
2015-03-20 20:04:42 +01:00 |
|
Eelco Dolstra
|
dbedbdc939
|
types.h -> types.patch
|
2013-01-28 17:27:14 +01:00 |
|
Eelco Dolstra
|
38ced3b436
|
jfsutils: Fix build
http://hydra.nixos.org/build/3897210
|
2013-01-28 17:19:01 +01:00 |
|
Mathijs Kwik
|
6860ab9946
|
jfsutils: upgrade to 1.1.15
|
2013-01-13 14:30:54 +01:00 |
|
Eelco Dolstra
|
c726012afe
|
* Refactoring: move most filesystem utilities / FUSE filesystems to
tools/filesystems. Previously they were all over the place.
svn path=/nixpkgs/trunk/; revision=18809
|
2009-12-04 15:39:49 +00:00 |
|