hyprlock: remove unneeded dependencies from build

This commit is contained in:
Jon Seager 2024-02-27 13:34:49 +00:00
parent dc64645594
commit ab4e1a56a3
No known key found for this signature in database

@ -14,16 +14,6 @@
, libdrm , libdrm
, mesa , mesa
, nix-update-script , nix-update-script
, expat
, libXdmcp
, pcre2
, util-linux
, libselinux
, libsepol
, pcre
, fribidi
, libthai
, libdatrie
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
@ -46,23 +36,13 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ buildInputs = [
cairo cairo
expat
fribidi
hyprlang hyprlang
libdatrie
libdrm libdrm
libGL libGL
libselinux
libsepol
libthai
libXdmcp
libxkbcommon libxkbcommon
mesa mesa
pam pam
pango pango
pcre
pcre2
util-linux
wayland wayland
wayland-protocols wayland-protocols
]; ];