pkgs: havm: use 'nativeBuildInputs'
This is the correct one to use for a compiler like 'ghc'.
This commit is contained in:
parent
1d41918d70
commit
5accea2a33
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-FDi4FZ8rjGqRkFlROtcJsv+mks7MmIXQGV4bZrwkQrA=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
ghc
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue