guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Fix wrong import of '(gnu packages zsh)'.


From: ???
Subject: 01/01: gnu: Fix wrong import of '(gnu packages zsh)'.
Date: Fri, 9 Sep 2016 11:09:47 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit 19b2ea1b60940ff1f422a3208a8df4e1ce19ff6a
Author: 宋文武 <address@hidden>
Date:   Fri Sep 9 19:05:23 2016 +0800

    gnu: Fix wrong import of '(gnu packages zsh)'.
    
    * gnu/packages/crypot.scm: Change import of '(gnu packages zsh)'
    to '(gnu packages shells)'.
---
 gnu/packages/crypto.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 4cf472f..ff5b0db 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -41,8 +41,8 @@
   #:use-module (gnu packages readline)
   #:use-module (gnu packages search)
   #:use-module (gnu packages serialization)
+  #:use-module (gnu packages shells)
   #:use-module (gnu packages tls)
-  #:use-module (gnu packages zsh)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)



reply via email to

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