unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26436: [PATCH] gnu: Move dillo to web-browsers.scm.
@ 2017-04-10 21:56 Kei Kebreau
  2017-04-10 22:52 ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Kei Kebreau @ 2017-04-10 21:56 UTC (permalink / raw)
  To: 26436; +Cc: Kei Kebreau

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-10 23:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10 21:56 bug#26436: [PATCH] gnu: Move dillo to web-browsers.scm Kei Kebreau
2017-04-10 22:52 ` Marius Bakke
2017-04-10 23:19   ` Kei Kebreau

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).