guix-commits
[Top][All Lists]
Advanced

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

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


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

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

commit b4eefc697c8074d9213dcf8005172a1dd9b9337f
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]