aspell: perl should be nativeBuildInput

build fails otherwise, presumably not also needed
as a buildInput for some reason.
This commit is contained in:
Will Dietz 2018-01-14 18:30:28 -06:00
parent 11281bb54d
commit 0509695050

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
patch -p1 < ${./data-dirs-from-nix-profiles.patch} patch -p1 < ${./data-dirs-from-nix-profiles.patch}
''; '';
buildInputs = [ perl ]; nativeBuildInputs = [ perl ];
doCheck = true; doCheck = true;