drush: fix buildInputs / nativeBuildInputs

`makeWrapper` is a nativeBuildInput, and `php` and `which` are actually
only needed when constructing the wrapper, but no `buildInputs`.
This commit is contained in:
Florian Klink 2020-03-22 01:26:24 +01:00
parent e7d2655efb
commit 3b3e2c080f

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
sha256 = "07gbjd7m1fj5dmavr0z20vkqwx1cz2522sj9022p257jifj1yl76";
};
buildInputs = [ php which makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
installPhase = ''
# install libraries