babashka: utf8 + nativeBuildinputs fix
utf8: see borkdude/babashka/issues/359 nativeBuildinputs: this PR's review
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, graalvm8 }:
|
{ stdenv, fetchurl, graalvm8, glibcLocales }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
|
|
||||||
buildInputs = [ graalvm8 ];
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
nativeBuildInputs = [ graalvm8 glibcLocales ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
native-image \
|
native-image \
|
||||||
|
|||||||
Reference in New Issue
Block a user