Commit Graph

8 Commits

Author SHA1 Message Date
Yureka
7c4c2ad1ca
pkgsMusl.gnome-icon-theme: fix build (#228341) 2023-04-26 22:50:04 +02:00
Artturin
08b9cec3b5
gnome-icon-theme: ensure empty runtime closure 2023-03-01 11:39:21 +00:00
Alyssa Ross
1b0c89ab59
gnome-icon-theme: fix cross 2023-03-01 11:39:16 +00:00
Dmitry Kalinkin
9e8519777b
gnome-icon-theme: mark as broken on darwin 2022-01-05 02:16:03 -05:00
Ben Siraphob
d13840759c pkgs/data: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
4eb185bd6a pkgs/data: stdenv.lib -> lib 2021-01-15 14:29:18 +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
José Romildo Malaquias
737586bf4f gnome2.gnome-icon-theme: move to pkgs/data/icons 2020-04-05 22:14:23 -03:00