diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/dictionaries.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 30995bf986..2b1f7f0ad1 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -175,11 +175,10 @@ work, such as sentence length and other readability measures.") (delete 'build) (delete 'check) (replace 'install - (lambda _ + (lambda* (#:key inputs #:allow-other-keys) (let ((bindir (string-append (assoc-ref %outputs "out") "/bin")) - (wish (string-append - (assoc-ref %build-inputs "tk") + (wish (string-append (assoc-ref inputs "tk") "/bin/wish8.6")) (sharedir (string-append (assoc-ref %outputs "out") |