mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
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 ({
|
||||
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 New Issue
Block a user