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

sbt: add ncurses as propagated build input
This commit is contained in:
Arnout Engelen
2024-05-31 09:41:18 +02:00
committed by GitHub
@@ -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