File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3535
3636 outputHashMode = "recursive" ;
3737 outputHashAlgo = "sha256" ;
38- outputHash = "0rpb3qd6slfp6wms8aj706zhdyqsr0cz3w64ri26w4ljh4d5fns1 " ;
38+ outputHash = "1qqvkcgz2736din1npaji0qy49va4vssskm4msngamgm5m9n78da " ;
3939 } ;
4040in stdenv . mkDerivation {
4141 inherit pname ;
4242 inherit version ;
4343
4444 dontUnpack = true ;
4545 buildInputs = [ makeWrapper unwrapped ] ;
46- propagatedBuildInputs = [ jre ] ;
46+ propagatedBuildInputs = [ jre ncurses5 glibc ] ;
4747
4848 dependenciesLinkHelper = ''#!/bin/bash
4949 konan_dir='' ${KONAN_DATA_DIR:-'' ${HOME:-/tmp}/.konan}
@@ -56,6 +56,7 @@ in stdenv.mkDerivation {
5656 mkdir -p $out/bin
5757 for p in $(ls ${ unwrapped } /bin/); do
5858 makeWrapper ${ unwrapped } /bin/$p $out/bin/$p \
59+ --prefix LD_LIBRARY_PATH ":" ${ ncurses5 } /lib:${ glibc } /lib \
5960 --prefix PATH ":" ${ jre } /bin \
6061 --run "$dependenciesLinkHelper" \
6162 ;
You can’t perform that action at this time.
0 commit comments