civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 445eec918332c1b8d4a6ba4baf1322e13076029b
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Sep 7 14:49:40 2021 +0200

    tests: Adjust '--with-input' test.
    
    This is a followup to 09b002622e2113c2f14c11ccd43fa01fd343fb95, which
    changed the dependency of graphviz from [email protected] to [email protected].
    
    * tests/guix-build.sh: Adjust '--with-input' test.
---
 tests/guix-build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/guix-build.sh b/tests/guix-build.sh
index e20702c..3d2de09 100644
--- a/tests/guix-build.sh
+++ b/tests/guix-build.sh
@@ -1,5 +1,5 @@
 # GNU Guix --- Functional package management for GNU
-# Copyright © 2012, 2013, 2014, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès 
<[email protected]>
+# Copyright © 2012, 2013, 2014, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic 
Courtès <[email protected]>
 # Copyright © 2020 Marius Bakke <[email protected]>
 # Copyright © 2021 Chris Marusich <[email protected]>
 #
@@ -278,7 +278,7 @@ guix build --target=arm-linux-gnueabihf --dry-run \
      -e '(@ (gnu packages base) coreutils)'
 
 # Replacements.
-drv1=`guix build guix [email protected][email protected] -d`
+drv1=`guix build guix --with-input=guile-zstd=idutils -d`
 drv2=`guix build guix -d`
 test "$drv1" != "$drv2"
 

Reply via email to