diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-04-10 17:49:47 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-04-10 19:16:47 -0400 |
commit | 0c3953ea603e6abd885a5a91b84f7f7788d0829f (patch) | |
tree | d7759a4215e9b4e9946ddd3a79a3e0b7a4cb8a22 /gnu | |
parent | ed3a9ec5acfb96cf79ede69b96ecc396d2312185 (diff) | |
download | patches-0c3953ea603e6abd885a5a91b84f7f7788d0829f.tar patches-0c3953ea603e6abd885a5a91b84f7f7788d0829f.tar.gz |
gnu: Move dillo to web-browsers.scm.
* gnu/packages/dillo.scm: Remove file and move dillo...
* gnu/packages/web-browsers.scm: ...here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove dillo.scm and add
web-browsers.scm.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/local.mk | 2 | ||||
-rw-r--r-- | gnu/packages/web-browsers.scm (renamed from gnu/packages/dillo.scm) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 5782f83908..d755d8248e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -105,7 +105,6 @@ GNU_SYSTEM_MODULES = \ %D%/packages/dejagnu.scm \ %D%/packages/dico.scm \ %D%/packages/dictionaries.scm \ - %D%/packages/dillo.scm \ %D%/packages/disk.scm \ %D%/packages/display-managers.scm \ %D%/packages/django.scm \ @@ -389,6 +388,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/w3m.scm \ %D%/packages/wdiff.scm \ %D%/packages/web.scm \ + %D%/packages/web-browsers.scm \ %D%/packages/webkit.scm \ %D%/packages/wget.scm \ %D%/packages/wicd.scm \ diff --git a/gnu/packages/dillo.scm b/gnu/packages/web-browsers.scm index 6e0c4d17a9..3ff69611bf 100644 --- a/gnu/packages/dillo.scm +++ b/gnu/packages/web-browsers.scm @@ -16,7 +16,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. -(define-module (gnu packages dillo) +(define-module (gnu packages web-browsers) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (gnu packages) |