Commit Graph

23 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Anderson Torres
2ac414fa93 treewide: remove dtzWill as maintainer [no orphans]
Since theey is not active in a long span of time.

None of the packages in this commit are orphan.
2024-07-17 13:25:27 -03:00
Jörg Thalheim
184016cf9f bibata-extra-cursors: remove 2024-07-15 11:35:52 +02:00
éclairevoyant
d73d17b934
bibata-cursors: move to pkgs/by-name 2024-01-26 17:09:11 -05:00
Alexander Sieg
61eba16e9a
bibata-extra-cursors: mark as broken
Project is unable to be build with clickgen version 2.x and upstream
archived it on Nov 9, 2022.
2023-01-24 18:06:52 +01:00
Alexander Sieg
72f6dbff3a
bibata-cursors: 1.1.2 -> 2.0.3
https://github.com/ful1e5/Bibata_Cursor/releases/tag/v2.0.3
2023-01-18 12:56:33 +01:00
R. Ryantm
011e3c19c8 bibata-cursors-translucent: 1.1.1 -> 1.1.2 2022-10-18 07:43:44 +08:00
kilianar
e4c43186c4 pkgs/data/icons: use stdenvNoCC where possible
Most icons themes just copy a bunch of files from the source to the
installation directory and therefore work perfectly fine with
stdenvNoCC.
All themes in pkgs/data/icons that still use stdenv after this change
are failing to build with stdenvNoCC.
2022-07-06 10:42:05 -03:00
Adson Cicilioti
15e4cefbea bibata-cursors-translucent: unstable-2019-09-13 -> 1.1.1 2021-12-07 21:40:15 -03:00
Adson Cicilioti
408ecd60d4 bibata-extra-cursors: 0.3 -> 1.0.1 2021-12-07 21:39:55 -03:00
Adson Cicilioti
b8fbdc8852 bibata-cursors: 0.4.2 -> 1.1.2 2021-12-07 21:38:38 -03:00
Ben Siraphob
ca7f39f987 pkgs/data, pkgs/games: [sS]tdenv.*lib -> lib 2021-01-17 20:59:16 +07:00
Jan Tojnar
35deaa45a1
inkscape_0: drop
Inkscape 1.0.1 re-added the old CLI flags:
3ca6a4ed08
2020-09-10 20:46:55 +02:00
Pavol Rusnak
8402a74cce
treewide: replace inkscape with inkscape_0
The Inkscape CLI interface has been changed with 1.x and packages
are not adjusted yet to this change. Let's use inkscape 0.x instead.
2020-07-19 13:10:16 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz
2d826681e8
bibata-extra-cursors: unstable-2018-10-28 -> 0.3, sync w/bibata-cursors 2020-01-16 17:33:03 -06:00
Will Dietz
509e0a0057
bibata-cursors: fix installation, don't generate unused w32 artifacts
This fixes issue where each theme installed the entire
build directory, not just the final generated 'out/X11' files.

(which was wasteful but also meant they didn't work
as the right files were two directories deeper)

Avoiding the w32 saves some time and sapce,
and more is "saved" by not shipping non-cursor build intermediates.

Sorry for the bad update, folks!
2020-01-16 17:32:59 -06:00
Will Dietz
b8eb54ff9e
bibata-cursors: 0.4.1 -> 0.4.2
* py3+pillow, new deps, fix
* drop sudo invocation (instead of gksu)

https://github.com/KaizIqbal/Bibata_Cursor/releases/tag/v0.4.2
(although most of the notes are in the beta release tags)
2020-01-15 11:15:07 -06:00
Will Dietz
be990d5302
bibata-cursors-translucent: init 2019-10-23 12:26:43 -05:00
Will Dietz
06be39a921
bibata-extra-cursors: init at unstable-2018-10-28, more colors 2019-10-23 12:26:42 -05:00
Will Dietz
fd1e12b0e9
bibata-cursors: touchup (since will be copying shortly) 2019-10-23 12:25:05 -05: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
David McKay
47f008676f bibata-cursors: init at 0.4.1 (#51871) 2018-12-13 00:21:55 +00:00