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 1d41918d70
commit 5accea2a33
1 changed files with 1 additions and 1 deletions

View File

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