Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +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
Ahmad Jagot
b467630062
f2fs-tools: 1.13.0 -> 1.14.0
...
Allow use of 'compression' option on volume creation, supported at
mount-time in kernels 5.6+
2020-09-15 23:51:11 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
worldofpeace
2807da5e37
f2fs-tools: 1.11.0 -> 1.13.0
2019-09-27 21:54:10 -04: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
eburimu
d8e73253a4
f2fs-tools: fix cross compilation
2018-11-29 05:11:57 +03:00
Benjamin Hipple
11c0d07761
f2fs-tools: fetch src from HTTPS instead of SSH ( #48110 )
...
All users can use HTTPS, but some enterprise users may not be able to access
external SSH endpoints behind corporate firewalls.
2018-10-09 22:37:18 +02:00
Will Dietz
e103ad48ea
f2fs-tools: 1.10.0 -> 1.11.0 ( #43715 )
2018-08-04 20:55:23 +02:00
Tad Fisher
1ebc85bf60
f2fs-tools: 1.9.0 -> 1.10.0 ( #42751 )
2018-06-30 00:40:55 +02:00
Tuomas Tynkkynen
00078afb1f
f2fs-tools: 1.8.0 -> 1.9.0
2017-10-12 20:35:33 +03:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Tuomas Tynkkynen
183279002d
f2fs-tools: 1.7.0 -> 1.8.0
2017-04-10 17:09:22 +03:00
Tuomas Tynkkynen
c334daa5c2
f2fs-tools: Cleanup a bit
2017-04-10 17:09:22 +03:00
Peter Hoeg
56c9c71f13
f2fs-tools: 1.6.1 -> 1.7.0 ( #19352 )
2016-10-08 13:44:58 +02:00
Franz Pletz
9458198868
f2fs-tools: 1.5.0 -> 1.6.1
2016-05-13 17:27:01 +02:00
Domen Kožar
9af5091992
f2fs-tools: add pkgconfig
2016-01-05 19:57:48 +01:00
Arseniy Seroka
b5bbbd0fe3
f2fs-tools: 1.4.1 -> 1.5.0
2016-01-04 14:23:56 +03:00
Emery Hemingway
2b6dcdfcd0
Rename 'emery' maintainer handle to 'ehmry', fixes #11493
...
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
Arseniy Seroka
90f4843f45
f2fs-tools: 1.3.0 -> 1.4.1
2015-06-06 15:22:02 +03:00
Emery Hemingway
09cdc6edf5
f2fs-tools,ncdc: set platform and add myself to maintainers
2014-04-05 21:31:40 -04:00
Emery Hemingway
d306441360
f2fs-tools: initial expression
2014-03-22 21:47:37 -04:00