Commit Graph

2916 Commits

Author SHA1 Message Date
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
John Titor
ed4f15376a
xdg-desktop-portal-hyprland: 1.3.3 -> 1.3.5 2024-09-22 22:18:43 +05:30
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Mihai Fufezan
4349ea0571
hyprlandPlugins/hyprland-plugins: 0.42.0 -> 0.43.0 2024-09-14 16:11:26 +03:00
Weijia Wang
4d92e0ad9c
dk: 2.2 -> 2.3 (#327226) 2024-09-11 00:12:17 +02:00
Vilhelm Bergsøe
2cf39baf66 spectrwm: 3.5.1 -> 3.6.0 2024-09-09 12:06:20 +02:00
Masum Reza
d972a332bc
hyprlandPlugins.hyprscroller: 0-unstable-2024-09-01 -> 0-unstable-2024-09-06 (#340620) 2024-09-09 09:52:57 +05:30
Aleksana
4b56629879
hyprlandPlugins.hycov: mark as broken (#340616) 2024-09-09 11:18:30 +08:00
Donovan Glover
c09917d4a1
hyprlandPlugins.hyprscroller: 0-unstable-2024-09-01 -> 0-unstable-2024-09-06 2024-09-08 19:03:30 -04:00
Donovan Glover
e2a3b56b88
hyprlandPlugins.hy3: 0.42.0 -> 0.43.0 2024-09-08 19:02:38 -04:00
Donovan Glover
cd66a8cdd1
hyprlandPlugins.hycov: mark as broken 2024-09-08 18:32:27 -04:00
Donovan Glover
519a4dea9c
phosh: 0.41.0 -> 0.41.1 2024-09-06 13:49:26 -04:00
Cosima Neidahl
3ae7b715f7
miriway: 0-unstable-2024-08-14 -> 0-unstable-2024-08-31 (#339653) 2024-09-05 12:37:06 +02:00
Mathew Polzin
f961d28261
jay: 1.4.0 -> 1.5.0 (#339003) 2024-09-04 20:11:52 -05:00
Adam C. Stephens
8ac904cf0b
weston: 13.0.3 -> 14.0.0 (#339537) 2024-09-04 20:05:56 -04:00
R. Ryantm
5f20232373 miriway: 0-unstable-2024-08-14 -> 0-unstable-2024-08-31 2024-09-04 23:31:59 +00:00
Alyssa Ross
57808a38ec
weston: 13.0.3 -> 14.0.0 2024-09-04 15:00:48 +02:00
Artturin
e826b3bde5
leftwm: fix build, add maintainer (#338992) 2024-09-03 03:00:53 +03:00
VuiMuich
5c75ca50d4
leftwm: fix build 2024-09-02 22:22:10 +02:00
eljamm
41189fcd65
hyprlandPlugins.hyprscroller: 0-unstable-2024-07-04 -> 0-unstable-2024-09-01 2024-09-02 15:34:19 +01:00
R. Ryantm
144afbcf44 jay: 1.4.0 -> 1.5.0 2024-09-02 13:08:35 +00:00
VuiMuich
265b4270a5
leftwm: add maintainer vuimuich
as I am maintainer of the upstream repo I'd like to add myself here too
2024-09-02 14:14:01 +02:00
Masum Reza
b79ce4c43f
xdg-desktop-portal-hyprland: fix build (#338836) 2024-09-02 09:20:00 +05:30
Mihai Fufezan
1284004bf6
xdg-desktop-portal-hyprland: fix build 2024-09-01 22:39:30 +03:00
Mihai Fufezan
0a476ae1fa
hyprpaper: fix build 2024-09-01 19:04:00 +03:00
Jan Tojnar
e1093690a8 gnome-panel: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
a110f292a1 gnome-control-center: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
c2f1fa833e gnome-session: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
ca9576c81d gnome-shell: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
b4c59a979a gnome-bluetooth{,_1_0}: Move to by-name 2024-09-01 14:16:31 +02:00
rewine
487972dea2
wayfirePlugins.wayfire-shadows: unstable-2024-03-28 -> 0-unstable-2024-08-30 (#338602) 2024-08-31 23:46:47 +08:00
Donovan Glover
b5feebc5f9
hyprlandPlugins.hyprgrass: 0.7.0 -> 0.8.1 (#338565) 2024-08-31 12:34:49 +00:00
R. Ryantm
718661602a wayfirePlugins.wayfire-shadows: unstable-2024-03-28 -> 0-unstable-2024-08-30 2024-08-31 11:04:47 +00:00
Vladimír Čunát
5ff7fdc39e
wayfirePlugins.wayfire-plugins-extra: fix build, missing wayland-scanner 2024-08-31 11:40:55 +02:00
R. Ryantm
a25fcc9d1c hyprlandPlugins.hyprgrass: 0.7.0 -> 0.8.1 2024-08-31 07:12:30 +00:00
github-actions[bot]
22c53603c5
Merge master into staging-next 2024-08-30 00:13:29 +00:00
Philip Taron
ae92f312bf
treewide: use a consistent meta.priority default 2024-08-29 09:04:57 -07:00
github-actions[bot]
903fa485a4
Merge master into staging-next 2024-08-27 18:04:19 +00:00
github-actions[bot]
e7712f7a07
Merge master into staging-next 2024-08-27 12:05:14 +00:00
rewine
9d9da2f273 wayfirePlugins.wcm: 0.8.0 -> 0.9.0 2024-08-27 15:38:09 +08:00
rewine
fe90683429 wayfirePlugins.wayfire-shadows: fix build 2024-08-25 16:29:08 +08:00
rewine
1e1cd72e58 wayfirePlugins.wayfire-plugins-extra: 0.8.1 -> 0.9.0 2024-08-25 16:21:37 +08:00
rewine
123b725bf8 wayfirePlugins.wf-shell: 0.8.1 -> 0.9.0 2024-08-25 16:21:37 +08:00
rewine
6ca32a10a3 wayfire: 0.8.1 -> 0.9.0 2024-08-25 16:21:37 +08:00
rewine
ddec3d4514 wf-config: 0.8.0 -> 0.9.0 2024-08-25 16:21:37 +08:00
github-actions[bot]
8751a0ec8d
Merge master into staging-next 2024-08-24 00:12:18 +00:00
Donovan Glover
ea9d3a7e4b
Merge pull request #335860 from DamienCassou/i3status-2.15
i3status: 2.14 -> 2.15
2024-08-23 19:34:14 +00:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
Donovan Glover
1ba63079be
hyprlandPlugins.hyprspace: add update script 2024-08-21 14:07:35 -04:00
Donovan Glover
3e6912e83b
hyprlandPlugins.hyprspace: 0-unstable-2024-06-17 -> 0-unstable-2024-08-21 2024-08-21 14:06:13 -04:00