guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: guix: Fix missing export for make-desktop-e


From: guix-commits
Subject: branch core-updates updated: guix: Fix missing export for make-desktop-entry-file.
Date: Thu, 30 Jan 2020 10:54:14 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 5db7df2  guix: Fix missing export for make-desktop-entry-file.
5db7df2 is described below

commit 5db7df2eab8c0dc0f91aaaf8431f0ba0d72d6049
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Thu Jan 30 16:53:44 2020 +0100

    guix: Fix missing export for make-desktop-entry-file.
    
    * guix/build/utils.scm: Export make-desktop-entry-file.
---
 guix/build/utils.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/build/utils.scm b/guix/build/utils.scm
index cee4e8a..a398bf9 100644
--- a/guix/build/utils.scm
+++ b/guix/build/utils.scm
@@ -108,6 +108,8 @@
 
             invoke/quiet
 
+            make-desktop-entry-file
+
             locale-category->string))
 
 



reply via email to

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