guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: imgui: Do not delete the whole of misc/ from sources.


From: guix-commits
Subject: 01/04: gnu: imgui: Do not delete the whole of misc/ from sources.
Date: Mon, 21 Feb 2022 01:22:00 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 465c488edeffba6175cfbd2bea98e2d5d42512f8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Feb 21 00:55:55 2022 -0500

    gnu: imgui: Do not delete the whole of misc/ from sources.
    
    Some sources turned out to be useful for the ogre package.
    
    * gnu/packages/toolkits.scm (imgui)[origin]: Only delete fonts in snippet.
---
 gnu/packages/toolkits.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/toolkits.scm b/gnu/packages/toolkits.scm
index e980438ca9..b29c0993dc 100644
--- a/gnu/packages/toolkits.scm
+++ b/gnu/packages/toolkits.scm
@@ -41,8 +41,8 @@
               (modules '((guix build utils)))
               (snippet
                '(begin
-                  ;; Contains fonts and other unneeded files.
-                  (delete-file-recursively "misc")))))
+                  ;; Remove bundled fonts.
+                  (delete-file-recursively "misc/fonts")))))
     (outputs '("out" "doc"))
     (build-system gnu-build-system)
     (arguments



reply via email to

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