diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-14 16:28:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-14 19:47:28 +0100 |
commit | 205df739400ee08da4ad72c91b082516ecbfa394 (patch) | |
tree | c609a4beb486f9a23280ae918c90148d950755e9 /gnu/packages/networking.scm | |
parent | 2fe29c8490ec2fec6c87f68df657d57998cc59c2 (diff) | |
download | patches-205df739400ee08da4ad72c91b082516ecbfa394.tar patches-205df739400ee08da4ad72c91b082516ecbfa394.tar.gz |
gnu: Move libconfuse to (gnu packages textutils).
* gnu/packages/wm.scm (libconfuse): Move…
* gnu/packages/textutils.scm (libconfuse): …to here.
Adjust all imports.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 7d7fce7563..eeabc3d93d 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -99,7 +99,6 @@ #:use-module (gnu packages tls) #:use-module (gnu packages valgrind) #:use-module (gnu packages web) - #:use-module (gnu packages wm) #:use-module (gnu packages wxwidgets) #:use-module (gnu packages xml) #:use-module (ice-9 match)) |