~ruther/guix-local

d1acf1fd4a3af2ec57116594505468350aab73c8 — Ludovic Courtès 13 years ago 8d1939e
distro: recutils: Comment out optional dependencies.

* distro/packages/recutils.scm (recutils): Comment out optional
  dependencies not packaged here.
1 files changed, 5 insertions(+), 4 deletions(-)

M distro/packages/recutils.scm
M distro/packages/recutils.scm => distro/packages/recutils.scm +5 -4
@@ 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"))))