aspell: perl should be nativeBuildInput
build fails otherwise, presumably not also needed as a buildInput for some reason.
This commit is contained in:
parent
11281bb54d
commit
0509695050
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user