diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-09-09 19:05:23 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-09-09 19:09:38 +0800 |
commit | 19b2ea1b60940ff1f422a3208a8df4e1ce19ff6a (patch) | |
tree | 3858754c5cc5ede3541fd2975b27f92a031b5f97 | |
parent | 31769b9f95582f6503696876ee4312adcf91e360 (diff) | |
download | patches-19b2ea1b60940ff1f422a3208a8df4e1ce19ff6a.tar patches-19b2ea1b60940ff1f422a3208a8df4e1ce19ff6a.tar.gz |
gnu: Fix wrong import of '(gnu packages zsh)'.
* gnu/packages/crypot.scm: Change import of '(gnu packages zsh)'
to '(gnu packages shells)'.
-rw-r--r-- | gnu/packages/crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 4cf472fe5c..ff5b0db5fb 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) |