guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 278/402: gnu: librsvg: Remove duplicate "delete-file-recursively" call.
Date: Tue, 18 Aug 2020 16:48:02 -0400 (EDT)

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

commit 4a28dffde6d0e5d655a7f4007e67175a8c0af10a
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 703f2b9..cd40db7 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]