Commit 62b205ef authored by Guillaume Girol's avatar Guillaume Girol
Browse files

lnav: add missing optional dependencies

they are probed by ./configure
parent 75d107c2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -12,6 +12,9 @@
  automake,
  curl,
  buildPackages,
  re2c,
  gpm,
  libarchive,
  nix-update-script,
}:

@@ -35,6 +38,7 @@ stdenv.mkDerivation rec {
    automake
    zlib
    curl.dev
    re2c
  ];
  buildInputs = [
    bzip2
@@ -43,6 +47,8 @@ stdenv.mkDerivation rec {
    readline
    sqlite
    curl
    gpm
    libarchive
  ];

  preConfigure = ''