guix-patches
[Top][All Lists]
Advanced

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

bug#49566: [PATCH core-updates 0/4] import: {egg, gem, opam, hackage}: E


From: Ludovic Courtès
Subject: bug#49566: [PATCH core-updates 0/4] import: {egg, gem, opam, hackage}: Emit new-style package inputs.
Date: Tue, 20 Jul 2021 23:34:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Applied the whole series.

There was another test needing adjustment (see below) so I added it to
the last patch.

Thank you!

Ludo’.

diff --git a/tests/hackage.scm b/tests/hackage.scm
index dcf9902c97..073e35ad05 100644
--- a/tests/hackage.scm
+++ b/tests/hackage.scm
@@ -411,9 +411,7 @@ executable cabal
         ('base32
          (? string? hash)))))
     ('build-system 'haskell-build-system)
-    ('inputs
-     ('quasiquote
-      (("ghc-http" ('unquote 'ghc-http)))))
+    ('inputs ('list 'ghc-http))
     ('home-page "http://test.org";)
     ('synopsis (? string?))
     ('description (? string?))

reply via email to

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