2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-12 16:53:21 +00:00
Commit Graph

1183 Commits

Author SHA1 Message Date
Weijia Wang
4984a56ad1
sddm-astronaut: Fix meta.homepage url () 2024-09-27 02:52:47 +02:00
Weijia Wang
154ab611a1
whitesur-kde: 2022-05-01-unstable-2024-08-26 -> 2022-05-01-unstable-2024-09-10 () 2024-09-27 00:13:11 +02:00
Mike Thai
880b31fcf7 sddm-astronaut: fix meta.homepage url 2024-09-25 16:15:08 -04: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
R. Ryantm
af654ff043 adw-gtk3: 5.3 -> 5.4 2024-09-22 11:09:23 +00:00
R. Ryantm
38ba7cfb06 whitesur-kde: 2022-05-01-unstable-2024-08-26 -> 2022-05-01-unstable-2024-09-10 2024-09-17 12:48:44 +00:00
R. Ryantm
4405c24688 dracula-theme: 4.0.0-unstable-2024-08-14 -> 4.0.0-unstable-2024-09-07 2024-09-08 19:25:15 +00:00
Nick Cao
39feebc934
flat-remix-gnome: 20240526 -> 20240721 () 2024-09-08 09:22:13 -04:00
Aleksana
c5654fa410
flat-remix-gtk: 20220627 -> 20240730 () 2024-09-06 23:04:14 +08:00
R. Ryantm
81b2b2a85b qogir-kde: 0-unstable-2024-07-29 -> 0-unstable-2024-09-01 2024-09-05 23:01:47 +00:00
Johannes Jöns
788508253d
orchis-theme: 2024-05-30 -> 2024-09-02 () 2024-09-04 20:11:33 +00:00
R. Ryantm
8983b2925f alacritty-theme: 0-unstable-2024-07-31 -> 0-unstable-2024-09-03 2024-09-04 06:57:14 +00:00
R. Ryantm
c08983d93b orchis-theme: 2024-05-30 -> 2024-09-02 2024-09-02 13:31:19 +00:00
Jan Tojnar
ca9576c81d gnome-shell: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
R. Ryantm
fa5932136a whitesur-kde: 2022-05-01-unstable-2024-08-07 -> 2022-05-01-unstable-2024-08-26 2024-08-30 20:40:57 +00:00
Sandro
b43ec5f8ff
whitesur-kde: unstable-2023-10-06 -> 2022-05-01-unstable-2024-08-07 () 2024-08-28 09:58:58 +02:00
Alexander Trost
a6dd104efe
flat-remix-gtk: 20220627 -> 20240730
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
2024-08-24 14:53:27 +02:00
Peder Bergebakken Sundt
63c88c4e8a treewide: buildPhase="true" -> dontBuild=true 2024-08-23 12:21:08 +02:00
José Romildo
46e093c98e whitesur-kde: unstable-2023-10-06 -> 2022-05-01-unstable-2024-08-07 2024-08-22 12:26:58 -03:00
José Romildo
6988ee218c whitesur-kde: change update script 2024-08-22 09:06:56 -03:00
R. Ryantm
474418fbd3 dracula-theme: 4.0.0-unstable-2024-08-06 -> 4.0.0-unstable-2024-08-14 2024-08-20 10:26:09 +00:00
R. Ryantm
17bc747db4 dracula-theme: 4.0.0-unstable-2024-07-29 -> 4.0.0-unstable-2024-08-06 2024-08-12 23:02:20 +00:00
Peder Bergebakken Sundt
441708dd85 treewide: simplify boolean logic 2024-08-09 16:01:55 +02:00
R. Ryantm
2ea785c809 alacritty-theme: 0-unstable-2024-07-25 -> 0-unstable-2024-07-31 2024-08-08 10:27:58 +00:00
R. Ryantm
9335573a10 dracula-theme: 4.0.0-unstable-2024-07-21 -> 4.0.0-unstable-2024-07-29 2024-08-05 08:43:03 +00:00
Nick Cao
f419776391
Merge pull request from r-ryantm/auto-update/qogir-kde
qogir-kde: 0-unstable-2024-06-28 -> 0-unstable-2024-07-29
2024-07-30 16:54:15 -04:00
R. Ryantm
739ceab3d0 qogir-kde: 0-unstable-2024-06-28 -> 0-unstable-2024-07-29 2024-07-30 10:31:53 +00:00
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
R. Ryantm
fb7cdc1aba alacritty-theme: 0-unstable-2024-07-16 -> 0-unstable-2024-07-25 2024-07-27 18:44:54 +00:00
Bobby Rong
3a422267eb
Merge pull request from bobby285271/upd/cinnamon-by-name
Move all packages out of cinnamon scope
2024-07-24 22:04:34 +08:00
R. Ryantm
fc2b411c32 dracula-theme: 4.0.0-unstable-2024-07-13 -> 4.0.0-unstable-2024-07-21 2024-07-23 20:11:02 +00:00
Bobby Rong
d1a7acfc47
cinnamon-common: Move from cinnamon scope to top-level 2024-07-23 22:12:41 +08:00
R. Ryantm
80ea66d587 flat-remix-gnome: 20240526 -> 20240721 2024-07-22 04:33:12 +00:00
Thiago Kenji Okada
6e14bbce7b
Merge pull request from atorres1985-contrib/remove-dtzwill
Treewide: Remove dtzwill
2024-07-20 10:11:00 +01:00
R. Ryantm
1a3545dbce graphite-gtk-theme: 2024-04-28 -> 2024-07-15 2024-07-19 12:39:16 +00:00
Anderson Torres
6dba240f79 treewide: remove dtzWill as maintainer [orphans]
Since theey is not active in a long span of time.

All the packages in this commit are now orphan.
2024-07-17 13:52:45 -03:00
R. Ryantm
f453c7ca81 alacritty-theme: 0-unstable-2024-07-03 -> 0-unstable-2024-07-16 2024-07-17 10:51:05 +00:00
R. Ryantm
e5ae9af439 dracula-theme: 4.0.0-unstable-2024-06-27 -> 4.0.0-unstable-2024-07-13 2024-07-14 08:17:08 +00:00
éclairevoyant
d1bbebda76
treewide: remove unused finalAttrs arg 2024-07-12 21:59:02 -04:00
éclairevoyant
0e5c272e42
treewide: fix uses of repo = finalAttrs.pname 2024-07-12 20:18:43 -04:00
Sandro
47d56528ac
Merge pull request from DaniD3v/sddm-astronaut 2024-07-10 16:24:06 +02:00
José Romildo Malaquias
618ae90292
Merge pull request from romildo/upd.marwaita-ubuntu
marwaita-orange: 17.0 -> 20.3
2024-07-10 07:26:20 -03:00
Sandro
e3e90f7b8a
Merge pull request from D3vil0p3r/patch-5 2024-07-09 16:29:04 +02:00
José Romildo
5d352d2978 marwaita-ubuntu: move to pkgs/by-name/ma/ 2024-07-08 11:46:51 -03:00
kirillrdy
60a94e5154
Merge pull request from D3vil0p3r/patch-6
sweet: 4.0 -> 5.0
2024-07-07 18:16:02 +10:00
Nick Cao
48635cbcd9
Merge pull request from r-ryantm/auto-update/alacritty-theme
alacritty-theme: 0-unstable-2024-06-17 -> 0-unstable-2024-07-03
2024-07-06 12:04:43 -04:00
Masum Reza
e01998fcbb
Merge pull request from Vonfry/init/dracula-qt5-theme
dracula-qt5-theme: init at unstable-2022-05-21
2024-07-06 20:27:37 +05:30
R. Ryantm
3a4ced1b41 alacritty-theme: 0-unstable-2024-06-17 -> 0-unstable-2024-07-03 2024-07-06 05:07:01 +00:00
José Romildo
59e982c4c1 marwaita-peppermint: move to pkgs/by-name/ma/ 2024-07-05 07:18:16 -03:00
José Romildo Malaquias
0a18432a9b
Merge pull request from romildo/upd.marwaita
marwaita: 20.1 -> 20.2-unstable-2024-07-01
2024-07-05 07:14:45 -03:00