Nix: remove unused dependencies

This commit is contained in:
Mihai Fufezan 2024-09-02 23:09:44 +03:00
parent fa39df4731
commit 8f9887b0c9

View file

@ -9,33 +9,22 @@
aquamarine, aquamarine,
binutils, binutils,
cairo, cairo,
expat,
fribidi,
git, git,
hwdata,
hyprcursor, hyprcursor,
hyprlang, hyprlang,
hyprutils, hyprutils,
hyprwayland-scanner, hyprwayland-scanner,
jq, jq,
libGL, libGL,
libdatrie,
libdisplay-info,
libdrm, libdrm,
libexecinfo, libexecinfo,
libinput, libinput,
libliftoff,
libselinux,
libsepol,
libthai,
libuuid,
libxkbcommon, libxkbcommon,
libuuid,
mesa, mesa,
pango, pango,
pciutils, pciutils,
pcre2,
python3, python3,
seatd,
systemd, systemd,
tomlplusplus, tomlplusplus,
wayland, wayland,
@ -114,29 +103,25 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
[ [
aquamarine aquamarine
cairo cairo
expat # expat
fribidi # fribidi
git git
hwdata
hyprcursor hyprcursor
hyprlang hyprlang
hyprutils hyprutils
libdatrie # libdatrie
libdisplay-info
libdrm libdrm
libGL libGL
libinput libinput
libliftoff # libselinux
libselinux # libsepol
libsepol # libthai
libthai
libuuid libuuid
libxkbcommon libxkbcommon
mesa mesa
pango pango
pciutils pciutils
pcre2 # pcre2
seatd
tomlplusplus tomlplusplus
wayland wayland
wayland-protocols wayland-protocols
@ -146,7 +131,6 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
(lib.optionals enableXWayland [ (lib.optionals enableXWayland [
xorg.libxcb xorg.libxcb
xorg.libXdmcp xorg.libXdmcp
xorg.xcbutil
xorg.xcbutilerrors xorg.xcbutilerrors
xorg.xcbutilrenderutil xorg.xcbutilrenderutil
xorg.xcbutilwm xorg.xcbutilwm