emacs: use lib.getDev to get harfbuzz
This commit is contained in:
parent
770e9947f4
commit
2238a5a1d0
@ -212,12 +212,12 @@ mkDerivation (finalAttrs: {
|
||||
] ++ lib.optionals srcRepo [
|
||||
autoreconfHook
|
||||
texinfo
|
||||
] ++ lib.optional (withPgtk || withX && (withGTK3 || withXwidgets)) wrapGAppsHook3;
|
||||
] ++ lib.optionals (withPgtk || withX && (withGTK3 || withXwidgets)) [ wrapGAppsHook3 ];
|
||||
|
||||
buildInputs = [
|
||||
gettext
|
||||
gnutls
|
||||
harfbuzz.dev
|
||||
(lib.getDev harfbuzz)
|
||||
jansson
|
||||
libxml2
|
||||
ncurses
|
||||
|
Loading…
Reference in New Issue
Block a user