From e7e330d112783de9976c4c299a20e04b691b2c25 Mon Sep 17 00:00:00 2001 From: ckie Date: Wed, 20 Apr 2022 05:05:22 +0300 Subject: [PATCH] python3Packages.kaldi-active-grammar: add note about updating dragonfly --- .../python-modules/kaldi-active-grammar/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/kaldi-active-grammar/default.nix b/pkgs/development/python-modules/kaldi-active-grammar/default.nix index 87fb818e7e37..a1ef7e314656 100644 --- a/pkgs/development/python-modules/kaldi-active-grammar/default.nix +++ b/pkgs/development/python-modules/kaldi-active-grammar/default.nix @@ -13,6 +13,11 @@ , callPackage }: +# +# Maintainer note: only in-tree dependant is `dragonfly`, try to +# update the two alongside eachother. +# + let kaldi = callPackage ./fork.nix { }; in