Maciej Krüger
|
01e9eb40da
|
imgbrd-wrapper: 7.3.2 -> 7.5.1
ZHF: https://github.com/NixOS/nixpkgs/issues/144627
|
2021-11-05 04:47:31 +01: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 |
|
Evan Stoll
|
e9b758a63e
|
Update pkgs/applications/graphics/imgbrd-grabber/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
|
2020-12-01 20:03:10 -05:00 |
|
Evan Stoll
|
4f68a77401
|
imgbrd-grabber: use pname instead of name; add meta
|
2020-12-01 15:21:21 -05:00 |
|
Evan Stoll
|
04bac4958c
|
Remove trailing whitespace
|
2020-10-19 22:42:34 -04:00 |
|
Evan Stoll
|
80d34ab9a4
|
Remove trailing whitespace
|
2020-10-19 20:52:25 -04:00 |
|
Evan Stoll
|
99e2f6cb8e
|
imgbrd-grabber: build from source
|
2020-10-19 20:29:30 -04:00 |
|
Evan Stoll
|
8ad56944fa
|
imgbrd-grabber: init at 7.3.2
|
2020-10-18 23:26:51 -04:00 |
|