summaryrefslogtreecommitdiff
path: root/gnu-system.am
Commit message (Collapse)AuthorAge
* gnu: Add postgresql.David Thompson2014-09-03
| | | | | * gnu/packages/postgresql.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add nvi.Marek Benc2014-09-02
| | | | | | | | * gnu/packages/nvi.scm: New file. * gnu/packages/patches/nvi-assume-preserve-path.patch: New file. * gnu-system.am: Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès2014-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: Add unclutter.Alex Kost2014-08-27
| | | | | * gnu/packages/unclutter.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: texi2html: Fix tests in the absense of gettext.Eric Bavier2014-08-16
| | | | | | * gnu/packages/patches/texi2html-i18n.patch: New patch. * gnu/packages/texinfo.scm (texi2html)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: lvm2: Upgrade, use udev, improve synopsis and description.Ludovic Courtès2014-08-14
| | | | | | | * gnu/packages/linux.scm (lvm2): New variable. * gnu/packages/lvm.scm: Remove. * gnu-system.am (GNU_SYSTEM_MODULES): Remove it. * gnu/packages/cryptsetup.scm: Adjust accordingly.
* gnu: Add orpheus.Eric Bavier2014-08-12
| | | | | | | * gnu/packages/orpheus.scm: New file. * gnu/packages/patches/orpheus-cast-errors-and-includes.patch: New patch. * gnu-system.am (GNU_SYSTEM_MODULES): Add file. (dist_patch_DATA): Add patch.
* gnu: Add texi2html.Eric Bavier2014-08-11
| | | | | | * gnu/packages/texinfo.scm (texi2html): New variable. * gnu/packages/patches/texi2html-document-encoding.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add AVRDUDEManolis Ragkousis2014-08-11
| | | | | | | | | * gnu/packages/avrdude.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add avrdude.scm * gnu/packages/patches/avrdude-fix-libusb.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* build: 'make clean' doesn't delete os-config.tmpl.Ludovic Courtès2014-08-11
| | | | | | | | | Fixes <http://bugs.gnu.org/18243>. Reported by Andreas Enge and Mark H. Weaver. * Makefile.am (EXAMPLES): New variable. (nobase_dist_guilemodule_DATA): Add it. * gnu-system.am (GNU_SYSTEM_MODULES): Remove gnu/system/os-config.tmpl.
* gnu: Add lm-sensors.Mark H Weaver2014-08-07
| | | | | | * gnu/packages/patches/lm-sensors-hwmon-attrs.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (lm-sensors): New variable.
* gnu: Add rrdtool.Mark H Weaver2014-08-07
| | | | | * gnu/packages/rrdtool.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: curl: Update to 7.37.1.Andreas Enge2014-08-07
| | | | | | * gnu/packages/curl.scm (curl): Update to 7.37.1. Remove patch. * gnu/packages/patches/curl-fix-test172.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove patch.
* gnu: Add flashrom.Mark H Weaver2014-08-05
| | | | | | * gnu/packages/patches/flashrom-use-libftdi1.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/admin.scm (flashrom): New variable.
* install: Add a configuration template to the image.Ludovic Courtès2014-07-24
| | | | | | | | | | * gnu/system/os-config.tmpl: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it * gnu/system/install.scm (configuration-template-service): New procedure. (installation-services): Call it. * doc/guix.texi (System Installation): Mention configuration-template.scm, and @include gnu/system/os-config.tmpl.
* gnu: Add libftdi.Manolis Ragkousis2014-07-24
| | | | | | | * gnu/packages/libftdi.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add libftdi.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add datamash.Eric Bavier2014-07-18
| | | | | * gnu/packages/datamash.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: flac: Upgrade to 1.3.0.Jason Self2014-07-15
| | | | | | | | | | * gnu/packages/xiph.scm (flac): Update to version 1.3.0. Remove 'patches' field. * gnu/packages/patches/flac-fix-memcmp-not-declared.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Signed-off-by: Jason Self <j@jxself.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Merge branch 'bug-17853'Ludovic Courtès2014-07-13
|\
| * gnu: glib: Fix build on i686.Eric Bavier2014-07-10
| | | | | | | | | | | | * gnu/packages/patches/glib-tests-timer.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/glib.scm: Use it.
| * gnu: Remove overlooked patch.Eric Bavier2014-07-10
| | | | | | | | * gnu-system.am (dist_patch_DATA): Remove patch deleted previously.
| * gnu: libbonobo: Skip failing test case.Eric Bavier2014-07-02
| | | | | | | | | | | | * gnu/packages/patches/libbonobo-activation-test-race.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (libbonobo)[source]: New 'patches' field.
* | gnu: Add links.John Darrington2014-07-12
| | | | | | | | | | * gnu-system.am (GNU_SYSTEM_MODULES): Add new file. * gnu/packages/links.scm: New file.
* | gnu: Add fish.David Thompson2014-07-11
| | | | | | | | | | * gnu/packages/fish.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | gnu: Add VTK.Ludovic Courtès2014-07-10
| | | | | | | | | | * gnu/packages/vtk.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | gnu: Add sipwitch and dependent packagesJohn Darrington2014-07-09
| | | | | | | | | | * gnu-system.am (GNU_SYSTEM_MODULES): Add new file. * gnu/packages/telephony.scm: New file.
* | gnu: Add conkeror.Cyrill Schenkel2014-07-08
| | | | | | | | | | | | | | * gnu-system.am (GNU_SYSTEM_MODULES): Add new package. * gnu/packages/conkeror.scm: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: dmd: Update to 0.2.Ludovic Courtès2014-07-08
| | | | | | | | | | | | | | * gnu/packages/admin.scm (dmd): Update to 0.2; remove 'patches'. * gnu/packages/patches/dmd-getpw.patch, gnu/packages/patches/dmd-tests-longer-sleeps.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
* | gnu: bitlbee: Upgrade to 3.2.2.Mark H Weaver2014-07-07
| | | | | | | | | | | | | | | | * gnu/packages/messaging.scm (bitlbee): Upgrade to 3.2.2. Remove patches. Use 'libotr' instead of 'libotr-3'. * gnu/packages/patches/bitlbee-fix-tests.patch: Remove file. * gnu/packages/patches/bitlbee-memset-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove patches.
* | gnu: Add gcl.John Darrington2014-07-05
| | | | | | | | | | * gnu-system.am (GNU_SYSTEM_MODULES): Add new package. * gnu/packages/lisp.scm: New file.
* | gnu: Add node.Cyrill Schenkel2014-07-01
| | | | | | | | | | | | | | * gnu-system.am (GNU_SYSTEM_MODULES): Add new package. * gnu/packages/node.scm: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | services: Add lshd service.Ludovic Courtès2014-07-01
| | | | | | | | | | * gnu/services/ssh.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | gnu: Add jrnl, python-pycrypto, python-keyring, python-parsedatetime, and ↵Eric Bavier2014-06-30
|/ | | | | | | | | | python-tzlocal. * gnu/packages/jrnl.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu/packages/python.scm (python-pycrypto, python-keyring, python-dateutil-2, python-parsedatetime, python-tzlocal): New variables.
* gnu: Consolidate libjpeg, libpng, and libtiff into one module.David Thompson2014-06-27
| | | | | | | | | | | | | | | | | | | * 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.
* gnu: Add libsodium.David Thompson2014-06-26
| | | | | * gnu-system.am (GNU_SYSTEM_MODULES): Add crypto.scm. * gnu/packages/crypto.scm: New file.
* gnu: Add new package barcodeJohn Darrington2014-06-26
| | | | | * gnu/packages/aidc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: cursynth: Upgrade to 1.5.Eric Bavier2014-06-25
| | | | | | | * gnu/packages/cursynth.scm (cursynth)[source]: Upgrade to 1.5. New 'patches' field. * gnu/packages/patches/cursynth-wave-rand.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: kmod: Honor $LINUX_MODULE_DIRECTORY.Ludovic Courtès2014-06-22
| | | | | | * gnu/packages/patches/kmod-module-directory.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (kmod)[origin]: Use it.
* gnu: Add udev.Andreas Enge2014-06-22
| | | | | | | | * gnu/packages/linux.scm (udev): New variable. * gnu/packages/patches/udev-gir-libtool.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* Merge branch 'core-updates'Ludovic Courtès2014-06-20
|\
| * gnu: guile-ncurses: Work around missing test files.Ludovic Courtès2014-06-16
| | | | | | | | | | | | * gnu/packages/patches/guile-ncurses-tests.patch: New file. * gnu/packages/guile.scm (guile-ncurses)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
| * gnu: icu4c: Fix failing test.Ludovic Courtès2014-06-16
| | | | | | | | | | | | * gnu/packages/patches/icu4c-test-date-format.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c)[source]: Use it.
* | gnu: Add cook.John Darrington2014-06-15
|/ | | | | * gnu/packages/cook.scm: New file. * gnu-system.am: New file cook.scm.
* gnu: Add pingus.Eric Bavier2014-06-13
| | | | | | * gnu/packages/games.scm (pingus): New variable. * gnu/packages/patches/pingus-sdl-libs-config.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add busybox.John Darrington2014-06-13
| | | | | * gnu/packages/busybox.scm: New file. * gnu-system.am: Add gnu/packages/busybox.scm.
* gnu: openssl: Upgrade to 1.0.1h.Mark H Weaver2014-06-05
| | | | | | | | * gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1h. Remove patches, which are now upstream. * gnu/packages/patches/openssl-extension-checking-fixes.patch: Remove. * gnu/packages/patches/openssl-CVE-2010-5298.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove them.
* system: Tell module-init-tools where to look for modules.Ludovic Courtès2014-06-04
| | | | | | | | | | * gnu/packages/linux.scm (module-init-tools)[source](patches): New field. * gnu/packages/patches/module-init-tools-moduledir.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/system.scm (etc-directory): Add #:kernel parameter. Set 'LINUX_MODULE_DIRECTORY' in bashrc. (operating-system-etc-directory): Pass #:kernel to 'etc-directory'.
* gnu: Merge Parted, fdisk, and ddrescue in (gnu packages disk).Ludovic Courtès2014-06-03
| | | | | | | | | | | * gnu/packages/parted.scm: Rename to... * gnu/packages/disk.scm: ... this. New file. Merge with... * gnu/packages/fdisk.scm: ... this; remove file; * gnu/packages/ddrescue.scm: ... and this; remove file. * gnu/system/install.scm, gnu/system/vm.scm: Adjust accordingly. * gnu-system.am (GNU_SYSTEM_MODULES): Remove gnu/packages/{parted,fdisk,ddrescue}.scm and add gnu/packages/disk.scm.
* Revert "gnu: hurd: Add Hurd Minimal."Ludovic Courtès2014-06-02
| | | | | This reverts commit bc046a94dec2afadbc1ee3957f13098a8d8b393c, which referred to uncommitted things ('glibc/hurd-headers'.)
* gnu: hurd: Add Hurd Minimal.Manolis Ragkousis2014-06-01
| | | | | | | | * gnu/packages/hurd.scm (hurd-minimal): New variable. * gnu/packages/patches/hurd-minimal.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>