Unverified Commit ab4e1a56 authored by Jon Seager's avatar Jon Seager
Browse files

hyprlock: remove unneeded dependencies from build

parent dc646455
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -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
  ];