From d1acf1fd4a3af2ec57116594505468350aab73c8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 4 Nov 2012 23:38:21 +0100 Subject: distro: recutils: Comment out optional dependencies. * distro/packages/recutils.scm (recutils): Comment out optional dependencies not packaged here. --- distro/packages/recutils.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'distro/packages/recutils.scm') diff --git a/distro/packages/recutils.scm b/distro/packages/recutils.scm index 6221ee07c9..c3b74b6085 100644 --- a/distro/packages/recutils.scm +++ b/distro/packages/recutils.scm @@ -35,10 +35,11 @@ (base32 "1v2xzwwwhc5j5kmvg4sv6baxjpsfqh8ln7ilv4mgb1408rs7xmky")))) (build-system gnu-build-system) - (inputs `(("curl" ,(nixpkgs-derivation "curl")) - ("emacs" ,(nixpkgs-derivation "emacs")) - ("check" ,(nixpkgs-derivation "check")) - ("bc" ,(nixpkgs-derivation "bc")) + (inputs `(;; TODO: Enable optional deps when they're packaged. + ;; ("curl" ,(nixpkgs-derivation "curl")) + ;; ("emacs" ,(nixpkgs-derivation "emacs")) + ;; ("check" ,(nixpkgs-derivation "check")) + ;; ("bc" ,(nixpkgs-derivation "bc")) ("patch/gets" ,(search-patch "diffutils-gets-undeclared.patch")))) (arguments `(#:patches (list (assoc-ref %build-inputs "patch/gets")))) -- cgit v1.2.3