guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: nuspell: Remove unnecessary inputs.


From: guix-commits
Subject: 01/02: gnu: nuspell: Remove unnecessary inputs.
Date: Mon, 25 Mar 2024 12:28:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 53aa1677cfb084056f44646e4dfc27d91de82c98
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Mar 25 17:21:11 2024 +0100

    gnu: nuspell: Remove unnecessary inputs.
    
    * gnu/packages/enchant.scm (nuspell)[native-inputs]: Remove GIT-MINIMAL and
    PERL.
    [inputs]: remove BOOST.
    
    Change-Id: I1847e4c68a5c40c5ebae75a0bbe651384250d8a7
---
 gnu/packages/enchant.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index f836a734bb..c9351ed3c3 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -55,12 +55,7 @@
        (sha256
         (base32 "05j1hmczy6v9dyxp77vxhgyl7y5hff3v45vlp86gyh7m9lgqpmra"))))
     (build-system cmake-build-system)
-    (native-inputs
-     (list catch2-3
-           git-minimal
-           perl
-           pkg-config))
-    (inputs (list boost))
+    (native-inputs (list catch2-3 pkg-config))
     (propagated-inputs (list icu4c))
     (synopsis "Fast and safe spellchecking C++ library")
     (description "Nuspell is a fast and safe spelling checker software



reply via email to

[Prev in Thread] Current Thread [Next in Thread]