guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: text-editors.scm: Remove extra module import


From: guix-commits
Subject: branch master updated: gnu: text-editors.scm: Remove extra module import.
Date: Thu, 04 Feb 2021 10:39:49 -0500

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new beb7e3f  gnu: text-editors.scm: Remove extra module import.
beb7e3f is described below

commit beb7e3f517f54319e5472703be746448190cc07c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 4 17:35:58 2021 +0200

    gnu: text-editors.scm: Remove extra module import.
    
    * gnu/packages/text-editors.scm: Remove duplicate module import.
---
 gnu/packages/text-editors.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 5d24a8f..168c228 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -38,7 +38,6 @@
   #:use-module (guix build-system cargo)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
-  #:use-module (guix build-system cmake)
   #:use-module (guix build-system glib-or-gtk)
   #:use-module (guix build-system python)
   #:use-module ((guix licenses) #:prefix license:)



reply via email to

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