Commit Graph

145 Commits

Author SHA1 Message Date
Masum Reza
3f16bb4a40
hyprland: 44.0 -> 44.1 (#347624) 2024-10-10 10:46:34 +05:30
Atemu
28c5967cbf hyprland: 44.0 -> 44.1
This also fixes the info.json which was missed in the previous update.
2024-10-10 02:13:23 +02:00
Pol Dellaiera
493b71e81e
hypre: 2.31.0 -> 2.32.0 (#347368) 2024-10-09 20:56:19 +02:00
Masum Reza
9fd89c03fe
hyprland: 0.43.0 -> 0.44.0, hyprpicker: 0.3.0 -> 0.4.1 (#346906) 2024-10-09 17:49:00 +05:30
Mihai Fufezan
51b85c5d18
hyprland: 0.43.0 -> 0.44.0 2024-10-09 11:28:29 +03:00
Mihai Fufezan
359a25b1fa
hyprland: use meson for building
Follow upstream.
2024-10-09 11:28:29 +03:00
Mihai Fufezan
43bf94409f
hyprland: use moldLinker via stdenvAdapters
Leave open the possibility of adding multiple adapters in the future.
2024-10-09 11:28:28 +03:00
Mihai Fufezan
16f8bcfe70
hyprland: format
Use `inherit (lib) x` instead of `lib.x`
Remove no-longer-needed jq
Use importJSON
2024-10-09 11:28:28 +03:00
R. Ryantm
b467c83d8e hypre: 2.31.0 -> 2.32.0 2024-10-08 23:51:28 +00:00
Rick van Schijndel
fa62cbb08e
hydra: 0-unstable-2024-09-20 -> 0-unstable-2024-09-24 (#344312) 2024-10-07 11:57:46 +02:00
R. Ryantm
ffd96b1cc0 hyprutils: 0.2.2 -> 0.2.3 2024-10-06 10:28:51 +00:00
Peder Bergebakken Sundt
cd673393d2 treewide: remove unreferenced patch files
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'``

We're running more and more into patches fetched via `applyPatches`, for the next PR i'll script something to account for that.
2024-10-04 19:38:56 +02:00
Martin Weinelt
52cfd83eee
hyperhdr: init at 20.0.0.0 (#306321) 2024-10-04 02:24:50 +02:00
Christian Bergschneider
b4857bb6e1 hyprnotify: 0.7.0 -> 0.8.0 2024-09-30 10:45:05 +00:00
zowoq
a44cd70b30 hydra: 0-unstable-2024-09-20 -> 0-unstable-2024-09-24 2024-09-25 07:17:53 +10: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
John Titor
f00be3d97b
hyprutils: 0.2.1 -> 0.2.2 2024-09-22 21:56:31 +05:30
R. Ryantm
6fc8ce2fc2 hyprwayland-scanner: 0.4.0 -> 0.4.2 2024-09-22 10:23:17 +00:00
Nick Cao
0f0a245e7f
hyprland-activewindow: 1.0.3 -> 1.0.4 (#343285) 2024-09-21 09:11:19 -04:00
Nick Cao
a1d92660c6
hydra: 0-unstable-2024-09-15 -> 0-unstable-2024-09-20 (#338902) 2024-09-20 18:35:44 -04:00
R. Ryantm
c602e93db6 hyprland-workspaces: 2.0.1 -> 2.0.2 2024-09-20 17:41:47 +00:00
R. Ryantm
12edf528be hyprland-activewindow: 1.0.3 -> 1.0.4 2024-09-20 15:02:55 +00:00
zowoq
47f6fa0939 hydra: 0-unstable-2024-09-15 -> 0-unstable-2024-09-20 2024-09-20 17:36:22 +10:00
zowoq
f550781924 hydra: 0-unstable-2024-08-27 -> 0-unstable-2024-09-15 2024-09-16 02:37:36 +00:00
zowoq
4d0986e5ff hydra: add unstableGitUpdater 2024-09-16 12:36:39 +10:00
Artturin
b4a9d20772
hydra: improve structuredAttrs support (#340840) 2024-09-10 00:06:09 +03:00
Mihai Fufezan
37870b8f2e
hyprland: 0.42.0 -> 0.43.0 2024-09-08 22:58:41 +03:00
Rick van Schijndel
97db9d0692 hydra: improve structuredAttrs support
Previously the ldap tests were failing.
Putting them in the env attribute set ensures the tests now pass.
2024-09-06 08:00:50 +02:00
Vladimír Čunát
70d3f0c4ec
hypridle: fix build, missing wayland-scanner 2024-08-31 11:23:44 +02:00
github-actions[bot]
5702f5278f
Merge master into staging-next 2024-08-29 12:05:13 +00:00
zowoq
747060f364 hydra: move to pkgs/by-name 2024-08-29 15:34:35 +10:00
K900
b76567c281 Merge remote-tracking branch 'origin/master' into staging-next 2024-08-25 15:20:44 +03:00
Youwen Wu
51bc064805
hyprland: fixed broken OpenGL on asahi linux 2024-08-25 03:15:27 -07:00
Florian Klink
1cee1e2d24
Merge pull request #336512 from flokli/hyprland-build-fix
hyprland: fix build
2024-08-22 14:50:59 +03:00
Florian Klink
73288a2c8a hyprland: fix build
Apply the patch fixing wayland.xml discovery.
2024-08-22 14:31:21 +03:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
Mihai Fufezan
0682c78943
hyprland: include xcursor regardless of xwayland 2024-08-21 22:51:27 +03:00
github-actions[bot]
288fb712ce
Merge staging-next into staging 2024-08-13 00:02:47 +00:00
Donovan Glover
a663f5a0c9
Merge pull request #333543 from donovanglover/bump-hyprnome
hyprnome: 0.3.0 -> 0.3.1
2024-08-12 21:03:22 +00:00
Donovan Glover
cdb9fe5c73
Merge pull request #333542 from donovanglover/bump-hyprdim
hyprdim: 2.2.5 -> 2.2.6
2024-08-12 21:02:40 +00:00
github-actions[bot]
4202872c05
Merge staging-next into staging 2024-08-12 18:02:39 +00:00
Mihai Fufezan
73bad3c5e4
hyprland: 0.41.2 -> 0.42.0 2024-08-12 18:00:44 +03:00
Donovan Glover
447594c8a8
hyprnome: 0.3.0 -> 0.3.1
Depends on Hyprland v0.42.0.
2024-08-09 17:39:19 -04:00
Donovan Glover
54f84ea4cd
hyprdim: 2.2.5 -> 2.2.6
Depends on Hyprland v0.42.0.
2024-08-09 17:27:02 -04:00
Peder Bergebakken Sundt
692e4c9207 hydrapaper: remove hardcoded /build 2024-08-02 23:45:54 +02:00
John Titor
cfd8251038
hyprutils: 0.2.0 -> 0.2.1 2024-07-31 13:47:11 +00:00
Reno Dakota
bf282d8921
hyprlock: fix strict deps
requires wayland-scanner (wayland) in nativeBuildInputs
2024-07-25 07:19:28 +00:00
John Titor
6070d7f93f
hypr{wayland-scanner,lock}: add johnrtitor as maintainer 2024-07-22 15:10:59 +05:30
John Titor
0d40d3a1ff
hyprwayland-scanner: 0.3.10 -> 0.4.0 2024-07-22 15:10:58 +05:30
John Titor
7c7f909ee4
hyprlock: 0.4.0 -> 0.4.1 2024-07-22 15:10:58 +05:30