~ruther/guix-local

0c3953ea603e6abd885a5a91b84f7f7788d0829f — Kei Kebreau 9 years ago ed3a9ec
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.
2 files changed, 2 insertions(+), 2 deletions(-)

M gnu/local.mk
R gnu/packages/{dillo => web-browsers}.scm
M gnu/local.mk => gnu/local.mk +1 -1
@@ 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				\

R gnu/packages/dillo.scm => gnu/packages/web-browsers.scm +1 -1
@@ 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)