diff options
author | Vaxry <[email protected]> | 2024-03-09 16:52:59 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-09 16:52:59 +0000 |
commit | c3882bb83240b602277f2d22f21d71690531f62e (patch) | |
tree | c5e9a1110cd5d22ef700fd8b7408a418cba7c4f0 /nix/default.nix | |
parent | e7a5db4852d654596e554b9cdeaa2694b346ee03 (diff) | |
download | Hyprland-c3882bb83240b602277f2d22f21d71690531f62e.tar.gz Hyprland-c3882bb83240b602277f2d22f21d71690531f62e.zip |
internal: Support libhyprcursor (#5009)
woo
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'nix/default.nix')
-rw-r--r-- | nix/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix index 66ea53a6..c4650d3c 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -8,6 +8,7 @@ binutils, cairo, git, + hyprcursor, hyprland-protocols, hyprlang, jq, @@ -32,7 +33,6 @@ enableXWayland ? true, legacyRenderer ? false, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, - wrapRuntimeDeps ? true, version ? "git", commit, date, @@ -75,6 +75,7 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov [ cairo git + hyprcursor.dev hyprland-protocols hyprlang libdrm |