guix-commits
[Top][All Lists]
Advanced

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

278/331: gnu: librsvg: Remove duplicate "delete-file-recursively" call.


From: guix-commits
Subject: 278/331: gnu: librsvg: Remove duplicate "delete-file-recursively" call.
Date: Fri, 14 Aug 2020 11:14:10 -0400 (EDT)

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

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]