mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
hyprlock: remove unneeded dependencies from build
This commit is contained in:
parent
dc64645594
commit
ab4e1a56a3
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user