all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kei@openmailbox.org>
To: 26436@debbugs.gnu.org
Cc: Kei Kebreau <kei@openmailbox.org>
Subject: bug#26436: [PATCH] gnu: Move dillo to web-browsers.scm.
Date: Mon, 10 Apr 2017 17:56:03 -0400	[thread overview]
Message-ID: <20170410215603.26934-1-kei@openmailbox.org> (raw)

* 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.
---
 gnu/local.mk                                 | 2 +-
 gnu/packages/{dillo.scm => web-browsers.scm} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename gnu/packages/{dillo.scm => web-browsers.scm} (100%)

diff --git a/gnu/local.mk b/gnu/local.mk
index a8d006601..0ed8853ad 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
similarity index 100%
rename from gnu/packages/dillo.scm
rename to gnu/packages/web-browsers.scm
-- 
2.12.2

             reply	other threads:[~2017-04-10 21:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-10 21:56 Kei Kebreau [this message]
2017-04-10 22:52 ` bug#26436: [PATCH] gnu: Move dillo to web-browsers.scm Marius Bakke
2017-04-10 23:19   ` Kei Kebreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170410215603.26934-1-kei@openmailbox.org \
    --to=kei@openmailbox.org \
    --cc=26436@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.