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-chris-ramon-douceur: Adjust in


From: guix-commits
Subject: branch master updated: gnu: go-github-com-chris-ramon-douceur: Adjust inputs.
Date: Mon, 03 Jan 2022 01:40:58 -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 83e6304868 gnu: go-github-com-chris-ramon-douceur: Adjust inputs.
83e6304868 is described below

commit 83e630486829ae0724228405e86015ad68df2397
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 2 15:46:54 2022 +0200

    gnu: go-github-com-chris-ramon-douceur: Adjust inputs.
    
    * gnu/packages/golang.scm (go-github-com-chris-ramon-douceur)
    [native-inputs]: Move go-github-com-aymerick-douceur,
    go-github-com-gorilla-css from here ...
    [propagated-inputs]: ... to here.
---
 gnu/packages/golang.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1ac80f52ad..9074416f7f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
 ;;; Copyright © 2016 Andy Wingo <wingo@igalia.com>
 ;;; Copyright © 2016, 2019, 2021 Ludovic Courtès <ludo@gnu.org>
@@ -7108,10 +7108,13 @@ transforms one JSON document into another through a 
JMESPath expression.")
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/chris-ramon/douceur"))
-    (native-inputs
-     (list go-github-com-aymerick-douceur go-github-com-puerkitobio-goquery
-           go-github-com-andybalholm-cascadia go-golang-org-x-net
+    (propagated-inputs
+     (list go-github-com-aymerick-douceur
            go-github-com-gorilla-css))
+    (native-inputs
+     (list go-github-com-puerkitobio-goquery
+           go-github-com-andybalholm-cascadia
+           go-golang-org-x-net))
     (home-page "https://github.com/chris-ramon/douceur/";)
     (synopsis "CSS parser and inliner")
     (description "This package provides a CSS parser and inliner.")



reply via email to

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