build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
# GNU Guix --- Functional package management for GNU
|
2016-01-03 13:49:55 +00:00
|
|
|
# Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
|
2016-01-20 15:32:32 +00:00
|
|
|
# Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
|
2016-01-24 17:48:29 +00:00
|
|
|
# Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
|
2016-01-20 18:04:35 +00:00
|
|
|
# Copyright © 2013, 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
#
|
|
|
|
# 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 <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
# Definitions for the GNU System: package modules, patches, bootstrap
|
|
|
|
# binaries.
|
|
|
|
|
|
|
|
GNU_SYSTEM_MODULES = \
|
2014-05-22 21:20:12 +00:00
|
|
|
gnu.scm \
|
2014-11-12 13:28:36 +00:00
|
|
|
gnu/artwork.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages.scm \
|
2015-08-25 23:45:47 +00:00
|
|
|
gnu/packages/abduco.scm \
|
2014-09-09 11:54:38 +00:00
|
|
|
gnu/packages/abiword.scm \
|
2013-10-10 10:32:15 +00:00
|
|
|
gnu/packages/acct.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/acl.scm \
|
2014-01-13 20:32:39 +00:00
|
|
|
gnu/packages/admin.scm \
|
2014-11-04 17:20:58 +00:00
|
|
|
gnu/packages/adns.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/algebra.scm \
|
2014-09-03 08:47:05 +00:00
|
|
|
gnu/packages/aidc.scm \
|
2015-11-16 17:32:38 +00:00
|
|
|
gnu/packages/animation.scm \
|
2013-11-07 10:23:22 +00:00
|
|
|
gnu/packages/apl.scm \
|
2013-08-24 08:23:11 +00:00
|
|
|
gnu/packages/apr.scm \
|
2014-01-26 22:52:59 +00:00
|
|
|
gnu/packages/asciidoc.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/aspell.scm \
|
|
|
|
gnu/packages/attr.scm \
|
2015-02-20 20:52:21 +00:00
|
|
|
gnu/packages/audacity.scm \
|
2015-01-26 08:59:56 +00:00
|
|
|
gnu/packages/audio.scm \
|
2016-01-21 15:03:26 +00:00
|
|
|
gnu/packages/augeas.scm \
|
2013-10-14 17:55:53 +00:00
|
|
|
gnu/packages/autogen.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/autotools.scm \
|
|
|
|
gnu/packages/avahi.scm \
|
2014-11-21 23:22:51 +00:00
|
|
|
gnu/packages/avr.scm \
|
2014-05-27 15:04:42 +00:00
|
|
|
gnu/packages/backup.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/base.scm \
|
|
|
|
gnu/packages/bash.scm \
|
|
|
|
gnu/packages/bdw-gc.scm \
|
2014-12-11 14:48:22 +00:00
|
|
|
gnu/packages/bioinformatics.scm \
|
2014-05-26 09:51:49 +00:00
|
|
|
gnu/packages/bittorrent.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/bison.scm \
|
2014-02-04 15:12:38 +00:00
|
|
|
gnu/packages/boost.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/bootstrap.scm \
|
2014-05-27 06:53:30 +00:00
|
|
|
gnu/packages/busybox.scm \
|
2014-02-19 22:02:32 +00:00
|
|
|
gnu/packages/calcurse.scm \
|
2014-05-20 17:20:12 +00:00
|
|
|
gnu/packages/ccache.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/cdrom.scm \
|
2015-02-09 18:26:35 +00:00
|
|
|
gnu/packages/certs.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/check.scm \
|
2015-04-19 17:59:37 +00:00
|
|
|
gnu/packages/ci.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/cmake.scm \
|
2015-03-12 10:35:16 +00:00
|
|
|
gnu/packages/code.scm \
|
gnu: Split (gnu packages base), adding (gnu packages commencement).
* gnu/packages/base.scm (gnu-make-boot0, diffutils-boot0,
findutils-boot0, %boot0-inputs, nix-system->gnu-triplet, boot-triplet,
binutils-boot0, gcc-boot0, perl-boot0, linux-libre-headers-boot0,
texinfo-boot0, %boot1-inputs, glibc-final-with-bootstrap-bash,
cross-gcc-wrapper, static-bash-for-glibc, glibc-final,
gcc-boot0-wrapped, %boot2-inputs, binutils-final, libstdc++,
gcc-final, ld-wrapper-boot3, %boot3-inputs, bash-final, %boot4-inputs,
guile-final, gnu-make-final, ld-wrapper, coreutils-final, grep-final,
%boot5-inputs, %final-inputs, canonical-package, gcc-toolchain,
gcc-toolchain-4.8, gcc-toolchain-4.9): Move to...
* gnu/packages/commencement.scm: ... here. New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* build-aux/check-final-inputs-self-contained.scm: Adjust accordingly.
* gnu/packages/cross-base.scm: Likewise.
* gnu/packages/make-bootstrap.scm: Likewise.
* guix/build-system/cmake.scm (cmake-build): Likewise.
* guix/build-system/gnu.scm (standard-packages, gnu-build,
gnu-cross-build): Likewise.
* guix/build-system/perl.scm (perl-build): Likewise.
* guix/build-system/python.scm (python-build): Likewise.
* guix/build-system/trivial.scm (guile-for-build): Likewise.
* guix/download.scm (url-fetch): Likewise.
* guix/gexp.scm (default-guile): Likewise.
* guix/git-download.scm (git-fetch): Likewise.
* guix/monads.scm (run-with-store): Likewise.
* guix/packages.scm (default-guile): Likewise.
* guix/scripts/package.scm (guix-package): Likewise.
* guix/scripts/refresh.scm: Likewise.
* guix/svn-download.scm (svn-fetch): Likewise.
* tests/builders.scm (%bootstrap-inputs, %bootstrap-search-paths):
Likewise.
* tests/packages.scm ("GNU Make, bootstrap"): Likewise.
* tests/guix-package.sh: Likewise.
* gnu/services/base.scm: Use 'canonical-package' instead of xxx-final.
* gnu/services/xorg.scm: Likewise.
* gnu/system/vm.scm: Likewise.
* guix/scripts/pull.scm (guix-pull): Likewise.
2014-08-26 22:25:17 +00:00
|
|
|
gnu/packages/commencement.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/compression.scm \
|
2014-07-07 16:58:18 +00:00
|
|
|
gnu/packages/conkeror.scm \
|
2015-08-21 16:20:46 +00:00
|
|
|
gnu/packages/conky.scm \
|
2014-09-03 08:47:05 +00:00
|
|
|
gnu/packages/cook.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/cpio.scm \
|
|
|
|
gnu/packages/cppi.scm \
|
|
|
|
gnu/packages/cross-base.scm \
|
2014-06-26 00:32:23 +00:00
|
|
|
gnu/packages/crypto.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/cryptsetup.scm \
|
2015-01-05 12:56:51 +00:00
|
|
|
gnu/packages/cups.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/curl.scm \
|
|
|
|
gnu/packages/cyrus-sasl.scm \
|
gnu: Consolidate databases in (gnu packages databases).
* gnu/packages/databases.scm: New file, with the contents of the
following deleted files.
* gnu/packages/mysql.scm, gnu/packages/postgresql.scm,
gnu/packages/recutils.scm, gnu/packages/sqlite.scm,
gnu/packages/bdb.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/apl.scm, gnu/packages/dc.scm, gnu/packages/games.scm,
gnu/packages/gnunet.scm, gnu/packages/linux.scm, gnu/packages/mail.scm,
gnu/packages/mpd.scm, gnu/packages/nvi.scm, gnu/packages/openldap.scm,
gnu/packages/package-management.scm, gnu/packages/python.scm,
gnu/packages/qt.scm, gnu/packages/rdf.scm,
gnu/packages/version-control.scm: Adjust to new module name.
2014-09-08 15:48:03 +00:00
|
|
|
gnu/packages/databases.scm \
|
2014-07-18 19:36:09 +00:00
|
|
|
gnu/packages/datamash.scm \
|
2015-12-11 14:57:45 +00:00
|
|
|
gnu/packages/datastructures.scm \
|
2015-12-30 05:15:35 +00:00
|
|
|
gnu/packages/dav.scm \
|
2014-01-24 17:36:34 +00:00
|
|
|
gnu/packages/dc.scm \
|
2014-11-26 19:22:00 +00:00
|
|
|
gnu/packages/debug.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/dejagnu.scm \
|
2015-11-24 22:52:09 +00:00
|
|
|
gnu/packages/dico.scm \
|
2014-01-21 23:21:19 +00:00
|
|
|
gnu/packages/dictionaries.scm \
|
2014-06-03 20:12:05 +00:00
|
|
|
gnu/packages/disk.scm \
|
2015-03-01 23:27:40 +00:00
|
|
|
gnu/packages/djvu.scm \
|
2015-03-13 11:06:19 +00:00
|
|
|
gnu/packages/dns.scm \
|
2014-01-17 22:47:31 +00:00
|
|
|
gnu/packages/docbook.scm \
|
2016-01-11 18:30:10 +00:00
|
|
|
gnu/packages/docker.scm \
|
2014-04-24 22:03:36 +00:00
|
|
|
gnu/packages/doxygen.scm \
|
2015-07-08 18:03:49 +00:00
|
|
|
gnu/packages/dunst.scm \
|
2015-08-22 00:47:05 +00:00
|
|
|
gnu/packages/dvtm.scm \
|
2015-02-07 19:12:36 +00:00
|
|
|
gnu/packages/ebook.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/ed.scm \
|
2013-12-15 22:19:44 +00:00
|
|
|
gnu/packages/elf.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/emacs.scm \
|
2014-09-09 11:34:22 +00:00
|
|
|
gnu/packages/enchant.scm \
|
2015-03-04 08:46:04 +00:00
|
|
|
gnu/packages/engineering.scm \
|
2015-03-03 14:16:45 +00:00
|
|
|
gnu/packages/enlightenment.scm \
|
2015-04-02 06:08:37 +00:00
|
|
|
gnu/packages/fcitx.scm \
|
2014-10-05 03:32:14 +00:00
|
|
|
gnu/packages/feh.scm \
|
2015-08-17 03:43:07 +00:00
|
|
|
gnu/packages/figlet.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/file.scm \
|
2015-09-17 19:07:22 +00:00
|
|
|
gnu/packages/finance.scm \
|
2014-10-28 22:07:57 +00:00
|
|
|
gnu/packages/firmware.scm \
|
2014-07-10 12:07:00 +00:00
|
|
|
gnu/packages/fish.scm \
|
2014-09-29 15:52:57 +00:00
|
|
|
gnu/packages/flashing-tools.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/flex.scm \
|
2014-01-25 08:27:14 +00:00
|
|
|
gnu/packages/fltk.scm \
|
2013-08-24 08:23:11 +00:00
|
|
|
gnu/packages/fonts.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/fontutils.scm \
|
2015-02-14 18:57:23 +00:00
|
|
|
gnu/packages/freedesktop.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/freeipmi.scm \
|
2014-04-15 21:01:53 +00:00
|
|
|
gnu/packages/ftp.scm \
|
2014-09-09 09:39:12 +00:00
|
|
|
gnu/packages/fribidi.scm \
|
2015-01-17 09:10:17 +00:00
|
|
|
gnu/packages/fvwm.scm \
|
2014-12-15 10:50:18 +00:00
|
|
|
gnu/packages/game-development.scm \
|
2014-02-19 19:58:24 +00:00
|
|
|
gnu/packages/games.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/gawk.scm \
|
|
|
|
gnu/packages/gcal.scm \
|
|
|
|
gnu/packages/gcc.scm \
|
|
|
|
gnu/packages/gd.scm \
|
|
|
|
gnu/packages/gdb.scm \
|
2013-08-19 22:49:23 +00:00
|
|
|
gnu/packages/geeqie.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/gettext.scm \
|
|
|
|
gnu/packages/ghostscript.scm \
|
2014-05-12 21:54:30 +00:00
|
|
|
gnu/packages/gimp.scm \
|
2013-08-24 08:23:11 +00:00
|
|
|
gnu/packages/gkrellm.scm \
|
2013-09-29 20:49:53 +00:00
|
|
|
gnu/packages/gl.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/glib.scm \
|
2013-09-22 15:53:01 +00:00
|
|
|
gnu/packages/gnome.scm \
|
2015-05-06 06:41:40 +00:00
|
|
|
gnu/packages/gnucash.scm \
|
2013-08-24 08:41:07 +00:00
|
|
|
gnu/packages/gnunet.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/gnupg.scm \
|
2014-03-18 23:18:04 +00:00
|
|
|
gnu/packages/gnustep.scm \
|
2013-11-11 19:44:34 +00:00
|
|
|
gnu/packages/gnuzilla.scm \
|
2013-12-03 17:23:32 +00:00
|
|
|
gnu/packages/gnu-pw-mgr.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/gperf.scm \
|
|
|
|
gnu/packages/gprolog.scm \
|
2014-10-29 13:57:50 +00:00
|
|
|
gnu/packages/gps.scm \
|
2015-01-16 14:47:03 +00:00
|
|
|
gnu/packages/graphics.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/graphviz.scm \
|
|
|
|
gnu/packages/groff.scm \
|
|
|
|
gnu/packages/grub.scm \
|
|
|
|
gnu/packages/grue-hunter.scm \
|
|
|
|
gnu/packages/gsasl.scm \
|
2013-09-22 14:22:00 +00:00
|
|
|
gnu/packages/gstreamer.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/gtk.scm \
|
|
|
|
gnu/packages/guile.scm \
|
2013-12-02 22:25:59 +00:00
|
|
|
gnu/packages/guile-wm.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/gv.scm \
|
2014-02-04 12:48:18 +00:00
|
|
|
gnu/packages/gxmessage.scm \
|
2015-02-25 19:20:24 +00:00
|
|
|
gnu/packages/haskell.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/hugs.scm \
|
2014-02-16 10:17:52 +00:00
|
|
|
gnu/packages/hurd.scm \
|
2015-03-16 06:54:13 +00:00
|
|
|
gnu/packages/ibus.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/icu4c.scm \
|
|
|
|
gnu/packages/idutils.scm \
|
gnu: Consolidate libjpeg, libpng, and libtiff into one module.
* gnu/packages/image.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add image.scm and remove libjpeg.scm,
libpng.scm, and libtiff.scm.
* gnu/packages/libjpeg.scm, gnu/packages/libpng.scm, gnu/packages/libtiff.scm:
Delete files.
* gnu/packages/emacs.scm gnu/packages/games.scm, gnu/packages/gd.scm,
gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/gimp.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnustep.scm, gnu/packages/gnuzilla.scm,
gnu/packages/graphviz.scm, gnu/packages/gtk.scm,
gnu/packages/imagemagick.scm, gnu/packages/inkscape.scm,
gnu/packages/netpbm.scm, gnu/packages/pdf.scm, gnu/packages/plotutils.scm,
gnu/packages/qemu.scm, gnu/packages/qt.scm, gnu/packages/scheme.scm,
gnu/packages/sdl.scm, gnu/packages/slim.scm, gnu/packages/tcl.scm,
gnu/packages/texlive.scm, gnu/packages/video.scm, gnu/packages/xiph.scm,
gnu/packages/xorg.scm: Use (gnu packages image) module.
2014-06-25 12:39:02 +00:00
|
|
|
gnu/packages/image.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/imagemagick.scm \
|
|
|
|
gnu/packages/indent.scm \
|
2015-11-12 14:47:48 +00:00
|
|
|
gnu/packages/inklingreader.scm \
|
2014-02-04 15:12:39 +00:00
|
|
|
gnu/packages/inkscape.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/irssi.scm \
|
2013-10-15 01:28:59 +00:00
|
|
|
gnu/packages/iso-codes.scm \
|
2014-12-23 11:32:25 +00:00
|
|
|
gnu/packages/java.scm \
|
2015-04-16 08:46:03 +00:00
|
|
|
gnu/packages/jemalloc.scm \
|
2014-06-30 16:26:08 +00:00
|
|
|
gnu/packages/jrnl.scm \
|
2015-03-20 10:26:23 +00:00
|
|
|
gnu/packages/julia.scm \
|
2015-07-24 20:22:15 +00:00
|
|
|
gnu/packages/kde-frameworks.scm \
|
2015-03-17 10:43:35 +00:00
|
|
|
gnu/packages/key-mon.scm \
|
2015-11-17 03:31:26 +00:00
|
|
|
gnu/packages/kodi.scm \
|
2015-03-17 04:07:55 +00:00
|
|
|
gnu/packages/language.scm \
|
2016-01-05 14:43:50 +00:00
|
|
|
gnu/packages/ldc.scm \
|
2016-01-17 08:03:53 +00:00
|
|
|
gnu/packages/lego.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/less.scm \
|
|
|
|
gnu/packages/lesstif.scm \
|
2013-10-02 11:39:17 +00:00
|
|
|
gnu/packages/libcanberra.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/libdaemon.scm \
|
2015-03-07 14:17:47 +00:00
|
|
|
gnu/packages/libedit.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/libevent.scm \
|
2015-02-03 08:45:39 +00:00
|
|
|
gnu/packages/libffcall.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/libffi.scm \
|
2014-07-23 23:59:04 +00:00
|
|
|
gnu/packages/libftdi.scm \
|
2015-04-26 21:46:57 +00:00
|
|
|
gnu/packages/calendar.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/libidn.scm \
|
|
|
|
gnu/packages/libphidget.scm \
|
2015-04-27 20:09:15 +00:00
|
|
|
gnu/packages/libreoffice.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/libsigsegv.scm \
|
|
|
|
gnu/packages/libunistring.scm \
|
|
|
|
gnu/packages/libusb.scm \
|
|
|
|
gnu/packages/libunwind.scm \
|
2015-01-23 15:08:09 +00:00
|
|
|
gnu/packages/libupnp.scm \
|
2013-08-24 08:04:43 +00:00
|
|
|
gnu/packages/lightning.scm \
|
2014-07-11 08:01:05 +00:00
|
|
|
gnu/packages/links.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/linux.scm \
|
2015-03-22 13:23:47 +00:00
|
|
|
gnu/packages/lirc.scm \
|
2014-09-03 08:47:05 +00:00
|
|
|
gnu/packages/lisp.scm \
|
2014-12-07 21:19:35 +00:00
|
|
|
gnu/packages/llvm.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/lout.scm \
|
|
|
|
gnu/packages/lsh.scm \
|
|
|
|
gnu/packages/lsof.scm \
|
|
|
|
gnu/packages/lua.scm \
|
2015-07-11 06:25:14 +00:00
|
|
|
gnu/packages/lxde.scm \
|
2015-02-28 20:08:50 +00:00
|
|
|
gnu/packages/lxqt.scm \
|
2014-03-05 07:16:06 +00:00
|
|
|
gnu/packages/lynx.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/m4.scm \
|
2015-05-28 13:53:14 +00:00
|
|
|
gnu/packages/machine-learning.scm \
|
2014-04-06 19:36:40 +00:00
|
|
|
gnu/packages/man.scm \
|
2013-09-22 19:01:40 +00:00
|
|
|
gnu/packages/mail.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/make-bootstrap.scm \
|
2015-07-19 14:41:34 +00:00
|
|
|
gnu/packages/markdown.scm \
|
2016-02-09 23:00:20 +00:00
|
|
|
gnu/packages/mate.scm \
|
2013-08-24 08:51:56 +00:00
|
|
|
gnu/packages/maths.scm \
|
2014-03-25 20:51:32 +00:00
|
|
|
gnu/packages/mc.scm \
|
2014-05-26 06:15:53 +00:00
|
|
|
gnu/packages/mcrypt.scm \
|
2014-03-06 00:12:19 +00:00
|
|
|
gnu/packages/messaging.scm \
|
2014-11-26 22:14:16 +00:00
|
|
|
gnu/packages/mg.scm \
|
2014-10-21 19:46:24 +00:00
|
|
|
gnu/packages/miscfiles.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/mit-krb5.scm \
|
2014-02-07 23:04:58 +00:00
|
|
|
gnu/packages/moe.scm \
|
2015-02-01 01:21:11 +00:00
|
|
|
gnu/packages/moreutils.scm \
|
2014-02-23 23:25:17 +00:00
|
|
|
gnu/packages/mpd.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/mp3.scm \
|
2014-05-01 17:16:16 +00:00
|
|
|
gnu/packages/mpi.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/multiprecision.scm \
|
2015-03-11 06:27:14 +00:00
|
|
|
gnu/packages/music.scm \
|
2013-12-01 11:43:29 +00:00
|
|
|
gnu/packages/mtools.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/nano.scm \
|
2014-01-25 08:17:39 +00:00
|
|
|
gnu/packages/ncdu.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/ncurses.scm \
|
|
|
|
gnu/packages/netpbm.scm \
|
|
|
|
gnu/packages/nettle.scm \
|
2015-04-29 14:26:34 +00:00
|
|
|
gnu/packages/networking.scm \
|
2015-01-09 13:37:30 +00:00
|
|
|
gnu/packages/ninja.scm \
|
2014-07-01 06:47:31 +00:00
|
|
|
gnu/packages/node.scm \
|
2013-07-03 13:10:34 +00:00
|
|
|
gnu/packages/noweb.scm \
|
2014-10-18 15:09:45 +00:00
|
|
|
gnu/packages/ntp.scm \
|
2014-11-21 04:16:52 +00:00
|
|
|
gnu/packages/nutrition.scm \
|
2014-09-03 08:47:05 +00:00
|
|
|
gnu/packages/nvi.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/ocaml.scm \
|
2015-03-20 15:22:34 +00:00
|
|
|
gnu/packages/ocr.scm \
|
2014-01-13 17:53:26 +00:00
|
|
|
gnu/packages/onc-rpc.scm \
|
2014-11-16 16:57:06 +00:00
|
|
|
gnu/packages/openbox.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/openldap.scm \
|
2015-08-16 14:31:24 +00:00
|
|
|
gnu/packages/openstack.scm \
|
2014-07-25 04:40:44 +00:00
|
|
|
gnu/packages/orpheus.scm \
|
2014-09-09 11:39:55 +00:00
|
|
|
gnu/packages/ots.scm \
|
2015-11-02 17:31:31 +00:00
|
|
|
gnu/packages/owncloud.scm \
|
2013-08-24 15:23:17 +00:00
|
|
|
gnu/packages/package-management.scm \
|
2013-11-20 17:05:57 +00:00
|
|
|
gnu/packages/parallel.scm \
|
2015-08-19 22:33:04 +00:00
|
|
|
gnu/packages/password-utils.scm \
|
2014-04-07 16:15:48 +00:00
|
|
|
gnu/packages/patchutils.scm \
|
2014-05-09 13:23:41 +00:00
|
|
|
gnu/packages/pciutils.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/pcre.scm \
|
|
|
|
gnu/packages/pdf.scm \
|
2013-10-21 23:05:25 +00:00
|
|
|
gnu/packages/pem.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/perl.scm \
|
2014-01-15 21:47:55 +00:00
|
|
|
gnu/packages/photo.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/pkg-config.scm \
|
|
|
|
gnu/packages/plotutils.scm \
|
2014-11-08 12:24:21 +00:00
|
|
|
gnu/packages/polkit.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/popt.scm \
|
|
|
|
gnu/packages/pth.scm \
|
2013-10-04 20:45:49 +00:00
|
|
|
gnu/packages/pulseaudio.scm \
|
2015-02-21 00:53:27 +00:00
|
|
|
gnu/packages/pumpio.scm \
|
2014-03-06 20:16:18 +00:00
|
|
|
gnu/packages/pretty-print.scm \
|
2014-04-11 19:38:28 +00:00
|
|
|
gnu/packages/protobuf.scm \
|
2015-06-19 18:12:09 +00:00
|
|
|
gnu/packages/pv.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/python.scm \
|
|
|
|
gnu/packages/qemu.scm \
|
2013-10-04 17:10:29 +00:00
|
|
|
gnu/packages/qt.scm \
|
2015-11-24 15:41:59 +00:00
|
|
|
gnu/packages/ragel.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/ratpoison.scm \
|
2015-07-10 00:39:42 +00:00
|
|
|
gnu/packages/rc.scm \
|
2015-03-03 13:17:42 +00:00
|
|
|
gnu/packages/rdesktop.scm \
|
2013-11-25 22:09:20 +00:00
|
|
|
gnu/packages/rdf.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/readline.scm \
|
2014-08-07 21:53:02 +00:00
|
|
|
gnu/packages/rrdtool.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/rsync.scm \
|
2014-09-27 12:56:44 +00:00
|
|
|
gnu/packages/ruby.scm \
|
2013-06-29 20:20:11 +00:00
|
|
|
gnu/packages/rush.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/samba.scm \
|
2015-02-01 14:09:07 +00:00
|
|
|
gnu/packages/sawfish.scm \
|
2014-10-19 08:21:03 +00:00
|
|
|
gnu/packages/scanner.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/scheme.scm \
|
|
|
|
gnu/packages/screen.scm \
|
2015-11-14 21:26:44 +00:00
|
|
|
gnu/packages/scribus.scm \
|
2013-10-21 23:50:01 +00:00
|
|
|
gnu/packages/sdl.scm \
|
2014-02-17 04:09:18 +00:00
|
|
|
gnu/packages/search.scm \
|
2015-11-09 13:46:56 +00:00
|
|
|
gnu/packages/serialization.scm \
|
2013-12-03 22:22:30 +00:00
|
|
|
gnu/packages/serveez.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/shishi.scm \
|
2015-06-25 10:00:06 +00:00
|
|
|
gnu/packages/skarnet.scm \
|
2013-09-28 20:43:48 +00:00
|
|
|
gnu/packages/skribilo.scm \
|
2015-01-21 13:54:22 +00:00
|
|
|
gnu/packages/slang.scm \
|
2013-11-23 16:48:47 +00:00
|
|
|
gnu/packages/slim.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/smalltalk.scm \
|
|
|
|
gnu/packages/ssh.scm \
|
2014-02-09 15:28:39 +00:00
|
|
|
gnu/packages/stalonetray.scm \
|
2015-02-12 11:58:11 +00:00
|
|
|
gnu/packages/statistics.scm \
|
2015-06-13 19:10:45 +00:00
|
|
|
gnu/packages/suckless.scm \
|
2013-09-29 13:38:11 +00:00
|
|
|
gnu/packages/swig.scm \
|
2015-01-25 18:09:39 +00:00
|
|
|
gnu/packages/sxiv.scm \
|
2014-09-29 05:30:36 +00:00
|
|
|
gnu/packages/synergy.scm \
|
2015-03-11 21:00:07 +00:00
|
|
|
gnu/packages/task-management.scm \
|
2015-01-26 15:12:31 +00:00
|
|
|
gnu/packages/tbb.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/tcl.scm \
|
|
|
|
gnu/packages/tcsh.scm \
|
2014-07-08 16:59:09 +00:00
|
|
|
gnu/packages/telephony.scm \
|
2015-08-24 19:48:40 +00:00
|
|
|
gnu/packages/terminals.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/texinfo.scm \
|
|
|
|
gnu/packages/texlive.scm \
|
2015-03-04 21:34:13 +00:00
|
|
|
gnu/packages/textutils.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/time.scm \
|
gnu: Rename module gnutls to tls.
* gnu/packages/gnutls.scm: Rename to...
* gnu/packages/tls.scm: ... this. Change module name accordingly.
* gnu/packages/{admin.scm, cups.scm, curl.scm, dc.scm, dns.scm, emacs.scm,
ftp.scm, gnome.scm, gnunet.scm, gnupg.scm, gsasl.scm, lynx.scm,
mail.scm, messaging.scm, package-management.scm, shishi.scm,
task-management.scm, version-control.scm, video.scm, vpn.scm,
webkit.scm, weechat.scm, wget.scm, wine.scm, xml.scm}: Adapt module
import to new name.
* gnu-system.am (GNU_SYSTEM_MODULES): Rename gnutls module to tls.
2015-07-03 19:41:22 +00:00
|
|
|
gnu/packages/tls.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/tmux.scm \
|
|
|
|
gnu/packages/tor.scm \
|
2014-12-03 08:46:41 +00:00
|
|
|
gnu/packages/tre.scm \
|
2015-04-28 19:21:37 +00:00
|
|
|
gnu/packages/tv.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/unrtf.scm \
|
2014-02-24 17:49:54 +00:00
|
|
|
gnu/packages/upnp.scm \
|
2014-08-24 12:56:17 +00:00
|
|
|
gnu/packages/uucp.scm \
|
2013-08-24 08:21:14 +00:00
|
|
|
gnu/packages/valgrind.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/version-control.scm \
|
2013-10-31 22:15:46 +00:00
|
|
|
gnu/packages/video.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/vim.scm \
|
|
|
|
gnu/packages/vpn.scm \
|
2014-07-10 19:34:07 +00:00
|
|
|
gnu/packages/vtk.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/w3m.scm \
|
|
|
|
gnu/packages/wdiff.scm \
|
2014-02-19 19:58:24 +00:00
|
|
|
gnu/packages/web.scm \
|
2015-04-19 09:58:49 +00:00
|
|
|
gnu/packages/webkit.scm \
|
2014-09-11 23:49:22 +00:00
|
|
|
gnu/packages/weechat.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/wget.scm \
|
2015-02-04 04:03:04 +00:00
|
|
|
gnu/packages/wicd.scm \
|
2014-11-15 13:02:30 +00:00
|
|
|
gnu/packages/wine.scm \
|
2015-08-17 20:06:04 +00:00
|
|
|
gnu/packages/wm.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/wordnet.scm \
|
2014-09-09 09:54:18 +00:00
|
|
|
gnu/packages/wv.scm \
|
2015-02-20 14:15:12 +00:00
|
|
|
gnu/packages/wxwidgets.scm \
|
2014-10-10 18:10:42 +00:00
|
|
|
gnu/packages/xfig.scm \
|
2014-01-23 18:05:09 +00:00
|
|
|
gnu/packages/xiph.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/xml.scm \
|
2013-07-19 22:50:35 +00:00
|
|
|
gnu/packages/xnee.scm \
|
2014-12-02 13:29:01 +00:00
|
|
|
gnu/packages/xdisorg.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/xorg.scm \
|
2014-12-10 11:08:36 +00:00
|
|
|
gnu/packages/xfce.scm \
|
2013-08-31 12:12:24 +00:00
|
|
|
gnu/packages/yasm.scm \
|
2014-12-06 23:02:43 +00:00
|
|
|
gnu/packages/yubico.scm \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/zile.scm \
|
|
|
|
gnu/packages/zip.scm \
|
2014-09-08 19:06:31 +00:00
|
|
|
gnu/packages/zsh.scm \
|
2013-09-11 20:36:50 +00:00
|
|
|
\
|
2014-02-19 19:58:24 +00:00
|
|
|
gnu/services.scm \
|
2014-05-26 16:23:12 +00:00
|
|
|
gnu/services/avahi.scm \
|
2014-02-19 19:58:24 +00:00
|
|
|
gnu/services/base.scm \
|
2015-05-03 21:02:59 +00:00
|
|
|
gnu/services/databases.scm \
|
services: Introduce extensible services.
This patch rewrites GuixSD services to make them extensible.
* gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/services/dbus.scm.
* gnu/services.scm (<service>): Replace with new record type.
(<service-extension>, <service-type>): New record types.
(write-service-type, compute-boot-script, second-argument): New
procedures.
(%boot-service, boot-service-type): New variables.
(file-union, directory-union, modprobe-wrapper,
activation-service->script, activation-script,
gexps->activation-gexp): New procedures.
(activation-service-type, %activation-service): New variables.
(etc-directory, files->etc-directory, etc-service): New procedures.
(etc-service-type, setuid-program-service, firmware-service-type): New
variables.
(firmware->activation-gexp): New procedure.
(&service-error, &missing-target-service-error,
&ambiguous-target-service-error): New condition types.
(service-back-edges, fold-services): New procedures.
* gnu/services/avahi.scm (<avahi-configuration>): New record type.
(configuration-file): Replace keyword parameters with a single
'config' parameter.
(%avahi-accounts, %avahi-activation, avahi-service-type): New
variables.
(avahi-dmd-service): New procedure.
(avahi-service): Rewrite using 'service' and 'avahi-configuration'.
* gnu/services/base.scm (%root-file-system-dmd-service,
root-file-system-service-type): New variables.
(root-file-system-service): Use them.
(file-system->dmd-service-name): New procedure.
(file-system-service-type): New variable.
(file-system-service): Use it. Replace keyword parameters with a
single 'file-system' object.
(user-unmount-service-type): New variable.
(user-unmount-service): Use it.
(user-processes-service-type): New variable.
(user-processes-service): Use it.
(host-name-service-type): New variable.
(host-name-service): Use it.
(console-keymap-service-type): New variable.
(console-keymap-service): Use it.
(console-font-service-type): New variable.
(console-font-service): Use it.
(mingetty-pam-service, mingetty-dmd-service): New procedures.
(mingetty-service-type): New variable.
(mingetty-service): Use it.
(nscd-dmd-service): New procedure.
(nscd-activation, nscd-service-type): New variables.
(nscd-service): Use the latter.
(syslog-service-type): New variable.
(syslog-service): Use it.
(<guix-configuration>): New record type.
(%default-guix-configuration): New variable.
(guix-dmd-service, guix-accounts, guix-activation): New procedures.
(guix-service-type): New variable.
(guix-service): Replace list of keyword parameters with a single
'config' parameter. Rewrite using 'service'.
(<udev-configuration>): New record type.
(udev-dmd-service): New procedure.
(udev-service-type): New variable.
(udev-service): Use it.
(device-mapping-service-type): New variable.
(device-mapping-service): Use it.
(swap-service-type): New variable.
(swap-service): Use it.
* gnu/services/databases.scm (<postgresql-configuration>): New record
type.
(%postgresql-accounts, postgresql-activation): New variables.
(postgresql-dmd-service): New procedure.
(postgresql-service): Rewrite using 'service' and
'postgresql-configuration'.
* gnu/services/dbus.scm: New file.
* gnu/services/desktop.scm (dbus-configuration-directory, dbus-service):
Remove.
(wrapped-dbus-service): New procedure.
(<upower-configuration>): New record type.
(upower-configuration-file): Replace keyword parameters with single
<upower-configuration> parameter.
(%upower-accounts, %upower-activation): New variables.
(upower-dbus-service, upower-dmd-service): New procedures.
(upower-service-type): New variable.
(upower-service): Rewrite using 'service' and 'upower-configuration'.
(%colord-activation, %colord-accounts): New variables.
(colord-dmd-service): New procedure.
(colord-service-type): New variable.
(colord-service): Rewrite using 'service'.
(<geoclue-configuration>): New record type.
(geoclue-configuration-file): Replace keyword parameters with a single
'config' parameter.
(geoclue-dbus-service, geoclue-dmd-service): New procedures.
(%geoclue-accounts, geoclue-service-type): New variables.
(geoclue-service): Rewrite using 'service' and
'geoclue-configuration'.
(%polkit-accounts, %polkit-pam-services, polkit-service-type): New
variables.
(polkit-dmd-service): New procedure.
(polkit-service): Rewrite using 'service'.
(<elogind-configuration>)[elogind]: New field.
(elogind-dmd-service): New procedure.
(elogind-service-type): New variable.
(elogind-service): Rewrite using 'service'.
(%desktop-services): Remove argument to 'dbus-service'. Remove 'map'
over %BASE-SERVICES.
* gnu/services/dmd.scm (dmd-boot-gexp): New procedure.
(dmd-root-service-type, %dmd-root-service): New variables.
(dmd-service-type): New macro.
(<dmd-service>): New record type.
* gnu/services/lirc.scm (<lirc-configuration>): New record type.
(%lirc-activation): New variable.
(lirc-dmd-service): New procedure.
(lirc-service-type): New variable.
(lirc-service): Rewrite using 'service' and 'lirc-configuration'.
* gnu/services/networking.scm (<static-networking>): New record type.
(static-networking-service-type): New variable.
(static-networking-service): Rewrite using 'service' and
'static-networking'.
(dhcp-client-service-type): New variable.
(dhcp-client-service): Rewrite using 'service'.
(<ntp-configuration>): New record type.
(ntp-dmd-service): New procedure.
(ntp-service-type): New variable.
(ntp-service): New procedure.
(%tor-accounts, tor-service-type): New variable.
(tor-dmd-service): New procedure.
(tor-service): Rewrite using 'service'.
(<bitlbee-configuration>): New record type.
(bitlbee-dmd-service): New procedure.
(%bitlbee-accounts, %bitlbee-activation, bitlbee-service-type): New
variables.
(bitlbee-service): Rewrite using 'service'.
(%wicd-activation): New variable.
(wicd-dmd-service): New procedure.
(wicd-service-type): New variable.
(wicd-service): Rewrite using 'service'.
* gnu/services/ssh.scm (<lsh-configuration>): New record type.
(activation): Rename to...
(lsh-initialization): ... this.
(lsh-activation, lsh-dmd-service, lsh-pam-services): New procedures.
(lsh-service-type): New variable.
(lsh-service): Rewrite using 'service' and 'lsh-configuration'.
* gnu/services/web.scm (<nginx-configuration>): New record type.
(%nginx-accounts): New variable.
(nginx-activation, nginx-dmd-service): New procedures.
(nginx-service-type): New variable.
(nginx-service): Rewrite using 'service' and 'nginx-configuration'.
* gnu/services/xorg.scm (<slim-configuration>): New record type.
(slim-pam-service, slim-dmd-service): New procedures.
(slim-service-type): New variable.
(slim-service): Rewrite using 'service' and 'slim-configuration'.
* gnu/system.scm (file-union): Remove.
(other-file-system-services): Adjust to new 'file-system-service'
signature.
(essential-services): Add #:container? parameter. Add
%DMD-ROOT-SERVICE, %ACTIVATION-SERVICE, and calls to
'pam-root-service', 'account-service', 'operating-system-etc-service',
and a SETUID-PROGRAM-SERVICE instance.
(operating-system-services): Pass #:container? to 'essential-services.
(etc-directory): Remove.
(operating-system-etc-service): New procedure. Rewrite as a call to
'etc-service'.
(operating-system-accounts): Change to not return accounts required by
services.
(operating-system-etc-directory): Rewrite as a call to 'fold-services'
and 'etc-directory'.
(user-group->gexp, user-account->gexp, modprobe-wrapper): Remove.
(operating-system-activation-script): Rewrite as a call to
'fold-services' and 'activation-service->script'.
(operating-system-boot-script): Likewise.
(operating-system-derivation): Add call to 'lower-object'.
(emacs-site-file, emacs-site-directory, shells-file): Change to use
'computed-file' and 'scheme-file' instead of the monadic procedures.
* gnu/system/install.scm (cow-store-service-type): New variable.
(cow-store-service): Rewrite using 'service'.
(/etc/configuration-files): New procedure.
(configuration-template-service-type,
%configuration-template-service): New variables.
(configuration-template-service): Remove.
(installation-services): Adjust accordingly. Adjust argument to
'guix-service'.
* gnu/system/linux.scm (/etc-entry, pam-root-service): New procedures.
(pam-root-service-type): New variable.
* gnu/system/shadow.scm (user-group->gexp, user-account->gexp,
account-activation, etc-skel, account-service): New procedures.
(account-service-type): New variable.
* tests/services.scm: New file.
* doc/guix.texi (Base Services, Desktop Services): Adjust accordingly.
(Defining Services): Rewrite.
* doc/images/service-graph.dot: New file.
* doc.am (DOT_FILES): Add it.
* po/guix/POTFILES.in: Add gnu/services.scm.
2015-09-17 21:44:26 +00:00
|
|
|
gnu/services/dbus.scm \
|
2015-05-01 17:36:10 +00:00
|
|
|
gnu/services/desktop.scm \
|
2015-03-22 13:33:17 +00:00
|
|
|
gnu/services/lirc.scm \
|
2015-12-14 13:10:46 +00:00
|
|
|
gnu/services/mail.scm \
|
2014-02-19 19:58:24 +00:00
|
|
|
gnu/services/networking.scm \
|
2016-01-27 12:45:01 +00:00
|
|
|
gnu/services/shepherd.scm \
|
2016-02-03 20:59:47 +00:00
|
|
|
gnu/services/herd.scm \
|
2014-06-30 20:33:48 +00:00
|
|
|
gnu/services/ssh.scm \
|
2015-08-03 03:29:53 +00:00
|
|
|
gnu/services/web.scm \
|
2014-02-19 19:58:24 +00:00
|
|
|
gnu/services/xorg.scm \
|
|
|
|
\
|
2013-12-09 20:32:36 +00:00
|
|
|
gnu/system.scm \
|
2014-05-20 19:59:08 +00:00
|
|
|
gnu/system/file-systems.scm \
|
2013-09-11 20:36:50 +00:00
|
|
|
gnu/system/grub.scm \
|
2014-05-31 20:13:33 +00:00
|
|
|
gnu/system/install.scm \
|
2015-06-08 12:59:00 +00:00
|
|
|
gnu/system/linux-container.scm \
|
2014-01-29 12:04:00 +00:00
|
|
|
gnu/system/linux-initrd.scm \
|
2014-11-26 21:49:11 +00:00
|
|
|
gnu/system/locale.scm \
|
2015-02-04 20:58:15 +00:00
|
|
|
gnu/system/nss.scm \
|
2015-11-03 17:08:47 +00:00
|
|
|
gnu/system/pam.scm \
|
2013-09-11 20:36:50 +00:00
|
|
|
gnu/system/shadow.scm \
|
2014-09-03 08:47:05 +00:00
|
|
|
gnu/system/vm.scm \
|
|
|
|
\
|
|
|
|
gnu/build/activation.scm \
|
Move part of (gnu build linux-boot) to (gnu build file-systems).
* gnu/build/linux-boot.scm (%ext2-endianness, %ext2-sblock-magic,
%ext2-sblock-creator-os, %ext2-sblock-uuid, %ext2-sblock-volume-name,
read-ext2-superblock, ext2-superblock-uuid,
ext2-superblock-volume-name, disk-partitions,
partition-label-predicate, find-partition-by-label,
canonicalize-device-spec, MS_RDONLY, MS_NOSUID, MS_NODEV, MS_NOEXEC,
MS_BIND, MS_MOVE, bind-mount, check-file-system,
mount-flags->bit-mask, mount-file-system): Move to...
* gnu/build/file-systems.scm: ... here. New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/services/base.scm: Use (gnu build file-systems).
* gnu/services/dmd.scm (dmd-configuration-file): Likewise.
* gnu/system.scm (operating-system-activation-script): Likewise.
* gnu/system/linux-initrd.scm (base-initrd): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
2014-09-03 12:19:51 +00:00
|
|
|
gnu/build/file-systems.scm \
|
2014-09-03 08:47:05 +00:00
|
|
|
gnu/build/install.scm \
|
2014-09-03 09:14:12 +00:00
|
|
|
gnu/build/linux-boot.scm \
|
2015-06-02 12:48:16 +00:00
|
|
|
gnu/build/linux-container.scm \
|
2014-09-03 13:13:44 +00:00
|
|
|
gnu/build/linux-initrd.scm \
|
2014-11-27 22:54:25 +00:00
|
|
|
gnu/build/linux-modules.scm \
|
2014-09-03 08:47:05 +00:00
|
|
|
gnu/build/vm.scm
|
|
|
|
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
|
|
|
|
patchdir = $(guilemoduledir)/gnu/packages/patches
|
|
|
|
dist_patch_DATA = \
|
2014-09-09 11:54:38 +00:00
|
|
|
gnu/packages/patches/abiword-explictly-cast-bools.patch \
|
|
|
|
gnu/packages/patches/abiword-link-plugins-against-backend.patch \
|
|
|
|
gnu/packages/patches/abiword-no-include-glib-internal-headers.patch \
|
|
|
|
gnu/packages/patches/abiword-pass-no-undefined-to-linker.patch \
|
|
|
|
gnu/packages/patches/abiword-use-proper-png-api.patch \
|
|
|
|
gnu/packages/patches/abiword-wmf-version-lookup-fix.patch \
|
2015-04-25 15:18:53 +00:00
|
|
|
gnu/packages/patches/acl-hurd-path-max.patch \
|
2015-01-20 22:23:54 +00:00
|
|
|
gnu/packages/patches/aegis-constness-error.patch \
|
|
|
|
gnu/packages/patches/aegis-perl-tempdir1.patch \
|
|
|
|
gnu/packages/patches/aegis-perl-tempdir2.patch \
|
|
|
|
gnu/packages/patches/aegis-test-fixup-1.patch \
|
|
|
|
gnu/packages/patches/aegis-test-fixup-2.patch \
|
2015-03-18 07:57:50 +00:00
|
|
|
gnu/packages/patches/agg-am_c_prototype.patch \
|
2013-11-03 23:28:03 +00:00
|
|
|
gnu/packages/patches/alsa-lib-mips-atomic-fix.patch \
|
2013-08-24 08:23:11 +00:00
|
|
|
gnu/packages/patches/apr-skip-getservbyname-test.patch \
|
2016-01-20 15:32:32 +00:00
|
|
|
gnu/packages/patches/arb-ldconfig.patch \
|
2015-12-20 22:24:24 +00:00
|
|
|
gnu/packages/patches/asymptote-gsl2.patch \
|
2014-11-11 20:54:41 +00:00
|
|
|
gnu/packages/patches/ath9k-htc-firmware-binutils.patch \
|
|
|
|
gnu/packages/patches/ath9k-htc-firmware-gcc.patch \
|
2014-10-28 22:07:57 +00:00
|
|
|
gnu/packages/patches/ath9k-htc-firmware-objcopy.patch \
|
2015-02-20 20:52:21 +00:00
|
|
|
gnu/packages/patches/audacity-fix-ffmpeg-binding.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/automake-skip-amhello-tests.patch \
|
2016-01-15 12:07:37 +00:00
|
|
|
gnu/packages/patches/automake-regexp-syntax.patch \
|
2013-09-11 21:37:57 +00:00
|
|
|
gnu/packages/patches/avahi-localstatedir.patch \
|
2015-07-26 13:24:20 +00:00
|
|
|
gnu/packages/patches/avidemux-install-to-lib.patch \
|
2014-07-24 11:05:43 +00:00
|
|
|
gnu/packages/patches/avrdude-fix-libusb.patch \
|
2015-03-12 21:08:04 +00:00
|
|
|
gnu/packages/patches/bash-completion-directories.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/bigloo-gc-shebangs.patch \
|
|
|
|
gnu/packages/patches/binutils-ld-new-dtags.patch \
|
2013-11-03 23:08:33 +00:00
|
|
|
gnu/packages/patches/binutils-loongson-workaround.patch \
|
2015-05-20 18:55:26 +00:00
|
|
|
gnu/packages/patches/bitlbee-configure-doc-fix.patch \
|
2015-11-01 15:56:05 +00:00
|
|
|
gnu/packages/patches/byobu-writable-status.patch \
|
2015-02-17 22:15:18 +00:00
|
|
|
gnu/packages/patches/calibre-drop-unrar.patch \
|
2015-03-24 19:35:37 +00:00
|
|
|
gnu/packages/patches/calibre-no-updates-dialog.patch \
|
2013-08-24 08:23:11 +00:00
|
|
|
gnu/packages/patches/cdparanoia-fpic.patch \
|
2015-02-20 20:53:07 +00:00
|
|
|
gnu/packages/patches/chmlib-inttypes.patch \
|
2015-06-19 15:18:03 +00:00
|
|
|
gnu/packages/patches/clang-libc-search-path.patch \
|
2014-04-16 08:58:31 +00:00
|
|
|
gnu/packages/patches/clucene-pkgconfig.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/cmake-fix-tests.patch \
|
|
|
|
gnu/packages/patches/cpio-gets-undeclared.patch \
|
2016-02-19 22:50:50 +00:00
|
|
|
gnu/packages/patches/cpio-CVE-2016-2037.patch \
|
2015-02-18 20:20:57 +00:00
|
|
|
gnu/packages/patches/cpufrequtils-fix-aclocal.patch \
|
2015-07-18 15:14:09 +00:00
|
|
|
gnu/packages/patches/crda-optional-gcrypt.patch \
|
2015-02-26 15:34:49 +00:00
|
|
|
gnu/packages/patches/crossmap-allow-system-pysam.patch \
|
2016-01-05 22:09:27 +00:00
|
|
|
gnu/packages/patches/csound-header-ordering.patch \
|
2014-05-27 19:38:47 +00:00
|
|
|
gnu/packages/patches/cssc-gets-undeclared.patch \
|
|
|
|
gnu/packages/patches/cssc-missing-include.patch \
|
2015-01-20 22:23:54 +00:00
|
|
|
gnu/packages/patches/clucene-contribs-lib.patch \
|
2014-06-25 19:25:26 +00:00
|
|
|
gnu/packages/patches/cursynth-wave-rand.patch \
|
2015-10-21 22:25:03 +00:00
|
|
|
gnu/packages/patches/dbus-helper-search-path.patch \
|
2015-06-23 09:05:11 +00:00
|
|
|
gnu/packages/patches/dealii-p4est-interface.patch \
|
2015-11-14 18:56:40 +00:00
|
|
|
gnu/packages/patches/devil-fix-libpng.patch \
|
2015-11-25 08:46:40 +00:00
|
|
|
gnu/packages/patches/dico-libtool-deterministic.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/diffutils-gets-undeclared.patch \
|
2014-09-29 10:27:30 +00:00
|
|
|
gnu/packages/patches/dfu-programmer-fix-libusb.patch \
|
2014-04-24 22:03:36 +00:00
|
|
|
gnu/packages/patches/doxygen-test.patch \
|
2014-09-28 20:04:34 +00:00
|
|
|
gnu/packages/patches/duplicity-piped-password.patch \
|
|
|
|
gnu/packages/patches/duplicity-test_selection-tmp.patch \
|
2015-04-11 15:02:30 +00:00
|
|
|
gnu/packages/patches/elfutils-tests-ptrace.patch \
|
2015-12-26 10:02:01 +00:00
|
|
|
gnu/packages/patches/emacs-constants-lisp-like.patch \
|
gnu: emacs: Do not keep references to the entries of the build-time $PATH.
This reduces the number of references of the output from 54 to 31,
removing references notably to gcc, expat, glib:bin, ld-wrapper-0,
texinfo, pkg-config, make, gawk, binutils, etc.
Reported by David Thompson.
* gnu/packages/patches/emacs-exec-path.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/emacs.scm (emacs)[source]: Use it.
2015-04-13 21:09:06 +00:00
|
|
|
gnu/packages/patches/emacs-exec-path.patch \
|
2015-12-24 10:53:12 +00:00
|
|
|
gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch \
|
2015-10-21 12:59:23 +00:00
|
|
|
gnu/packages/patches/emacs-source-date-epoch.patch \
|
2014-09-13 08:47:58 +00:00
|
|
|
gnu/packages/patches/eudev-rules-directory.patch \
|
2015-10-22 22:41:39 +00:00
|
|
|
gnu/packages/patches/evilwm-lost-focus-bug.patch \
|
2015-07-27 09:22:05 +00:00
|
|
|
gnu/packages/patches/expat-CVE-2015-1283.patch \
|
2015-07-21 19:51:29 +00:00
|
|
|
gnu/packages/patches/fastcap-mulGlobal.patch \
|
|
|
|
gnu/packages/patches/fastcap-mulSetup.patch \
|
2015-07-22 12:18:27 +00:00
|
|
|
gnu/packages/patches/fasthenry-spAllocate.patch \
|
|
|
|
gnu/packages/patches/fasthenry-spBuild.patch \
|
|
|
|
gnu/packages/patches/fasthenry-spUtils.patch \
|
|
|
|
gnu/packages/patches/fasthenry-spSolve.patch \
|
|
|
|
gnu/packages/patches/fasthenry-spFactor.patch \
|
2015-06-04 10:49:43 +00:00
|
|
|
gnu/packages/patches/findutils-localstatedir.patch \
|
2015-12-31 23:55:24 +00:00
|
|
|
gnu/packages/patches/findutils-test-xargs.patch \
|
2014-08-05 04:15:08 +00:00
|
|
|
gnu/packages/patches/flashrom-use-libftdi1.patch \
|
2015-08-14 15:46:31 +00:00
|
|
|
gnu/packages/patches/flint-ldconfig.patch \
|
2015-05-05 05:38:59 +00:00
|
|
|
gnu/packages/patches/fltk-shared-lib-defines.patch \
|
2015-10-02 16:52:00 +00:00
|
|
|
gnu/packages/patches/freeimage-CVE-2015-0852.patch \
|
2016-01-14 09:42:08 +00:00
|
|
|
gnu/packages/patches/gawk-fts-test.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/gawk-shell.patch \
|
2015-04-09 05:48:05 +00:00
|
|
|
gnu/packages/patches/gcc-arm-link-spec-fix.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/gcc-cross-environment-variables.patch \
|
2015-04-30 11:31:59 +00:00
|
|
|
gnu/packages/patches/gcc-libvtv-runpath.patch \
|
2015-05-03 22:23:55 +00:00
|
|
|
gnu/packages/patches/gcc-5.0-libvtv-runpath.patch \
|
2015-04-07 07:42:36 +00:00
|
|
|
gnu/packages/patches/geoclue-config.patch \
|
2015-07-26 03:48:54 +00:00
|
|
|
gnu/packages/patches/ghostscript-CVE-2015-3228.patch \
|
2015-04-05 13:23:11 +00:00
|
|
|
gnu/packages/patches/ghostscript-runpath.patch \
|
2015-04-16 07:23:52 +00:00
|
|
|
gnu/packages/patches/gitolite-openssh-6.8-compat.patch \
|
2015-08-14 10:10:10 +00:00
|
|
|
gnu/packages/patches/glib-networking-ssl-cert-file.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/glib-tests-desktop.patch \
|
|
|
|
gnu/packages/patches/glib-tests-homedir.patch \
|
|
|
|
gnu/packages/patches/glib-tests-prlimit.patch \
|
2014-07-10 22:03:42 +00:00
|
|
|
gnu/packages/patches/glib-tests-timer.patch \
|
2014-12-03 21:51:18 +00:00
|
|
|
gnu/packages/patches/glib-tests-gapplication.patch \
|
2016-02-16 17:13:08 +00:00
|
|
|
gnu/packages/patches/glibc-CVE-2015-7547.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/glibc-bootstrap-system.patch \
|
2015-12-12 10:50:59 +00:00
|
|
|
gnu/packages/patches/glibc-hurd-extern-inline.patch \
|
2013-09-15 21:37:32 +00:00
|
|
|
gnu/packages/patches/glibc-ldd-x86_64.patch \
|
2015-02-11 10:19:29 +00:00
|
|
|
gnu/packages/patches/glibc-locales.patch \
|
2015-10-03 10:19:23 +00:00
|
|
|
gnu/packages/patches/glibc-locale-incompatibility.patch \
|
2015-09-08 13:53:05 +00:00
|
|
|
gnu/packages/patches/glibc-o-largefile.patch \
|
2015-10-01 19:32:50 +00:00
|
|
|
gnu/packages/patches/glibc-versioned-locpath.patch \
|
2014-12-31 09:17:45 +00:00
|
|
|
gnu/packages/patches/gmp-arm-asm-nothumb.patch \
|
2015-10-06 13:18:44 +00:00
|
|
|
gnu/packages/patches/gmp-faulty-test.patch \
|
2015-07-10 00:19:09 +00:00
|
|
|
gnu/packages/patches/gnucash-price-quotes-perl.patch \
|
2016-02-12 23:19:05 +00:00
|
|
|
gnu/packages/patches/gnupg-simple-query-ignore-status-messages.patch \
|
2015-01-26 10:13:05 +00:00
|
|
|
gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch \
|
2013-10-16 01:47:56 +00:00
|
|
|
gnu/packages/patches/gobject-introspection-cc.patch \
|
2015-01-26 10:13:05 +00:00
|
|
|
gnu/packages/patches/gobject-introspection-girepository.patch \
|
2016-01-03 13:49:55 +00:00
|
|
|
gnu/packages/patches/grep-timing-sensitive-test.patch \
|
2015-12-19 23:18:43 +00:00
|
|
|
gnu/packages/patches/grub-CVE-2015-8370.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/grub-gets-undeclared.patch \
|
2015-03-05 08:12:20 +00:00
|
|
|
gnu/packages/patches/grub-freetype.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/guile-1.8-cpp-4.5.patch \
|
2014-12-31 09:48:46 +00:00
|
|
|
gnu/packages/patches/guile-arm-fixes.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/guile-default-utf8.patch \
|
|
|
|
gnu/packages/patches/guile-linux-syscalls.patch \
|
2015-09-02 07:48:37 +00:00
|
|
|
gnu/packages/patches/guile-present-coding.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/guile-relocatable.patch \
|
2015-08-31 20:46:32 +00:00
|
|
|
gnu/packages/patches/guile-rsvg-pkgconfig.patch \
|
2015-12-03 07:30:04 +00:00
|
|
|
gnu/packages/patches/gtk2-respect-GUIX_GTK2_PATH.patch \
|
2015-12-03 07:32:06 +00:00
|
|
|
gnu/packages/patches/gtk3-respect-GUIX_GTK3_PATH.patch \
|
2013-12-28 07:19:42 +00:00
|
|
|
gnu/packages/patches/gtkglext-disable-disable-deprecated.patch \
|
2013-08-30 12:18:34 +00:00
|
|
|
gnu/packages/patches/hop-bigloo-4.0b.patch \
|
2015-05-06 01:21:38 +00:00
|
|
|
gnu/packages/patches/hop-linker-flags.patch \
|
2015-04-19 17:59:37 +00:00
|
|
|
gnu/packages/patches/hydra-automake-1.15.patch \
|
|
|
|
gnu/packages/patches/hydra-disable-darcs-test.patch \
|
2015-10-13 19:56:32 +00:00
|
|
|
gnu/packages/patches/icecat-avoid-bundled-includes.patch \
|
2016-02-11 19:26:47 +00:00
|
|
|
gnu/packages/patches/icecat-update-graphite2.patch \
|
2016-02-06 06:33:16 +00:00
|
|
|
gnu/packages/patches/icecat-re-enable-DHE-cipher-suites.patch \
|
2015-09-20 01:35:18 +00:00
|
|
|
gnu/packages/patches/icu4c-CVE-2014-6585.patch \
|
|
|
|
gnu/packages/patches/icu4c-CVE-2015-1270.patch \
|
2015-08-02 06:07:52 +00:00
|
|
|
gnu/packages/patches/icu4c-CVE-2015-4760.patch \
|
2015-09-16 13:31:41 +00:00
|
|
|
gnu/packages/patches/imagemagick-test-segv.patch \
|
2014-12-26 20:48:26 +00:00
|
|
|
gnu/packages/patches/irrlicht-mesa-10.patch \
|
2016-01-30 21:11:04 +00:00
|
|
|
gnu/packages/patches/jasper-CVE-2007-2721.patch \
|
|
|
|
gnu/packages/patches/jasper-CVE-2008-3520.patch \
|
2015-11-28 15:29:11 +00:00
|
|
|
gnu/packages/patches/jasper-CVE-2008-3522.patch \
|
2016-01-30 21:11:04 +00:00
|
|
|
gnu/packages/patches/jasper-CVE-2011-4516-and-CVE-2011-4517.patch \
|
|
|
|
gnu/packages/patches/jasper-CVE-2014-8137.patch \
|
|
|
|
gnu/packages/patches/jasper-CVE-2014-8138.patch \
|
|
|
|
gnu/packages/patches/jasper-CVE-2014-8157.patch \
|
|
|
|
gnu/packages/patches/jasper-CVE-2014-8158.patch \
|
|
|
|
gnu/packages/patches/jasper-CVE-2014-9029.patch \
|
|
|
|
gnu/packages/patches/jasper-CVE-2016-1867.patch \
|
2014-09-15 05:51:01 +00:00
|
|
|
gnu/packages/patches/jbig2dec-ignore-testtest.patch \
|
2014-06-22 19:14:23 +00:00
|
|
|
gnu/packages/patches/kmod-module-directory.patch \
|
2016-01-05 14:43:50 +00:00
|
|
|
gnu/packages/patches/ldc-disable-tests.patch \
|
2015-03-05 17:14:43 +00:00
|
|
|
gnu/packages/patches/lftp-dont-save-unknown-host-fingerprint.patch \
|
2015-07-07 06:30:25 +00:00
|
|
|
gnu/packages/patches/liba52-enable-pic.patch \
|
|
|
|
gnu/packages/patches/liba52-link-with-libm.patch \
|
|
|
|
gnu/packages/patches/liba52-set-soname.patch \
|
|
|
|
gnu/packages/patches/liba52-use-mtune-not-mcpu.patch \
|
2015-12-09 22:10:10 +00:00
|
|
|
gnu/packages/patches/libarchive-bsdtar-test.patch \
|
2014-10-12 02:49:15 +00:00
|
|
|
gnu/packages/patches/libarchive-CVE-2013-0211.patch \
|
|
|
|
gnu/packages/patches/libarchive-fix-lzo-test-case.patch \
|
|
|
|
gnu/packages/patches/libarchive-mtree-filename-length-fix.patch \
|
2014-07-02 18:52:12 +00:00
|
|
|
gnu/packages/patches/libbonobo-activation-test-race.patch \
|
2015-01-20 22:23:54 +00:00
|
|
|
gnu/packages/patches/libcanberra-sound-theme-freedesktop.patch \
|
2016-01-05 22:09:27 +00:00
|
|
|
gnu/packages/patches/libcmis-fix-test-onedrive.patch \
|
2015-10-19 03:51:53 +00:00
|
|
|
gnu/packages/patches/libdrm-symbol-check.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/libevent-dns-tests.patch \
|
2015-09-19 21:19:32 +00:00
|
|
|
gnu/packages/patches/libmtp-devices.patch \
|
2013-11-02 22:12:36 +00:00
|
|
|
gnu/packages/patches/liboop-mips64-deplibs-fix.patch \
|
2015-07-27 20:54:58 +00:00
|
|
|
gnu/packages/patches/liblxqt-include.patch \
|
2015-07-21 05:49:43 +00:00
|
|
|
gnu/packages/patches/libmad-armv7-thumb-pt1.patch \
|
|
|
|
gnu/packages/patches/libmad-armv7-thumb-pt2.patch \
|
|
|
|
gnu/packages/patches/libmad-frame-length.patch \
|
2013-11-01 04:15:16 +00:00
|
|
|
gnu/packages/patches/libmad-mips-newgcc.patch \
|
2013-11-01 03:59:00 +00:00
|
|
|
gnu/packages/patches/libtheora-config-guess.patch \
|
2016-01-21 05:28:03 +00:00
|
|
|
gnu/packages/patches/libtiff-CVE-2015-8665+CVE-2015-8683.patch \
|
|
|
|
gnu/packages/patches/libtiff-oob-accesses-in-decode.patch \
|
|
|
|
gnu/packages/patches/libtiff-oob-write-in-nextdecode.patch \
|
2015-04-10 16:09:00 +00:00
|
|
|
gnu/packages/patches/libtool-skip-tests2.patch \
|
2014-04-04 20:00:23 +00:00
|
|
|
gnu/packages/patches/libssh-CVE-2014-0017.patch \
|
2015-10-08 14:55:04 +00:00
|
|
|
gnu/packages/patches/libunwind-CVE-2015-3239.patch \
|
2015-10-08 14:43:40 +00:00
|
|
|
gnu/packages/patches/libwmf-CAN-2004-0941.patch \
|
2015-07-07 00:02:47 +00:00
|
|
|
gnu/packages/patches/libwmf-CVE-2006-3376.patch \
|
2015-10-08 14:43:40 +00:00
|
|
|
gnu/packages/patches/libwmf-CVE-2007-0455.patch \
|
|
|
|
gnu/packages/patches/libwmf-CVE-2007-2756.patch \
|
|
|
|
gnu/packages/patches/libwmf-CVE-2007-3472.patch \
|
|
|
|
gnu/packages/patches/libwmf-CVE-2007-3473.patch \
|
|
|
|
gnu/packages/patches/libwmf-CVE-2007-3477.patch \
|
2015-07-07 00:02:47 +00:00
|
|
|
gnu/packages/patches/libwmf-CVE-2009-1364.patch \
|
2015-10-08 14:43:40 +00:00
|
|
|
gnu/packages/patches/libwmf-CVE-2009-3546.patch \
|
|
|
|
gnu/packages/patches/libwmf-CVE-2015-0848+CVE-2015-4588.patch \
|
|
|
|
gnu/packages/patches/libwmf-CVE-2015-4695.patch \
|
|
|
|
gnu/packages/patches/libwmf-CVE-2015-4696.patch \
|
2015-11-15 19:46:33 +00:00
|
|
|
gnu/packages/patches/libxslt-CVE-2015-7995.patch \
|
2015-03-22 13:23:47 +00:00
|
|
|
gnu/packages/patches/lirc-localstatedir.patch \
|
2014-09-27 17:07:19 +00:00
|
|
|
gnu/packages/patches/libpthread-glibc-preparation.patch \
|
2014-08-08 00:29:32 +00:00
|
|
|
gnu/packages/patches/lm-sensors-hwmon-attrs.patch \
|
2015-08-27 21:13:30 +00:00
|
|
|
gnu/packages/patches/lua-pkgconfig.patch \
|
2015-01-20 22:23:54 +00:00
|
|
|
gnu/packages/patches/lua51-liblua-so.patch \
|
2015-11-12 04:12:37 +00:00
|
|
|
gnu/packages/patches/lua52-liblua-so.patch \
|
2015-02-26 02:00:43 +00:00
|
|
|
gnu/packages/patches/luajit-no_ldconfig.patch \
|
|
|
|
gnu/packages/patches/luajit-symlinks.patch \
|
2013-11-27 21:52:42 +00:00
|
|
|
gnu/packages/patches/luit-posix.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/m4-gets-undeclared.patch \
|
|
|
|
gnu/packages/patches/make-impure-dirs.patch \
|
2015-08-31 08:09:40 +00:00
|
|
|
gnu/packages/patches/mars-install.patch \
|
|
|
|
gnu/packages/patches/mars-sfml-2.3.patch \
|
2015-12-01 16:20:59 +00:00
|
|
|
gnu/packages/patches/matplotlib-setupext-tk.patch \
|
2015-05-26 02:03:39 +00:00
|
|
|
gnu/packages/patches/maxima-defsystem-mkdir.patch \
|
2014-03-25 20:51:32 +00:00
|
|
|
gnu/packages/patches/mc-fix-ncurses-build.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/mcron-install.patch \
|
2015-06-20 02:42:12 +00:00
|
|
|
gnu/packages/patches/mdadm-gcc-4.9-fix.patch \
|
2014-05-26 06:15:53 +00:00
|
|
|
gnu/packages/patches/mhash-keygen-test-segfault.patch \
|
gnu: mit-krb5: Update to 1.13.3; add fixes for CVE-2015-{8629,8630,8631}.
* gnu/packages/patches/mit-krb5-CVE-2015-2695-pt1.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2695-pt2.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2696.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2697.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2698-pt1.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2698-pt2.patch: Delete files.
* gnu/packages/patches/mit-krb5-CVE-2015-8629.patch,
gnu/packages/patches/mit-krb5-CVE-2015-8630.patch,
gnu/packages/patches/mit-krb5-CVE-2015-8631.patch,
gnu/packages/patches/mit-krb5-init-context-null-spnego.patch: New files.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.13.3.
[source]: Update URI to download conventional .tar.gz file. Add patches.
[native-inputs]: Remove old patches-as-inputs.
[arguments]: Remove hacks needed to cope with the older unconventional
tarball that contained an inner source tarball and signature: Remove
#:modules argument, and the custom 'unpack' and 'apply-patches' phases.
2016-02-04 07:02:20 +00:00
|
|
|
gnu/packages/patches/mit-krb5-CVE-2015-8629.patch \
|
|
|
|
gnu/packages/patches/mit-krb5-CVE-2015-8630.patch \
|
|
|
|
gnu/packages/patches/mit-krb5-CVE-2015-8631.patch \
|
|
|
|
gnu/packages/patches/mit-krb5-init-context-null-spnego.patch \
|
2014-02-21 00:00:49 +00:00
|
|
|
gnu/packages/patches/mpc123-initialize-ao.patch \
|
2015-03-04 15:29:08 +00:00
|
|
|
gnu/packages/patches/mplayer2-theora-fix.patch \
|
2014-06-04 14:22:48 +00:00
|
|
|
gnu/packages/patches/module-init-tools-moduledir.patch \
|
2015-06-16 12:10:51 +00:00
|
|
|
gnu/packages/patches/mumps-build-parallelism.patch \
|
2015-11-01 23:39:22 +00:00
|
|
|
gnu/packages/patches/mupen64plus-ui-console-notice.patch \
|
2014-09-15 06:03:03 +00:00
|
|
|
gnu/packages/patches/mupdf-buildsystem-fix.patch \
|
2015-06-26 21:01:43 +00:00
|
|
|
gnu/packages/patches/mutt-store-references.patch \
|
2014-10-06 21:10:48 +00:00
|
|
|
gnu/packages/patches/net-tools-bitrot.patch \
|
2015-01-31 21:03:25 +00:00
|
|
|
gnu/packages/patches/ngircd-handle-zombies.patch \
|
|
|
|
gnu/packages/patches/ngircd-no-dns-in-tests.patch \
|
2015-01-15 03:02:43 +00:00
|
|
|
gnu/packages/patches/ninja-tests.patch \
|
2015-07-18 21:27:18 +00:00
|
|
|
gnu/packages/patches/ninja-zero-mtime.patch \
|
2015-01-06 15:57:31 +00:00
|
|
|
gnu/packages/patches/nss-pkgconfig.patch \
|
2015-01-22 22:08:16 +00:00
|
|
|
gnu/packages/patches/nvi-assume-preserve-path.patch \
|
|
|
|
gnu/packages/patches/nvi-dbpagesize-binpower.patch \
|
|
|
|
gnu/packages/patches/nvi-db4.patch \
|
2016-02-11 17:53:07 +00:00
|
|
|
gnu/packages/patches/ocaml-findlib-make-install.patch \
|
2015-02-25 15:52:05 +00:00
|
|
|
gnu/packages/patches/openexr-missing-samples.patch \
|
2016-01-05 22:09:27 +00:00
|
|
|
gnu/packages/patches/openimageio-boost-1.60.patch \
|
2015-10-08 02:17:12 +00:00
|
|
|
gnu/packages/patches/openjpeg-CVE-2015-6581.patch \
|
2015-10-02 16:30:41 +00:00
|
|
|
gnu/packages/patches/openjpeg-use-after-free-fix.patch \
|
2015-04-04 23:17:30 +00:00
|
|
|
gnu/packages/patches/openssl-runpath.patch \
|
2015-09-09 17:01:48 +00:00
|
|
|
gnu/packages/patches/openssl-c-rehash.patch \
|
2014-07-25 04:40:44 +00:00
|
|
|
gnu/packages/patches/orpheus-cast-errors-and-includes.patch \
|
2014-09-09 11:39:55 +00:00
|
|
|
gnu/packages/patches/ots-no-include-missing-file.patch \
|
2014-02-17 01:20:10 +00:00
|
|
|
gnu/packages/patches/patchelf-page-size.patch \
|
2015-01-06 21:41:55 +00:00
|
|
|
gnu/packages/patches/patchelf-rework-for-arm.patch \
|
2014-04-07 16:15:48 +00:00
|
|
|
gnu/packages/patches/patchutils-xfail-gendiff-tests.patch \
|
2015-06-08 13:19:58 +00:00
|
|
|
gnu/packages/patches/patch-hurd-path-max.patch \
|
2016-01-12 18:12:07 +00:00
|
|
|
gnu/packages/patches/perl-CVE-2015-8607.patch \
|
2015-09-10 08:40:34 +00:00
|
|
|
gnu/packages/patches/perl-autosplit-default-time.patch \
|
2015-12-13 10:25:24 +00:00
|
|
|
gnu/packages/patches/perl-deterministic-ordering.patch \
|
2015-07-10 00:16:05 +00:00
|
|
|
gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch \
|
2015-04-04 15:15:30 +00:00
|
|
|
gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch \
|
2016-01-31 20:22:17 +00:00
|
|
|
gnu/packages/patches/perl-io-socket-ssl-openssl-1.0.2f-fix.patch \
|
2015-04-07 22:03:04 +00:00
|
|
|
gnu/packages/patches/perl-net-amazon-s3-moose-warning.patch \
|
2015-06-12 07:40:12 +00:00
|
|
|
gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch \
|
2015-12-13 10:25:24 +00:00
|
|
|
gnu/packages/patches/perl-no-build-time.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/perl-no-sys-dirs.patch \
|
2016-01-20 23:12:53 +00:00
|
|
|
gnu/packages/patches/perl-module-pluggable-search.patch \
|
2015-12-13 10:25:24 +00:00
|
|
|
gnu/packages/patches/perl-source-date-epoch.patch \
|
2015-08-04 04:12:16 +00:00
|
|
|
gnu/packages/patches/pidgin-add-search-path.patch \
|
2016-02-01 05:22:38 +00:00
|
|
|
gnu/packages/patches/pinball-const-fix.patch \
|
|
|
|
gnu/packages/patches/pinball-cstddef.patch \
|
|
|
|
gnu/packages/patches/pinball-missing-separators.patch \
|
|
|
|
gnu/packages/patches/pinball-src-deps.patch \
|
|
|
|
gnu/packages/patches/pinball-system-ltdl.patch \
|
2014-06-13 04:54:44 +00:00
|
|
|
gnu/packages/patches/pingus-sdl-libs-config.patch \
|
2015-12-12 10:50:59 +00:00
|
|
|
gnu/packages/patches/plink-1.07-unclobber-i.patch \
|
2013-07-12 20:25:30 +00:00
|
|
|
gnu/packages/patches/plotutils-libpng-jmpbuf.patch \
|
2014-11-09 17:55:31 +00:00
|
|
|
gnu/packages/patches/polkit-drop-test.patch \
|
2015-03-02 00:06:35 +00:00
|
|
|
gnu/packages/patches/portaudio-audacity-compat.patch \
|
2015-01-10 07:02:46 +00:00
|
|
|
gnu/packages/patches/pt-scotch-build-parallelism.patch \
|
2014-10-24 07:39:34 +00:00
|
|
|
gnu/packages/patches/pulseaudio-fix-mult-test.patch \
|
2015-03-31 18:13:29 +00:00
|
|
|
gnu/packages/patches/pulseaudio-longer-test-timeout.patch \
|
2015-04-20 05:45:43 +00:00
|
|
|
gnu/packages/patches/pycairo-wscript.patch \
|
2014-05-05 15:12:55 +00:00
|
|
|
gnu/packages/patches/pybugz-encode-error.patch \
|
|
|
|
gnu/packages/patches/pybugz-stty.patch \
|
2016-02-05 19:06:54 +00:00
|
|
|
gnu/packages/patches/pygpgme-disable-problematic-tests.patch \
|
2015-01-25 19:07:08 +00:00
|
|
|
gnu/packages/patches/pyqt-configure.patch \
|
2015-11-14 23:25:55 +00:00
|
|
|
gnu/packages/patches/python-2-deterministic-build-info.patch \
|
2015-10-07 22:05:34 +00:00
|
|
|
gnu/packages/patches/python-2.7-search-paths.patch \
|
2015-11-13 23:08:35 +00:00
|
|
|
gnu/packages/patches/python-2.7-source-date-epoch.patch \
|
2015-11-14 23:25:55 +00:00
|
|
|
gnu/packages/patches/python-3-deterministic-build-info.patch \
|
2015-10-07 22:05:34 +00:00
|
|
|
gnu/packages/patches/python-3-search-paths.patch \
|
2015-06-12 07:24:12 +00:00
|
|
|
gnu/packages/patches/python-disable-ssl-test.patch \
|
2014-03-03 00:53:11 +00:00
|
|
|
gnu/packages/patches/python-fix-tests.patch \
|
2015-12-15 16:59:15 +00:00
|
|
|
gnu/packages/patches/python-ipython-inputhook-ctype.patch \
|
2015-02-24 23:56:31 +00:00
|
|
|
gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \
|
2015-11-08 20:38:55 +00:00
|
|
|
gnu/packages/patches/python-configobj-setuptools.patch \
|
2014-11-19 00:57:41 +00:00
|
|
|
gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \
|
2016-02-03 02:57:43 +00:00
|
|
|
gnu/packages/patches/qemu-CVE-2015-8558.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-8567.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-8613.patch \
|
2016-02-22 15:17:48 +00:00
|
|
|
gnu/packages/patches/qemu-CVE-2015-8619.patch \
|
2016-02-03 02:57:43 +00:00
|
|
|
gnu/packages/patches/qemu-CVE-2015-8701.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2015-8743.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2016-1568.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2016-1922.patch \
|
2016-02-22 15:17:48 +00:00
|
|
|
gnu/packages/patches/qemu-CVE-2016-1981.patch \
|
|
|
|
gnu/packages/patches/qemu-CVE-2016-2197.patch \
|
|
|
|
gnu/packages/patches/qemu-usb-ehci-oob-read.patch \
|
2016-02-03 02:57:43 +00:00
|
|
|
gnu/packages/patches/qemu-virtio-9p-use-accessor-to-get-thread-pool.patch \
|
2015-04-15 11:30:25 +00:00
|
|
|
gnu/packages/patches/qt4-ldflags.patch \
|
2014-02-13 05:42:41 +00:00
|
|
|
gnu/packages/patches/ratpoison-shell.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/readline-link-ncurses.patch \
|
2015-07-24 19:16:29 +00:00
|
|
|
gnu/packages/patches/ripperx-missing-file.patch \
|
2015-11-24 12:15:38 +00:00
|
|
|
gnu/packages/patches/rsem-makefile.patch \
|
2015-06-08 13:04:07 +00:00
|
|
|
gnu/packages/patches/sed-hurd-path-max.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/scheme48-tests.patch \
|
2014-05-19 05:08:30 +00:00
|
|
|
gnu/packages/patches/scotch-test-threading.patch \
|
2015-11-14 21:26:44 +00:00
|
|
|
gnu/packages/patches/scribus-qobject.patch \
|
2014-12-26 05:32:48 +00:00
|
|
|
gnu/packages/patches/sdl-libx11-1.6.patch \
|
2015-05-07 16:19:33 +00:00
|
|
|
gnu/packages/patches/serf-comment-style-fix.patch \
|
|
|
|
gnu/packages/patches/serf-deflate-buckets-test-fix.patch \
|
2014-02-05 21:18:14 +00:00
|
|
|
gnu/packages/patches/slim-session.patch \
|
|
|
|
gnu/packages/patches/slim-config.patch \
|
2014-02-09 22:20:42 +00:00
|
|
|
gnu/packages/patches/slim-sigusr1.patch \
|
2016-02-15 20:43:15 +00:00
|
|
|
gnu/packages/patches/slurm-configure-remove-nonfree-contribs.patch \
|
2014-04-28 18:20:52 +00:00
|
|
|
gnu/packages/patches/soprano-find-clucene.patch \
|
2016-01-12 16:21:51 +00:00
|
|
|
gnu/packages/patches/sudo-CVE-2015-5602.patch \
|
2014-05-19 05:12:46 +00:00
|
|
|
gnu/packages/patches/superlu-dist-scotchmetis.patch \
|
2015-11-16 17:34:30 +00:00
|
|
|
gnu/packages/patches/synfig-build-fix.patch \
|
2015-05-21 13:47:26 +00:00
|
|
|
gnu/packages/patches/tar-d_ino_in_dirent-fix.patch \
|
2015-06-15 22:27:27 +00:00
|
|
|
gnu/packages/patches/tar-skip-unreliable-tests.patch \
|
2015-11-13 22:17:15 +00:00
|
|
|
gnu/packages/patches/tcl-mkindex-deterministic.patch \
|
2016-02-12 23:27:17 +00:00
|
|
|
gnu/packages/patches/tclxml-3.2-install.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/tcsh-fix-autotest.patch \
|
2014-07-25 21:37:44 +00:00
|
|
|
gnu/packages/patches/texi2html-document-encoding.patch \
|
2014-08-16 05:56:42 +00:00
|
|
|
gnu/packages/patches/texi2html-i18n.patch \
|
2015-07-21 03:32:30 +00:00
|
|
|
gnu/packages/patches/tidy-CVE-2015-5522+5523.patch \
|
2015-11-24 18:35:44 +00:00
|
|
|
gnu/packages/patches/tinyxml-use-stl.patch \
|
2015-11-12 05:31:19 +00:00
|
|
|
gnu/packages/patches/tk-find-library.patch \
|
2016-01-19 13:29:19 +00:00
|
|
|
gnu/packages/patches/tophat-build-with-later-seqan.patch \
|
2015-11-10 17:38:04 +00:00
|
|
|
gnu/packages/patches/torsocks-dns-test.patch \
|
2015-04-28 19:21:37 +00:00
|
|
|
gnu/packages/patches/tvtime-gcc41.patch \
|
|
|
|
gnu/packages/patches/tvtime-pngoutput.patch \
|
|
|
|
gnu/packages/patches/tvtime-videodev2.patch \
|
|
|
|
gnu/packages/patches/tvtime-xmltv.patch \
|
2014-12-30 19:46:21 +00:00
|
|
|
gnu/packages/patches/unzip-CVE-2014-8139.patch \
|
|
|
|
gnu/packages/patches/unzip-CVE-2014-8140.patch \
|
|
|
|
gnu/packages/patches/unzip-CVE-2014-8141.patch \
|
2015-07-16 02:55:26 +00:00
|
|
|
gnu/packages/patches/unzip-CVE-2014-9636.patch \
|
2015-10-22 18:54:43 +00:00
|
|
|
gnu/packages/patches/unzip-CVE-2015-7696.patch \
|
|
|
|
gnu/packages/patches/unzip-CVE-2015-7697.patch \
|
2015-07-16 02:55:26 +00:00
|
|
|
gnu/packages/patches/unzip-allow-greater-hostver-values.patch \
|
2015-10-08 14:01:02 +00:00
|
|
|
gnu/packages/patches/unzip-attribs-overflow.patch \
|
2015-10-22 18:54:43 +00:00
|
|
|
gnu/packages/patches/unzip-overflow-on-invalid-input.patch \
|
2015-10-08 14:01:02 +00:00
|
|
|
gnu/packages/patches/unzip-format-secure.patch \
|
2015-07-16 02:55:26 +00:00
|
|
|
gnu/packages/patches/unzip-initialize-symlink-flag.patch \
|
2015-10-08 14:01:02 +00:00
|
|
|
gnu/packages/patches/unzip-overflow-long-fsize.patch \
|
2015-07-16 02:55:26 +00:00
|
|
|
gnu/packages/patches/unzip-remove-build-date.patch \
|
2015-01-23 13:19:02 +00:00
|
|
|
gnu/packages/patches/util-linux-tests.patch \
|
2015-04-12 21:31:36 +00:00
|
|
|
gnu/packages/patches/upower-builddir.patch \
|
2015-10-02 18:59:20 +00:00
|
|
|
gnu/packages/patches/valgrind-enable-arm.patch \
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
gnu/packages/patches/vpnc-script.patch \
|
2014-12-27 15:01:44 +00:00
|
|
|
gnu/packages/patches/vtk-mesa-10.patch \
|
2016-01-06 15:43:18 +00:00
|
|
|
gnu/packages/patches/w3m-libgc.patch \
|
2016-01-06 00:26:25 +00:00
|
|
|
gnu/packages/patches/w3m-force-ssl_verify_server-on.patch \
|
|
|
|
gnu/packages/patches/w3m-disable-sslv2-and-sslv3.patch \
|
|
|
|
gnu/packages/patches/w3m-disable-weak-ciphers.patch \
|
2015-10-08 02:50:46 +00:00
|
|
|
gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch \
|
2015-11-29 18:17:33 +00:00
|
|
|
gnu/packages/patches/weechat-python.patch \
|
2015-02-21 18:24:54 +00:00
|
|
|
gnu/packages/patches/weex-vacopy.patch \
|
2015-08-12 04:20:16 +00:00
|
|
|
gnu/packages/patches/wicd-bitrate-none-fix.patch \
|
|
|
|
gnu/packages/patches/wicd-get-selected-profile-fix.patch \
|
2015-05-09 13:40:14 +00:00
|
|
|
gnu/packages/patches/wicd-template-instantiation.patch \
|
2015-02-06 04:47:03 +00:00
|
|
|
gnu/packages/patches/wicd-urwid-1.3.patch \
|
2014-12-04 21:22:04 +00:00
|
|
|
gnu/packages/patches/wmctrl-64-fix.patch \
|
2015-11-11 12:43:12 +00:00
|
|
|
gnu/packages/patches/wpa-supplicant-CVE-2015-5310.patch \
|
|
|
|
gnu/packages/patches/wpa-supplicant-CVE-2015-5314.patch \
|
|
|
|
gnu/packages/patches/wpa-supplicant-CVE-2015-5315.patch \
|
|
|
|
gnu/packages/patches/wpa-supplicant-CVE-2015-5316.patch \
|
2016-02-05 23:24:01 +00:00
|
|
|
gnu/packages/patches/xdotool-fix-makefile.patch \
|
2014-12-19 20:32:48 +00:00
|
|
|
gnu/packages/patches/xf86-video-ark-remove-mibstore.patch \
|
2014-12-19 20:52:36 +00:00
|
|
|
gnu/packages/patches/xf86-video-ast-remove-mibstore.patch \
|
2014-12-19 20:45:59 +00:00
|
|
|
gnu/packages/patches/xf86-video-geode-glibc-2.20.patch \
|
2014-12-19 20:57:09 +00:00
|
|
|
gnu/packages/patches/xf86-video-glint-remove-mibstore.patch \
|
2014-12-20 01:38:55 +00:00
|
|
|
gnu/packages/patches/xf86-video-i128-remove-mibstore.patch \
|
2014-12-20 01:43:03 +00:00
|
|
|
gnu/packages/patches/xf86-video-intel-compat-api.patch \
|
|
|
|
gnu/packages/patches/xf86-video-intel-glibc-2.20.patch \
|
2014-12-20 01:48:18 +00:00
|
|
|
gnu/packages/patches/xf86-video-mach64-glibc-2.20.patch \
|
2014-12-20 02:01:51 +00:00
|
|
|
gnu/packages/patches/xf86-video-nv-remove-mibstore.patch \
|
2014-12-20 02:04:35 +00:00
|
|
|
gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch \
|
2014-12-20 02:21:17 +00:00
|
|
|
gnu/packages/patches/xf86-video-tga-remove-mibstore.patch \
|
2014-12-20 02:23:13 +00:00
|
|
|
gnu/packages/patches/xf86-video-trident-remove-mibstore.patch \
|
2014-12-20 02:26:54 +00:00
|
|
|
gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch \
|
2014-12-14 01:50:00 +00:00
|
|
|
gnu/packages/patches/xfce4-panel-plugins.patch \
|
2015-10-30 12:40:58 +00:00
|
|
|
gnu/packages/patches/xfce4-session-fix-xflock4.patch \
|
2015-09-09 13:00:11 +00:00
|
|
|
gnu/packages/patches/xfce4-settings-defaults.patch \
|
2015-03-01 23:31:05 +00:00
|
|
|
gnu/packages/patches/xmodmap-asprintf.patch \
|
|
|
|
gnu/packages/patches/zathura-plugindir-environment-variable.patch
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
|
2015-04-07 19:36:04 +00:00
|
|
|
MISC_DISTRO_FILES = \
|
2015-04-21 19:07:11 +00:00
|
|
|
gnu/packages/ld-wrapper.in
|
2015-04-07 19:36:04 +00:00
|
|
|
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap
|
|
|
|
bootstrap_x86_64_linuxdir = $(bootstrapdir)/x86_64-linux
|
|
|
|
bootstrap_i686_linuxdir = $(bootstrapdir)/i686-linux
|
2014-12-31 09:23:12 +00:00
|
|
|
bootstrap_armhf_linuxdir = $(bootstrapdir)/armhf-linux
|
2013-10-17 19:47:56 +00:00
|
|
|
bootstrap_mips64el_linuxdir = $(bootstrapdir)/mips64el-linux
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
|
|
|
|
dist_bootstrap_x86_64_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/x86_64-linux/bash \
|
|
|
|
gnu/packages/bootstrap/x86_64-linux/mkdir \
|
|
|
|
gnu/packages/bootstrap/x86_64-linux/tar \
|
|
|
|
gnu/packages/bootstrap/x86_64-linux/xz
|
|
|
|
|
|
|
|
dist_bootstrap_i686_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/i686-linux/bash \
|
|
|
|
gnu/packages/bootstrap/i686-linux/mkdir \
|
|
|
|
gnu/packages/bootstrap/i686-linux/tar \
|
|
|
|
gnu/packages/bootstrap/i686-linux/xz
|
|
|
|
|
2014-12-31 09:23:12 +00:00
|
|
|
dist_bootstrap_armhf_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/armhf-linux/bash \
|
|
|
|
gnu/packages/bootstrap/armhf-linux/mkdir \
|
|
|
|
gnu/packages/bootstrap/armhf-linux/tar \
|
|
|
|
gnu/packages/bootstrap/armhf-linux/xz
|
|
|
|
|
2013-10-17 19:47:56 +00:00
|
|
|
dist_bootstrap_mips64el_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/mips64el-linux/bash \
|
|
|
|
gnu/packages/bootstrap/mips64el-linux/mkdir \
|
|
|
|
gnu/packages/bootstrap/mips64el-linux/tar \
|
|
|
|
gnu/packages/bootstrap/mips64el-linux/xz
|
|
|
|
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
# Big bootstrap binaries are not included in the tarball. Instead, they
|
|
|
|
# are downloaded.
|
|
|
|
nodist_bootstrap_x86_64_linux_DATA = \
|
2013-11-14 23:10:10 +00:00
|
|
|
gnu/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
nodist_bootstrap_i686_linux_DATA = \
|
2013-11-14 23:10:10 +00:00
|
|
|
gnu/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz
|
2014-12-31 09:23:12 +00:00
|
|
|
nodist_bootstrap_armhf_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz
|
2013-10-17 19:47:56 +00:00
|
|
|
nodist_bootstrap_mips64el_linux_DATA = \
|
|
|
|
gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
|
|
|
|
# Those files must remain executable, so they remain executable once
|
|
|
|
# imported into the store.
|
2014-12-09 10:44:21 +00:00
|
|
|
set-bootstrap-executable-permissions:
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
chmod +x $(DESTDIR)$(bootstrapdir)/*/{bash,mkdir,tar,xz}
|
|
|
|
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
$(nodist_bootstrap_x86_64_linux_DATA) \
|
2013-10-17 19:47:56 +00:00
|
|
|
$(nodist_bootstrap_i686_linux_DATA) \
|
2014-12-31 09:23:12 +00:00
|
|
|
$(nodist_bootstrap_armhf_linux_DATA) \
|
2013-10-17 19:47:56 +00:00
|
|
|
$(nodist_bootstrap_mips64el_linux_DATA)
|
build: Split Makefile.am into two parts.
* Makefile.am (MODULES): Move gnu/* to gnu-system.am.
(patchdir, dist_patch_DATA, bootstrapdir,
bootstrap_x86_64_linuxdir, bootstrap_i686_linuxdir,
dist_bootstrap_x86_64_linux_DATA, dist_bootstrap_i686_linux_DATA,
nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA,
install-data-hook, DISTCLEANFILES, DOWNLOAD_FILE,
gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Move to...
* gnu-system.am: ... here. New file.
2013-06-19 21:19:03 +00:00
|
|
|
|
|
|
|
# Method to download a file from an external source.
|
|
|
|
DOWNLOAD_FILE = \
|
|
|
|
GUILE_LOAD_COMPILED_PATH="$(top_builddir):$$GUILE_LOAD_COMPILED_PATH" \
|
|
|
|
$(GUILE) --no-auto-compile -L "$(top_builddir)" -L "$(top_srcdir)" \
|
|
|
|
"$(top_srcdir)/build-aux/download.scm"
|
|
|
|
|
2013-11-14 23:10:10 +00:00
|
|
|
gnu/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz:
|
2016-01-24 17:48:29 +00:00
|
|
|
$(AM_V_DL)$(MKDIR_P) `dirname "$@"`; \
|
|
|
|
$(DOWNLOAD_FILE) "$@" \
|
|
|
|
"037b103522a2d0d7d69c7ffd8de683dfe5bb4b59c1fafd70b4ffd397fd2f57f0"
|
2013-11-14 23:10:10 +00:00
|
|
|
gnu/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz:
|
2016-01-24 17:48:29 +00:00
|
|
|
$(AM_V_DL)$(MKDIR_P) `dirname "$@"`; \
|
|
|
|
$(DOWNLOAD_FILE) "$@" \
|
|
|
|
"b757cd46bf13ecac83fb8e955fb50096ac2d17bb610ca8eb816f29302a00a846"
|
2014-12-31 09:23:12 +00:00
|
|
|
gnu/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz:
|
2016-01-24 17:48:29 +00:00
|
|
|
$(AM_V_DL)$(MKDIR_P) `dirname "$@"`; \
|
|
|
|
$(DOWNLOAD_FILE) "$@" \
|
|
|
|
"e551d05d4d385d6706ab8d574856a087758294dc90ab4c06e70a157a685e23d6"
|
2013-10-17 19:47:56 +00:00
|
|
|
gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz:
|
2016-01-24 17:48:29 +00:00
|
|
|
$(AM_V_DL)$(MKDIR_P) `dirname "$@"`; \
|
|
|
|
$(DOWNLOAD_FILE) "$@" \
|
|
|
|
"994680f0001346864aa2c2cc5110f380ee7518dcd701c614291682b8e948f73b"
|