Commit Graph

14 Commits

Author SHA1 Message Date
wackbyte
83bffb14af
imgbrd-grabber: 7.9.1 -> 7.10.0 2022-12-17 13:54:50 -05:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
R. Ryantm
73d362a904 imgbrd-grabber: 7.7.1 -> 7.9.1 2022-07-28 15:10:34 +00:00
Rick van Schijndel
9f98b2bd7c
makeWrapper to nativeBuildInputs (#167225) 2022-04-05 10:34:48 +03:00
Evan Stoll
e5c57c36bf imgbrd-grabber: 7.7.0 -> 7.7.1 2022-01-11 17:35:58 -05:00
R. Ryantm
d4c3973092 imgbrd-grabber: 7.5.1 -> 7.7.0 2021-12-30 16:19:51 +00:00
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