forked from mirrors/nixpkgs
aspellDicts: fix cross compilation
This commit is contained in:
parent
988b006652
commit
770e26126f
|
@ -41,10 +41,14 @@ let
|
|||
stdenv.mkDerivation ({
|
||||
name = "aspell-dict-${shortName}";
|
||||
|
||||
buildInputs = [aspell which];
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [ aspell which ];
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
configurePlatforms = [ ];
|
||||
|
||||
preBuild = "makeFlagsArray=(dictdir=$out/lib/aspell datadir=$out/lib/aspell)";
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue