Skip to content

Commit

Permalink
Merge pull request NixOS#315581 from raboof/sbt-add-propagated-ncurse…
Browse files Browse the repository at this point in the history
…s-dep

sbt: add ncurses as propagated build input
  • Loading branch information
raboof authored May 31, 2024
2 parents 732fd40 + db84e6c commit 89cba26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/tools/build-managers/sbt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
, jre
, autoPatchelfHook
, zlib
, ncurses
}:

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

propagatedBuildInputs = [
# for infocmp
ncurses
];

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit 89cba26

Please sign in to comment.