mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
libpinyin: Enable strictDeps
Sadly doesn't fix cross-compilation which still fails with ``` ../utils/storage/gen_binary_files --table-dir ../data .../bin/bash: line 1: ../utils/storage/gen_binary_files: cannot execute binary file: Exec format error ```
This commit is contained in:
parent
99eb0f3469
commit
ef0d6a7268
@ -29,11 +29,16 @@ stdenv.mkDerivation rec {
|
||||
tar -xzf ${modelData} -C $sourceRoot/data
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
db
|
||||
pkg-config
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user