mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Note about BuckleScript's build process and why BS_TRAVIS_CI=1
is
needed
This commit is contained in:
parent
c09411b89e
commit
0f0cb0b857
@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
|
||||
pname = "bs-platform";
|
||||
|
||||
BS_RELEASE_BUILD = "true";
|
||||
|
||||
# BuckleScript's idiosyncratic build process only builds artifacts required
|
||||
# for editor-tooling to work when this environment variable is set:
|
||||
# https://github.com/BuckleScript/bucklescript/blob/7.2.0/scripts/install.js#L225-L227
|
||||
BS_TRAVIS_CI = "1";
|
||||
|
||||
buildInputs = [ nodejs python3 custom-ninja ];
|
||||
|
Loading…
Reference in New Issue
Block a user