summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add python-itsdangerous.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-itsdangerous, python2-itsdangerous): New variables.
* gnu: Add python-oauthlib.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-oauthlib, python2-oauthlib): New variables.
* gnu: Add python-pyjwt.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-pyjwt, python2-pyjwt): New variables.
* gnu: Add python-discover.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-discover, python2-discover): New variables.
* gnu: Add python-coverage.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-coverage, python2-coverage): New variables.
* gnu: Add python-testrepository.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-testrepository, python2-testrepository): New variables.
* gnu: Add python-fixtures.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-fixtures, python2-fixtures): New variables.
* gnu: Add python-subunit.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-subunit, python2-subunit): New variables.
* gnu: Add python-testresources.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-testresources, python2-testresources): New variables.
* gnu: Add python-testscenarios.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-testscenarios, python2-testscenarios): New variables.
* gnu: Add python-testtools.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-testtools, python2-testtools): New variables.
* gnu: Add python-scripttest.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-scriptest, python2-scripttest): New variables.
* gnu: Add python-pytest.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-pytest, python2-pytest): New variables.
* gnu: Add python-py.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-py, python2-py): New variables.
* gnu: Add python-unittest2.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-unittest2, python2-unittest2): New variables.
* gnu: Add python-nose.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-nose, python2-nose): New variables.
* gnu: Add python-extras.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-extras, python2-extras): New variables.
* gnu: Add python-mimeparse.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-mimeparse, python2-mimeparse): New variables.
* gnu: Add python-unidecode.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-unidecode, python2-unidecode): New variables.
* gnu: Add python-jsonschema.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-jsonschema, python2-jsonschema): New variables.
* gnu: Add python2-requests.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python2-requests): New variable.
* gnu: Add python-certifi.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-certifi, python2-certifi): New variables.
* gnu: Add python-pyld.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-pyld, python2-pyld): New variables.
* gnu: Add python-exif-read.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-exif-read, python2-exif-read): New variables.
* vm: Move store copy handling to (guix build store-copy).Ludovic Courtès2014-09-04
| | | | | | | | | * gnu/build/vm.scm (read-reference-graph, populate-store): Move to... * guix/build/store-copy.scm: ... here. New file. * Makefile.am (MODULES): Add it. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Adjust default #:modules values accordingly. * tests/gexp.scm ("gexp->derivation, store copy"): New test.
* linux-initrd: Move Linux module tree flattening to another derivation.Ludovic Courtès2014-09-04
| | | | | | | | * gnu/system/linux-initrd.scm (expression->initrd)[string->regexp]: Remove. Use 'flat-linux-module-directory'. Remove the equivalent logic from 'builder'. (flat-linux-module-directory): New procedure.
* gnu: datamash: Fix license.Ludovic Courtès2014-09-03
| | | | * gnu/packages/datamash.scm (datamash)[license]: Change to GPL3+.
* linux-initrd: Factorize cpio archive creation.Ludovic Courtès2014-09-03
| | | | | | | * gnu/build/linux-initrd.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu/system/linux-initrd.scm (expression->initrd): Use (gnu build linux-initrd) and 'write-cpio-archive' instead of the inlined code.
* Move part of (gnu build linux-boot) to (gnu build file-systems).Ludovic Courtès2014-09-03
| | | | | | | | | | | | | | | | | | * 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.
* Rename (gnu build linux-initrd) to (gnu build linux-boot).Ludovic Courtès2014-09-03
| | | | | | | | | * gnu/build/linux-initrd.scm: Rename to... * gnu/build/linux-boot.scm: ... this. * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/build/activation.scm, gnu/build/vm.scm, gnu/services/base.scm, gnu/services/dmd.scm, gnu/system.scm, gnu/system/linux-initrd.scm, gnu/system/vm.scm: Adjust accordingly.
* Move operating system helpers from (guix build …) to (gnu build …).Ludovic Courtès2014-09-03
| | | | | | | | | | | | * guix/build/activation.scm, guix/build/install.scm, guix/build/linux-initrd.scm, guix/build/vm.scm: Move to... * gnu/build: ... here. * Makefile.am (MODULES): Remove the above guix/build/ files. * gnu-system.am (GNU_SYSTEM_MODULES): Add the above gnu/build/ files here. * gnu/services/base.scm, gnu/services/dmd.scm, gnu/system.scm, gnu/system/linux-initrd.scm, gnu/system/vm.scm, guix/scripts/system.scm: Adjust to the new module names.
* gnu: Add postgresql.David Thompson2014-09-03
| | | | | * gnu/packages/postgresql.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* Move specification->package to gnu/packages.scm.Cyril Roelandt2014-09-03
| | | | | * guix/scripts/build.scm (specification->package): Move from here... * gnu/packages.scm: ... to here.
* 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: ucommon: Update to 6.1.10.Ludovic Courtès2014-09-02
| | | | * gnu/packages/telephony.scm (ucommon): Update to 6.1.10.
* gnu: libtasn1: Update to 4.1.Ludovic Courtès2014-09-02
| | | | * gnu/packages/gnutls.scm (libtasn1): Update to 4.1.
* gnu: datamash: Update to 1.0.6.Ludovic Courtès2014-09-01
| | | | * gnu/packages/datamash.scm (datamash): Update to 1.0.6.
* gnu: parallel: Update to 20140822.Ludovic Courtès2014-09-01
| | | | * gnu/packages/parallel.scm (parallel): Update to 20140822.
* gnu: help2man: Update to 1.46.1.Ludovic Courtès2014-09-01
| | | | * gnu/packages/man.scm (help2man): Update to 1.46.1.
* gnu: gcc-toolchain: Inherit GCC's search path specifications.Ludovic Courtès2014-08-31
| | | | | | | Reported by Federico Beffa <beffa@ieee.org>. * gnu/packages/commencement.scm (gcc-toolchain): Add 'native-search-paths' and 'search-paths' fields.
* gnu: Add nss-mdns.Ludovic Courtès2014-08-29
| | | | * gnu/packages/avahi.scm (nss-mdns): New variable.
* gnu: Add perl-archive-zip.John Darrington2014-08-28
| | | | * gnu/packages/perl.scm (perl-archive-zip): New variable.
* gnu: Add bison-2.7John Darrington2014-08-28
| | | | | * gnu/packages/bison.scm (bison-2.7): New variable. Bison 3.x and 2.x are incompatible. Some programs require 2.x
* gnu: libwebsockets: Update to 1.3.Ludovic Courtès2014-08-28
| | | | | | * gnu/packages/web.scm (libwebsockets): Update to 1.3. Switch to CMAKE-BUILD-SYSTEM. Remove #:phases parameter and add #:tests?. Remove AUTOCONF, AUTOMAKE, and LIBTOOL from 'native-inputs'.
* gnu: Add Guile-Charting.Ludovic Courtès2014-08-28
| | | | * gnu/packages/guile.scm (guile-charting): New variable.
* gnu: guile-cairo: Propagate Cairo.Ludovic Courtès2014-08-28
| | | | * gnu/packages/gtk.scm (guile-cairo): Move CAIRO to 'propagated-inputs'.
* 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: libgcrypt: Update to 1.6.2.Ludovic Courtès2014-08-24
| | | | * gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.2.
* gnu: libgc-7.2: Update to 7.2f.Mark H Weaver2014-08-23
| | | | * gnu/packages/bdw-gc.scm (libgc-7.2): Update to 7.2f.