summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* Introduce the 'GUIX_PACKAGE_PATH' environment variable.•••* gnu/packages.scm (%package-module-path): Honor $GUIX_PACKAGE_PATH. * test-env.in: Unset 'GUIX_PACKAGE_PATH'. * tests/guix-package.sh: Test it. * doc/guix.texi (Package Modules): Document it. Ludovic Courtès2014-09-241-1/+12
* packages: Add '%package-module-search-path'.•••* gnu/packages.scm (%package-module-path): New variable. (all-package-modules): New procedure. (fold-packages): Use it instead of 'package-modules'. Ludovic Courtès2014-09-241-8/+27
* packages: Generalize package module search.•••* gnu/packages.scm (%distro-root-directory): New variable. (%distro-module-directory): Remove. (package-files): Rename to... (scheme-files): ... this. Return absolute file names, not stripped. (file-name->module-name): New procedure. (package-modules): Add 'directory' and 'sub-directory' parameters. Rewrite accordingly. (fold-packages): Adjust 'package-modules' call accordingly. Ludovic Courtès2014-09-241-22/+27
* gnu: maxima: Update to 5.34.1 and add dependencies.•••* gnu/packages/maths.scm (maxima): Update to 5.34.1 which fixes a bug in the plotting capabilities present in the previous version. Add Gnuplot and Tcl/Tk to 'inputs'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Federico Beffa2014-09-241-9/+31
* Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.•••* gnu/packages/abiword.scm, gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/backup.scm, gnu/packages/bittorrent.scm, gnu/packages/boost.scm, gnu/packages/compression.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/dc.scm, gnu/packages/emacs.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm, gnu/packages/gimp.scm, gnu/packages/gkrellm.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnutls.scm, gnu/packages/gnuzilla.scm, gnu/packages/gsasl.scm, gnu/packages/gtk.scm, gnu/packages/gv.scm, gnu/packages/image.scm, gnu/packages/indent.scm, gnu/packages/inkscape.scm, gnu/packages/lesstif.scm, gnu/packages/links.scm, gnu/packages/lisp.scm, gnu/packages/lsh.scm, gnu/packages/lsof.scm, gnu/packages/maths.scm, gnu/packages/mp3.scm, gnu/packages/openssl.scm, gnu/packages/ots.scm, gnu/packages/pciutils.scm, gnu/packages/pcre.scm, gnu/packages/pdf.scm, gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/slim.scm, gnu/packages/ssh.scm, gnu/packages/texlive.scm, gnu/packages/vim.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wv.scm, gnu/packages/xiph.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/packages/yasm.scm, gnu/packages/zip.scm, guix/build/cmake-build-system.scm, guix/build/perl-build-system.scm, guix/build/python-build-system.scm, guix/download.scm: Replaces uses of #:renamer and 'symbol-prefix-proc' with #:prefix. Mark H Weaver2014-09-2357-109/+58
* gnu: gtk+: Disable tests on mips64el-linux.•••* gnu/packages/gtk.scm (gtk+): Disable tests on mips64el-linux. Mark H Weaver2014-09-231-1/+5
* gnu: gtk+: Remove dependency on Xorg server on mips64el-linux.•••Reported by Mark H. Weaver. * gnu/packages/gtk.scm (gtk+)[native-inputs]: Remove XORG-SERVER on mips64el-linux. Ludovic Courtès2014-09-231-1/+7
* services: Add 'bitlbee-service'.•••* gnu/services/networking.scm (bitlbee-service): New procedure. * doc/guix.texi (Networking Services): Document it. Ludovic Courtès2014-09-231-1/+42
* gnu: xf86-input-synaptics: Allow building with libc 2.20.•••* gnu/packages/patches/xf86-input-synaptics-glibc-2.20.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xf86-input-synaptics): Use it. Improve synopsis and description. Ludovic Courtès2014-09-232-3/+69
* gnu: node: Add 'which' as an input.•••* gnu/packages/node.scm (node)[native-inputs]: Add WHICH. Ludovic Courtès2014-09-231-1/+3
* gnu: xorg: Remove xf86-input-vmmouse.•••* gnu/packages/xorg.scm (xf86-input-vmmouse): Remove. This driver implement the mouse protocol of a proprietary emulator. * gnu/services/xorg.scm (xorg-start-command): Remove reference. Ludovic Courtès2014-09-232-29/+0
* gnu: linux-libre: Work around GCC 4.8.3 ICE.•••* gnu/packages/linux.scm (linux-libre)[inputs]: New field. Ludovic Courtès2014-09-231-0/+6
* system: Add Patch to '%base-packages'.•••* gnu/system.scm (%base-packages): Add PATCH. Ludovic Courtès2014-09-221-1/+1
* Merge branch 'core-updates'Ludovic Courtès2014-09-2223-214/+164
|\
| * gnu: cyrus-sasl: Build sequentially.•••* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[arguments]: Pass #:parallel-build?. Ludovic Courtès2014-09-201-1/+7
| * gnu: gcc-4.8.3: Add patch for PR61801.•••* gnu/packages/patches/gcc-fix-pr61801.patch: New file. * gnu/packages/gcc.scm (gcc-4.8): Use it. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès2014-09-172-1/+27
| * Merge branch 'master' into core-updates•••Conflicts: gnu-system.am Mark H Weaver2014-09-1344-89/+229
| |\
| * | gnu: util-linux: Don't install 'logger'.•••* gnu/packages/linux.scm (util-linux)[source]: Add 'snippet'. Ludovic Courtès2014-09-121-1/+10
| * | Merge branch 'master' into core-updates•••Conflicts: gnu/packages/image.scm Mark H Weaver2014-09-1153-554/+2951
| |\ \
| * | | gnu: libunistring: Update to 0.9.4.•••* gnu/packages/libunistring.scm (libunistring): Update to 0.9.4. Mark H Weaver2014-09-081-2/+2
| * | | gnu: glibc: Update to 2.20.•••* gnu/packages/patches/glibc-CVE-2014-5119.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/base.scm (glibc): Update to 2.20. Remove patch. Raise minimum linux version to 2.6.32. Mark H Weaver2014-09-082-220/+7
| * | | Merge branch 'master' into core-updatesMark H Weaver2014-09-0824-145/+2612
| |\ \ \
| * | | | gnu: gawk: Patch /usr/bin/file in extension/configure on MIPS.•••* gnu/packages/gawk.scm (gawk): When building for MIPS, patch /usr/bin/file in extension/configure. Mark H Weaver2014-08-291-0/+8
| * | | | gnu: Add missing import to (gnu packages base).•••* gnu/packages/base.scm: Import (gnu packages base). Mark H Weaver2014-08-281-0/+1
| * | | | Merge branch 'master' into core-updates•••Conflicts: gnu/packages/base.scm Mark H Weaver2014-08-2814-758/+940
| |\ \ \ \
| * | | | | gnu: glibc: Fix CVE-2014-5119.•••* gnu/packages/patches/glibc-CVE-2014-5119.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc): Add the patch. Mark H Weaver2014-08-262-1/+214
| * | | | | gnu: file: Update to 5.19; add fix for CVE-2014-3587.•••* gnu/packages/patches/file-CVE-2014-3587.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/file.scm (file): Update to 5.19. Add patch. Mark H Weaver2014-08-262-2/+19
| * | | | | gnu: libgcrypt: Update to 1.6.2.•••* gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.2. Mark H Weaver2014-08-231-2/+2
| * | | | | gnu: Rely on 'file' implicit input and 'patch-usr-bin-file'.•••* gnu/packages/admin.scm (sudo): * gnu/packages/gawk.scm (gawk): Remove workaround on MIPS. * gnu/packages/mcrypt.scm (mcrypt, libmhash): * gnu/packages/file.scm (file): Remove 'file' from native-inputs. * gnu/packages/mc.scm (mc): * gnu/packages/pretty-print.scm (a2ps, trueprint, source-highlight): * gnu/packages/image.scm (libtiff): Remove 'file' from native-inputs. Remove 'patch-configure' phase. Mark H Weaver2014-08-237-118/+51
| * | | | | gnu: bootstrap: Add 'file' to %boot0-inputs and %final-inputs.•••* gnu/packages/base.scm (file-boot0): New variable. (%boot0-inputs): Add 'file-boot0'. (%final-inputs): Add 'file' to list of packages to 'finalize'. Mark H Weaver2014-08-231-0/+11
| * | | | | Merge branch 'master' into core-updatesMark H Weaver2014-08-234-10/+90
| |\ \ \ \ \
| * | | | | | Revert "gnu: Add 'file' as a native-input on MIPS for some packages."•••This reverts commit c3114b756760ddb73054a4bc3d5eff0bfe47c4de. Mark H Weaver2014-08-214-37/+25
| * | | | | | gnu: Add 'file' as a native-input on MIPS for some packages.•••* gnu/packages/admin.scm (sudo): gnu/packages/gawk.scm (gawk): Add 'file' as a native input on MIPS. Remove earlier workaround on MIPS. * gnu/packages/libffi.scm (libffi): gnu/packages/bdw-gc.scm (libatomic-ops, libgc): Add 'file' as a native input on MIPS. Mark H Weaver2014-08-204-25/+37
| * | | | | | gnu: gnutls: Update to 3.2.16.•••* gnu/packages/gnutls.scm (gnutls): Update to 3.2.16. Remove -DENABLE_RSA_EXPORT workaround. Mark H Weaver2014-08-201-6/+2
| * | | | | | Merge branch 'master' into core-updatesMark H Weaver2014-08-2040-462/+2028
| |\ \ \ \ \ \
| * | | | | | | gnu: guile-2.0: Make 'bash' an input unconditionally.•••* gnu/packages/guile.scm (guile-2.0): Make 'bash' an input unconditionally. Mark H Weaver2014-08-201-5/+1
| * | | | | | | gnu: libffi: Update to 3.1.•••* gnu/packages/patches/libffi-mips-n32-fix.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/libffi.scm (libffi): Update to 3.1. Remove patch. Mark H Weaver2014-08-202-25/+3
| * | | | | | | gnu: libgc: Update to 7.4.2.•••* gnu/packages/bdw-gc.scm (libgc): Update to 7.4.2. Mark H Weaver2014-08-201-2/+2
| * | | | | | | gnu: libatomic-ops: Update to 7.4.2.•••* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.4.2. Mark H Weaver2014-08-201-3/+4
| * | | | | | | gnu: tar: Update to 1.28.•••* gnu/packages/base.scm (tar): Update to 1.28. Mark H Weaver2014-08-031-3/+3
| * | | | | | | gnu: coreutils: Update to 8.23.•••* gnu/packages/patches/coreutils-skip-nohup.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove coreutils-skip-nohup.patch. * gnu/packages/patches/coreutils-dummy-man.patch: Adapt for 8.23. * gnu/packages/base.scm (coreutils): Update to 8.23. Mark H Weaver2014-08-033-38/+8
| * | | | | | | Merge branch 'master' into core-updatesMark H Weaver2014-08-033-9/+21
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMark H Weaver2014-07-2728-125/+554
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gnu: acl: Update to 2.2.52.•••* gnu/packages/acl.scm (acl): Update to version 2.2.52. Jason Self2014-07-201-2/+2
| * | | | | | | | | gnu: Enable tests for patch.•••* gnu/packages/base.scm (patch): Enable test and add "ed" as input. John Darrington2014-07-201-4/+2
* | | | | | | | | | linux-initrd: Adjust VM code and doc to new 'base-initrd' signature.•••This fixes regressions introduced in de1c158 ("system: Add support for boot-time mapped devices."). * doc/guix.texi (Initial RAM Disk): Adjust example with custom use of 'base-initrd'. Document #:mapped-devices parameter of 'base-initrd'. * gnu/system/vm.scm (system-disk-image, system-qemu-image, virtualized-operating-system): Adjust call to 'base-initrd' to new signature. Ludovic Courtès2014-09-221-10/+16
* | | | | | | | | | gnu: perl-tk: Build sequentially.•••Fixes <http://bugs.gnu.org/18262>. * gnu/packages/tcl.scm (perl-tk)[arguments]: Add #:parallel-build? #f. Ludovic Courtès2014-09-221-3/+6
* | | | | | | | | | system: Add support for boot-time mapped devices.•••* gnu/build/linux-boot.scm (boot-system): Add #:pre-mount parameter and honor it. * gnu/system/linux-initrd.scm (base-initrd): Add #:mapped-devices parameter. Add 'device-mapping-commands' variable, and use it to build the #:pre-mount argument of 'boot-system'. * gnu/system.scm (mapped-device-user, operating-system-user-mapped-devices, operating-system-boot-mapped-devices): New procedures. (device-mapping-services): Use 'operating-system-user-mapped-devices' instead of 'operating-system-mapped-devices'. (operating-system-initrd-file): Call the initrd with #:mapped-devices. Ludovic Courtès2014-09-223-9/+61
* | | | | | | | | | activation: Ensure existing user accounts have the right settings.•••* gnu/build/activation.scm (modify-user, ensure-user): New procedures. (activate-users+groups): Systematically call 'ensure-user'. Ludovic Courtès2014-09-221-17/+43
* | | | | | | | | | gnu: valgrind: Update to 3.10.0.•••* gnu/packages/valgrind.scm (valgrind): Update to 3.10.0. * gnu/packages/patches/valgrind-glibc.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2014-09-222-25/+3