Merge pull request #257506 from Artturin/pinyinfixstrict
This commit is contained in:
commit
f75e92b46b
1 changed files with 6 additions and 1 deletions
|
@ -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 a new issue