pkgs: havm: use 'nativeBuildInputs'

This is the correct one to use for a compiler like 'ghc'.
This commit is contained in:
Bruno BELANYI 2021-08-31 19:50:44 +02:00
parent 60e977611c
commit 5c1dd6500a

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-FDi4FZ8rjGqRkFlROtcJsv+mks7MmIXQGV4bZrwkQrA="; sha256 = "sha256-FDi4FZ8rjGqRkFlROtcJsv+mks7MmIXQGV4bZrwkQrA=";
}; };
buildInputs = [ nativeBuildInputs = [
ghc ghc
]; ];