José Romildo
c5f3f45b97
luna-icons: remove, as upstream does not exist anymore
2024-10-29 21:25:22 -03:00
Peder Bergebakken Sundt
e7202b8150
dracula-icon-theme: unstable-2021-07-21 -> unstable-2024-05-26 ( #335599 )
2024-10-11 11:06:44 +02:00
Rouven Seifert
6399a3075b
dracula-icon-theme: unstable-2021-07-21 -> unstable-2024-05-26
2024-10-11 00:26:51 +02:00
R. Ryantm
d300839b2f
elementary-xfce-icon-theme: 0.19 -> 0.20
2024-10-08 06:43:55 +00:00
R. Ryantm
44b32f0c0c
numix-icon-theme-circle: 24.07.19 -> 24.10.01
2024-10-06 00:02:10 +00:00
R. Ryantm
2f16119c4b
numix-icon-theme: 24.04.22 -> 24.09.18
2024-09-28 05:46:03 +00:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Artturin
a0c06061b4
treewide: follow editorconfig
2024-09-13 18:17:51 +03:00
R. Ryantm
6accb8b969
whitesur-icon-theme: 2024-05-28 -> 2024-09-07
2024-09-07 03:45:54 +00:00
R. Ryantm
d8ee3fc99b
tela-icon-theme: 2024-04-19 -> 2024-09-04
2024-09-04 03:15:21 +00:00
Emily
508dd6fa85
apple-cursor: 2.0.0 -> 2.0.1 ( #336881 )
2024-09-02 16:13:38 +01:00
Dovydas Kersys
3043a60eab
apple-cursor: modify license
2024-09-02 17:10:39 +02:00
R. Ryantm
3e1ad65c98
colloid-icon-theme: 2024-02-28 -> 2024-08-31
2024-08-31 19:55:50 +00:00
Olivér Falvai
a46499a16d
volantes-cursors: don't build on aarch64-darwin
2024-08-27 19:33:44 +02:00
Dovydas Kersys
a20c12ad89
maintainers: add dxwil
2024-08-24 01:24:50 +03:00
Dovydas Kersys
b11061581d
apple-cursor: 2.0.0 -> 2.0.1
2024-08-24 00:59:39 +03:00
Masum Reza
08d1e990b3
Merge pull request #328286 from eminforks/update-colloid-icon-theme
...
colloid-icon-theme: new scheme variants
2024-08-04 01:20:29 +05:30
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Franz Pletz
e6c165d2f5
Merge pull request #327391 from r-ryantm/auto-update/phinger-cursors
2024-07-28 10:16:58 +02:00
R. Ryantm
1167f19753
numix-icon-theme-square: 24.04.22 -> 24.07.19
2024-07-25 05:34:44 +00:00
José Romildo Malaquias
836326e745
Merge pull request #328543 from r-ryantm/auto-update/numix-icon-theme-circle
...
numix-icon-theme-circle: 24.04.22 -> 24.07.19
2024-07-20 08:27:16 -03:00
R. Ryantm
8683c4a2c1
numix-icon-theme-circle: 24.04.22 -> 24.07.19
2024-07-19 23:13:22 +00:00
Emin Arıcan
b899747113
colloid-icon-theme: new scheme variants
2024-07-18 18:16:13 -05: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
R. Ryantm
e25e0523d6
phinger-cursors: 2.0 -> 2.1
2024-07-15 14:52:13 +00:00
Jörg Thalheim
184016cf9f
bibata-extra-cursors: remove
2024-07-15 11:35:52 +02:00
aleksana
592e3845c4
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 19:10:08 +08:00
éclairevoyant
0e5c272e42
treewide: fix uses of repo = finalAttrs.pname
2024-07-12 20:18:43 -04:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
0f56e32213
Merge pull request #319659 from jtojnar/gnome-extract
...
Move various packages out of gnome scope
2024-07-02 08:03:53 +02:00
K900
665f1d6183
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-02 08:32:46 +03:00
Jan Tojnar
5c5c20919b
adwaita-icon-theme: Move from gnome scope to top-level
...
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
R. Ryantm
348795a7de
tau-hydrogen: 1.0.14 -> 1.0.16
2024-06-29 02:57:38 +00:00
github-actions[bot]
857d0ab18b
Merge staging-next into staging
2024-06-16 00:03:10 +00:00
jopejoe1
919226fbc6
arc-icon-theme: use upstream version number
2024-06-15 14:30:48 +02:00
github-actions[bot]
c8c2ff3b9b
Merge staging-next into staging
2024-06-10 00:02:49 +00:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Sandro
7397cd764b
Merge pull request #313716 from jopejoe1/hicolor-icon-theme/update/0.18
2024-06-02 16:30:15 +02:00
Peder Bergebakken Sundt
a20d59ef6e
Merge pull request #235050 from GenericNerdyUsername/flat-remix-no-fixup
...
flat-remix-icon-theme: disable fixup to improve build time
2024-06-01 00:01:17 +02:00
Peder Bergebakken Sundt
ee19df7810
Merge pull request #313142 from Daru-san/update-flat-remix-icons
...
flat-remix-icon-theme: 20220525 -> 20240201
2024-05-31 23:06:59 +02:00
kirillrdy
3e90fcec3f
Merge pull request #315310 from isabelroses/update-ctp-cursors
...
catppuccin-cursors: 0.2.0 -> 0.2.1
2024-05-30 21:57:22 +10:00
isabel
914a9ca2c8
catppuccin-cursors: 0.2.0 -> 0.2.1
2024-05-30 09:46:07 +01:00
R. Ryantm
8b42f247dd
whitesur-icon-theme: 2024-04-22 -> 2024-05-28
2024-05-28 05:54:07 +00:00
jopejoe1
362fd800d1
hicolor-icon-theme: refactor
2024-05-22 18:34:45 +02:00
jopejoe1
9db19e0cff
hicolor-icon-theme: format with rfc formater
2024-05-22 18:34:45 +02:00
jopejoe1
8d37b16fb3
hicolor-icon-theme: adopt
2024-05-22 18:34:45 +02:00
jopejoe1
48bcfb3c9e
hicolor-icon-theme: 0.17 -> 0.18
2024-05-22 18:34:44 +02:00
daru
98021dcbb8
flat-remix-icon-theme: 20220525 -> 20240201
2024-05-20 16:15:56 +02:00