guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: go-github-com-microcosm-cc-bluemonday: Adjus


From: guix-commits
Subject: branch master updated: gnu: go-github-com-microcosm-cc-bluemonday: Adjust inputs.
Date: Thu, 06 Jan 2022 02:31:25 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4faade1285 gnu: go-github-com-microcosm-cc-bluemonday: Adjust inputs.
4faade1285 is described below

commit 4faade12850ca4572e7aa36411a68ac21b66e750
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jan 5 12:30:43 2022 +0200

    gnu: go-github-com-microcosm-cc-bluemonday: Adjust inputs.
    
    * gnu/packages/golang.scm (go-github-com-microcosm-cc-bluemonday)
    [native-inputs]: Remove go-github-com-aymeric-douceur,
    go-github-com-gorillia-css.  Move go-github-com-chris-ramon-douceur,
    go-glang-org-x-net ...
    [propagated-inputs]: ... to here.
---
 gnu/packages/golang.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 583157f733..a699a62124 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7164,9 +7164,9 @@ transforms one JSON document into another through a 
JMESPath expression.")
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/microcosm-cc/bluemonday"))
-    (native-inputs
-     (list go-github-com-chris-ramon-douceur go-github-com-aymerick-douceur
-           go-github-com-gorilla-css go-golang-org-x-net))
+    (propagated-inputs
+     (list go-github-com-chris-ramon-douceur
+           go-golang-org-x-net))
     (home-page "https://github.com/microcosm-cc/bluemonday/";)
     (synopsis "HTML sanitizer")
     (description "@code{bluemonday} is a HTML sanitizer implemented in Go.")



reply via email to

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