;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015, 2016, 2017 Alex Kost ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu packages tv) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) #:use-module (gnu packages compression
aboutsummaryrefslogtreecommitdiff
blob: 4775986c57079e3e1f042c358fae082cc98f7358 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# List of source files which contain translatable strings.  These should be
# only package modules (currently it's only a subset of them, but eventually
# all of them should be listed here.)  Strings of the tools are in 'po/guix'.
gnu/packages/abiword.scm
gnu/packages/aspell.scm
gnu/packages/audio.scm
gnu/packages/backup.scm
gnu/packages/base.scm
gnu/packages/bittorrent.scm
gnu/packages/certs.scm
gnu/packages/compression.scm
gnu/packages/databases.scm
gnu/packages/debug.scm
gnu/packages/dejagnu.scm
gnu/packages/games.scm
gnu/packages/gcc.scm
gnu/packages/gettext.scm
gnu/packages/gimp.scm
gnu/packages/gnome.scm
gnu/packages/gnuzilla.scm
gnu/packages/gtk.scm
gnu/packages/guile.scm
gnu/packages/imagemagick.scm
gnu/packages/image.scm
gnu/packages/image-viewers.scm
gnu/packages/inkscape.scm
gnu/packages/jemalloc.scm
gnu/packages/less.scm
gnu/packages/lesstif.scm
gnu/packages/libreoffice.scm
gnu/packages/linux.scm
gnu/packages/lout.scm
gnu/packages/messaging.scm
gnu/packages/mpd.scm
gnu/packages/netpbm.scm
gnu/packages/nettle.scm
gnu/packages/networking.scm
gnu/packages/pdf.scm
gnu/packages/pem.scm
gnu/packages/perl.scm
gnu/packages/photo.scm
gnu/packages/ratpoison.scm
gnu/packages/readline.scm
gnu/packages/scanner.scm
gnu/packages/scheme.scm
gnu/packages/search.scm
gnu/packages/serveez.scm
gnu/packages/shells.scm
gnu/packages/telephony.scm
gnu/packages/tex.scm
gnu/packages/texinfo.scm
gnu/packages/textutils.scm
gnu/packages/version-control.scm
gnu/packages/virtualization.scm
gnu/packages/webkit.scm
gnu/packages/web.scm
gnu/packages/wordnet.scm
gnu/packages/xiph.scm