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
commit 89cba267d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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