Unverified Commit 89cba267 authored by Arnout Engelen's avatar Arnout Engelen Committed by GitHub
Browse files

Merge pull request #315581 from raboof/sbt-add-propagated-ncurses-dep

sbt: add ncurses as propagated build input
parents 732fd40e db84e6ce
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
, jre
, autoPatchelfHook
, zlib
, ncurses
}:

stdenv.mkDerivation (finalAttrs: {
@@ -26,6 +27,11 @@ stdenv.mkDerivation (finalAttrs: {
    zlib
  ];

  propagatedBuildInputs = [
    # for infocmp
    ncurses
  ];

  installPhase = ''
    runHook preInstall