summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Remove extra import in (gnu packages admin).Ludovic Courtès2014-09-08
| | | | * gnu/packages/admin.scm: Remove duplicate use of (gnu packages base).
* gexp: 'gexp->script' returns a script that can easily be compiled.Ludovic Courtès2014-09-08
| | | | | * guix/gexp.scm (gexp->script): Produce an 'eval-when' form around assignments of %load-path and %load-compiled-path.
* linux-initrd: Build cpio archives without '--no-absolute-filenames'.Ludovic Courtès2014-09-08
| | | | | * gnu/build/linux-initrd.scm (write-cpio-archive): Remove '--no-absolute-filenames'.
* gnu: linux-libre: Update to 3.16.2.Jason Self2014-09-06
| | | | * gnu/packages/linux.scm (linux-libre): Update to version 3.16.2.
* linux-initrd: Populate the initrd's store with complete closures.Ludovic Courtès2014-09-06
| | | | | | * gnu/system/linux-initrd.scm (expression->initrd): Add 'graph-files'. Use (guix build store-copy) and 'populate-store' instead of local hack. Pass #:references-graphs to 'gexp->derivation'.
* gnu: unionfs-fuse/static: Remove store references from the executable.Ludovic Courtès2014-09-06
| | | | * gnu/packages/linux.scm (unionfs-fuse/static)[arguments]: Add #:phases.
* gexp: Allow use of high-level objects in #:references-graphs.Ludovic Courtès2014-09-06
| | | | | | | | | | | | | | | * guix/gexp.scm (lower-reference-graphs): New procedure. (gexp->derivation)[graphs-file-names]: New procedure. Use 'lower-reference-graphs', and augment #:inputs argument as a function of #:references-graphs. * doc/guix.texi (G-Expressions): Adjust 'gexp->derivation' documentation accordingly. * tests/gexp.scm ("gexp->derivation, store copy"): Remove reference to TWO in BUILD-DRV. Use TWO directly in #:references-graphs argument. ("gexp->derivation #:references-graphs"): New test. * gnu/system/vm.scm (qemu-image): Remove variable 'graph'; use INPUTS as the #:references-graphs argument to 'expression->derivation-in-linux-vm'.
* gnu: linux-libre: Revert to 3.16.1.Jason Self2014-09-06
| | | | * gnu/packages/linux.scm (linux-libre): Revert to version 3.16.1.
* emacs: Add a face for installed packages.Alex Kost2014-09-06
| | | | | * emacs/guix-list.el (guix-package-list-installed): New face. (guix-package-list-get-name): Use it.
* gnu: linux-libre: Update to 3.16.2.Jason Self2014-09-06
| | | | * gnu/packages/linux.scm (linux-libre): Update to version 3.16.2.
* gnu: Add python-sphinx.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-sphinx, python2-sphinx): New variables.
* gnu: Add python-pygments.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-pygments, python2-pygments): New variables.
* gnu: Add python-docutils.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-docutils, python2-docutils): New variables.
* gnu: Add python-jinja2.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-jinja2, python2-jinja2): New variables.
* gnu: Add python-markupsafe.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-markupsafe, python2-markupsafe): New variables.
* gnu: Add python-virtualenv.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-virtualenv, python2-virtualenv): New variables.
* 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.
* pull: Add a compilation progress report.Ludovic Courtès2014-09-05
| | | | | | | | | | | | | | * guix/build/pull.scm (report-build-progress): New procedure. (p-for-each): Add #:progress parameter. [loop]: Keep track of the number of completed processes. Tail-call PROGRESS at each loop iteration. (build-guix): Add #:debug-port parameter. Use it for verbose messages. Change 'tar' flags to 'xf'. Around 'compile-file' call, bind CURRENT-WARNING-PORT to DEBUG-PORT. * guix/scripts/pull.scm (unpack): Add #:verbose? parameter. [builder]: Pass #:debug-port to 'build-guix'. (guix-pull): Leave CURRENT-BUILD-OUTPUT-PORT unchanged. Pass #:verbose? to 'unpack'.
* 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.
* profiles: Use a real arrow to denote upgrades in ASCII.Ludovic Courtès2014-09-04
| | | | | | | Suggested by Alex Kost. * guix/profiles.scm (right-arrow): Fall back to "->". * tests/profiles.scm ("manifest-show-transaction"): Adjust accordingly.
* Add Emacs user interface.Alex Kost2014-09-03
| | | | | | | | | | | | | | | | | | | * configure.ac (emacsuidir): New variable. (AC_CONFIG_FILES): Add 'emacs/guix-init.el', 'emacs/guix-helper.scm'. * Makefile.am: Include 'emacs.am'. * emacs.am: New file. * doc/emacs.texi: New file. * doc/guix.texi: Include 'emacs.texi'. * emacs/guix-backend.el: New file. * emacs/guix-base.el: New file. * emacs/guix-helper.scm.in: New file. * emacs/guix-history.el: New file. * emacs/guix-info.el: New file. * emacs/guix-init.el.in: New file. * emacs/guix-list.el: New file. * emacs/guix-main.scm: New file. * emacs/guix-utils.el: New file. * emacs/guix.el: New file.
* 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.