about summary refs log tree commit diff
path: root/pkgs/by-name/hy
diff options
context:
space:
mode:
authorJon Seager <jon@sgrs.uk>2024-02-27 13:34:49 +0000
committerJon Seager <jon@sgrs.uk>2024-02-27 13:34:49 +0000
commitab4e1a56a33d6c984a731155202f4919b24dfa91 (patch)
treeb92cdb408f44fcf34f0160cd8bcddd5a06cc2c29 /pkgs/by-name/hy
parentdc64645594875d70db7b2af6e6c3ca51ad259042 (diff)
hyprlock: remove unneeded dependencies from build
Diffstat (limited to 'pkgs/by-name/hy')
-rw-r--r--pkgs/by-name/hy/hyprlock/package.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/pkgs/by-name/hy/hyprlock/package.nix b/pkgs/by-name/hy/hyprlock/package.nix
index 29d34b8ad83a4..5872e860474c8 100644
--- a/pkgs/by-name/hy/hyprlock/package.nix
+++ b/pkgs/by-name/hy/hyprlock/package.nix
@@ -14,16 +14,6 @@
 , libdrm
 , mesa
 , nix-update-script
-, expat
-, libXdmcp
-, pcre2
-, util-linux
-, libselinux
-, libsepol
-, pcre
-, fribidi
-, libthai
-, libdatrie
 }:
 
 stdenv.mkDerivation (finalAttrs: {
@@ -46,23 +36,13 @@ stdenv.mkDerivation (finalAttrs: {
 
   buildInputs = [
     cairo
-    expat
-    fribidi
     hyprlang
-    libdatrie
     libdrm
     libGL
-    libselinux
-    libsepol
-    libthai
-    libXdmcp
     libxkbcommon
     mesa
     pam
     pango
-    pcre
-    pcre2
-    util-linux
     wayland
     wayland-protocols
   ];