dannym pushed a commit to branch wip-desktop
in repository guix.
commit b4eefc697c8074d9213dcf8005172a1dd9b9337f
Author: Danny Milosavljevic <[email protected]>
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"
(("\"=") "\""))