ghcjs-ng: The GHC source should be configured with native build inputs

This matters once we start treating GHCJS as cross compilation, as we
should be.
This commit is contained in:
John Ericson 2019-11-24 23:08:47 +00:00
parent 4a0a297861
commit 5858d7229a

View file

@ -16,7 +16,7 @@
}:
runCommand "configured-ghcjs-src" {
buildInputs = [
nativeBuildInputs = [
perl
autoconf
automake