guix-commits
[Top][All Lists]
Advanced

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

branch wip-desktop updated: gnu: librsvg: Remove duplicate "delete-file-


From: guix-commits
Subject: branch wip-desktop updated: gnu: librsvg: Remove duplicate "delete-file-recursively" call.
Date: Fri, 07 Aug 2020 03:39:22 -0400

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

dannym pushed a commit to branch wip-desktop
in repository guix.

The following commit(s) were added to refs/heads/wip-desktop by this push:
     new 752412b  gnu: librsvg: Remove duplicate "delete-file-recursively" call.
752412b is described below

commit 752412ba2dfac7a8b5bbcba0364567877dc317fc
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Fri Aug 7 09:38:27 2020 +0200

    gnu: librsvg: Remove duplicate "delete-file-recursively" call.
    
    * gnu/packages/gnome.scm 
(librsvg-next)[arguments]<#:phases>[prepare-for-build]:
    Remove duplicate "delete-file-recursively" call.
---
 gnu/packages/gnome.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1f7b2c9..f8cf61e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3749,7 +3749,6 @@ diagrams.")
              #t))
          (add-after 'unpack 'prepare-for-build
            (lambda _
-             (delete-file-recursively "vendor")
              ;; Don't demand an exact version for string_cache
              (substitute* "rsvg_internals/Cargo.toml"
                (("\"=") "\""))



reply via email to

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