Merge pull request #150933 from NickCao/aspell
aspellDicts: fix cross compilation
This commit is contained in:
commit
d1019e1aa8
@ -41,10 +41,14 @@ let
|
|||||||
stdenv.mkDerivation ({
|
stdenv.mkDerivation ({
|
||||||
name = "aspell-dict-${shortName}";
|
name = "aspell-dict-${shortName}";
|
||||||
|
|
||||||
buildInputs = [aspell which];
|
strictDeps = true;
|
||||||
|
|
||||||
|
nativeBuildInputs = [ aspell which ];
|
||||||
|
|
||||||
dontAddPrefix = true;
|
dontAddPrefix = true;
|
||||||
|
|
||||||
|
configurePlatforms = [ ];
|
||||||
|
|
||||||
preBuild = "makeFlagsArray=(dictdir=$out/lib/aspell datadir=$out/lib/aspell)";
|
preBuild = "makeFlagsArray=(dictdir=$out/lib/aspell datadir=$out/lib/aspell)";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user