Commit 2238a5a1 authored by Anderson Torres's avatar Anderson Torres
Browse files

emacs: use lib.getDev to get harfbuzz

parent 770e9947
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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