summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: file-systems: Import (guix build syscalls) for non-static Guiles.David Thompson2015-07-09
| | | | | | | * gnu/build/file-systems.scm: Import (guix build syscalls) when 'mount' is not defined. * gnu/system.scm (operating-system-activation-script): Include (guix build syscalls) module in derivation.
* gnu: preseq: Move "use-samtools-headers" phase.Ricardo Wurmus2015-07-09
| | | | | * gnu/packages/bioinformatics.scm (preseq)[arguments]: Move phase "use-samtools-headers" after "enter-dir" phase.
* doc: Augment offloading documentation.Ludovic Courtès2015-07-09
| | | | | | * doc/guix.texi (Daemon Offload Setup): Mention that we're using lsh. Mention GUILE_LOAD_PATH settings on the target machine. Explain that machines must authorize each other.
* offload: Add 'ssh-options' field to <build-machine>.Ludovic Courtès2015-07-09
| | | | | | * guix/scripts/offload.scm (<build-machine>)[ssh-options]: New field. (remote-pipe): Use it. (send-files): Likewise.
* gnu: Add gst-plugins-ugly.Mark H Weaver2015-07-09
| | | | * gnu/packages/gstreamer.scm (gst-plugins-ugly): New variable.
* gnu: ffmpeg: Add libx264 support.Mark H Weaver2015-07-09
| | | | | * gnu/packages/video.scm (ffmpeg)[inputs]: Add libx264. [arguments]: Add "--enable-libx264" to configure-flags.
* gnu: Add libx264.Mark H Weaver2015-07-09
| | | | * gnu/packages/video.scm (libx264): New variable.
* gnu: libreoffice: Update to 5.0.0.2.Andreas Enge2015-07-09
| | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.0.2.
* gnu: libwps: Update to 0.4.0.Andreas Enge2015-07-09
| | | | * gnu/packages/libreoffice.scm (libwps): Update to 0.4.0.
* gnu: libmwaw: Update to 0.3.5.Andreas Enge2015-07-09
| | | | * gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.5.
* gnu: libetonyek: Update to 0.1.3.Andreas Enge2015-07-09
| | | | | * gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.3. [native-inputs]: Add glm and mdds.
* gnu: mdds: Update to 0.12.1.Andreas Enge2015-07-09
| | | | * gnu/packages/boost.scm (mdds): Update to 0.12.1.
* gnu: Add grilo-plugins.Mark H Weaver2015-07-09
| | | | * gnu/packages/gnome.scm (grilo-plugins): New variable.
* gnu: Add grilo.Mark H Weaver2015-07-09
| | | | * gnu/packages/gnome.scm (grilo): New variable.
* gnu: wpa-supplicant: Fix WPS and P2P NFC NDEF record payload length validation.Mark H Weaver2015-07-08
| | | | | | * gnu/packages/patches/wpa-supplicant-2015-5-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/admin.scm (wpa-supplicant-light)[source]: Add patch.
* gnu: boost: Update to 1.58.0.Andreas Enge2015-07-08
| | | | * gnu/packages/boost.scm (boost): Update to 1.58.0.
* gnu: Add preseq.Ricardo Wurmus2015-07-08
| | | | | | | * gnu/packages/bioinformatics.scm (preseq): New variable. * gnu/packages/patches/preseq-1.0.2-install-to-PREFIX.patch: New file. * gnu/packages/patches/preseq-1.0.2-link-with-libbam.patch: New file. * gnu-system.am (dist_patch_DATA): Add them.
* gnu: samtools: Install headers.Ricardo Wurmus2015-07-08
| | | | | * gnu/packages/bioinformatics.scm (samtools)[arguments]: Add phase "install-headers" to install header files.
* tests: Use the right identifier in tests/elpa.scm.Ludovic Courtès2015-07-08
| | | | * tests/elpa.scm: Change 'nil->empty' to 'ensure-list' in the whole file.
* doc: Remove extra quotes around URLs.Ludovic Courtès2015-07-08
| | | | * doc/guix.texi (Invoking guix import): Remove extraneous quotes around URLs.
* import: cabal: Make token recognition case-insensitive.Federico Beffa2015-07-08
| | | | | | * guix/import/cabal.scm (make-rx-matcher): Add optional parameter FLAG. (is-property, is-flag, is-src-repo, is-exec, is-test-suite, is-benchmark, is-lib, is-else, is-if): Make test case-insensitive.
* gnu: Add emacs-mmm-mode.Federico Beffa2015-07-08
| | | | * gnu/packages/emacs.scm (emacs-mmm-mode): New variable.
* gnu: Add emacs-auctex.Federico Beffa2015-07-08
| | | | * gnu/packages/emacs.scm: New variable.
* build: Add 'emacs-build-system'.Federico Beffa2015-07-08
| | | | | | | | * Makefile.am (MODULES): Add 'guix/build-system/emacs.scm' and 'guix/build/emacs-build-system.scm'. * guix/build-system/emacs.scm: New file. * guix/build/emacs-build-system.scm: New file. * doc/guix.texi (Build Systems): Document it.
* build: emacs-utils: Add 'emacs-byte-compile-directory'.Federico Beffa2015-07-08
| | | | * guix/build/emacs-utils.scm (emacs-byte-compile-directory): New procedure.
* import: Add 'elpa' importer.Federico Beffa2015-07-08
| | | | | | | | | | | | * guix/import/elpa.scm: New file. * guix/scripts/import.scm: Add "elpa" to 'importers'. * guix/scripts/import/elpa.scm: New file. * Makefile.am (MODULES): Add 'guix/import/elpa.scm' and 'guix/scripts/import/elpa.scm'. (SCM_TESTS): Add 'tests/elpa.scm'. * doc/guix.texi (Invoking guix import): Document it. * tests/elpa.scm: New file. * po/guix/POTFILES.in: Add 'guix/scripts/import/elpa.scm'.
* gnu: system: Move file-system->spec to (gnu system file-systems).David Thompson2015-07-07
| | | | | * gnu/system/linux-initrd.scm (file-system->spec): Move this... * gnu/system/file-systems.scm: ... to here.
* gnu: system: Move <file-system-mapping> into (gnu system file-systems).David Thompson2015-07-07
| | | | | | * gnu/system/vm.scm (<file-system-mapping>, %store-mapping): Move from here... * gnu/system/file-systems.scm: ...to here. * guix/scripts/system.scm: Import (gnu system file-systems).
* build: syscalls: Add pivot-root.David Thompson2015-07-07
| | | | | * guix/build/syscalls.scm (pivot-root): New procedure. * tests/syscalls.scm ("pivot-root"): New test.
* build: syscalls: Add setns.David Thompson2015-07-07
| | | | | | | * guix/build/syscalls.scm (setns): New procedure. * tests/syscalls.scm ("setns"): New test. squash: setns
* build: syscalls: Add clone.David Thompson2015-07-07
| | | | | | | * guix/build/syscalls.scm (clone): New procedure. (CLONE_NEWNS, CLONE_NEWUTS, CLONE_NEWIPC, CLONE_NEWUSER, CLONE_NEWPID, CLONE_NEWNET): New variables. * tests/syscalls.scm ("clone"): New test.
* gnu: python-testtools: make python-mimeparse a propagated inputCyril Roelandt2015-07-08
| | | | | * gnu/packages/python.scm (python-testtools): move python-mimeparse from inputs to propagated-inputs.
* utils: Add call-with-temporary-directory.David Thompson2015-07-07
| | | | * guix/utils.scm (call-with-temporary-directory): New procedure.
* build: syscalls: Add mkdtemp!David Thompson2015-07-07
| | | | | * guix/build/syscalls.scm (mkdtemp!): New procedure. * tests/syscalls.scm ("mkdtemp!"): New test.
* build: syscalls: Add unmount flags.David Thompson2015-07-07
| | | | | * guix/build/syscalls.scm (MNT_FORCE, MNT_DETACH, MNT_EXPIRE) (UMOUNT_NOFOLLOW): New variables.
* build: syscalls: Add additional mount flags.David Thompson2015-07-07
| | | | | * guix/build/syscalls.scm (MS_NOSUID, MS_NODEV, MS_NOEXEC, MS_STRICTATIME): New variables.
* tests: Test the exit code of 'guix environment'.Ludovic Courtès2015-07-08
| | | | | | This is a followup to d2cef62. * tests/guix-environment.sh: Add test for the exit code.
* store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f.Ludovic Courtès2015-07-08
| | | | | * guix/store.scm (run-with-store): Set %CURRENT-TARGET-SYSTEM to #f. * tests/gexp.scm ("gexp->derivation vs. %current-target-system"): New test.
* gnu: cups-filters: Update to 1.0.71.Mark H Weaver2015-07-07
| | | | * gnu/packages/cups.scm (cups-filters): Update to 1.0.71.
* gnu: zathura-{cb,ps,djvu,pdf-poppler}: Fix installation of desktop files.Mark H Weaver2015-07-07
| | | | | | | | Based on a patch by Alex Kost <alezost@gmail.com>. * gnu/packages/pdf.scm (zathura-cb, zathura-ps, zathura-djvu) (zathura-pdf-poppler)[arguments]: In make-flags, set PREFIX instead of DESTDIR and adjust PLUGINDIR accordingly.
* gnu: libdvdnav: Update to 5.0.3.Mark H Weaver2015-07-07
| | | | * gnu/packages/video.scm (libdvdnav): Update to 5.0.3.
* gnu: libdvdread: Update to 5.0.3.Mark H Weaver2015-07-07
| | | | * gnu/packages/video.scm (libdvdread): Update to 5.0.3.
* system: Fix typo.Alex Kost2015-07-07
| | | | * gnu/system.scm (etc-directory): Fix typo in a comment.
* Prevent Git from silently ignoring new files.Mathieu Lirzin2015-07-07
| | | | | * .gitignore: Ignore only specific files instead of the whole 'build-aux' directory.
* gnu: Add libmpeg2.Mark H Weaver2015-07-07
| | | | * gnu/packages/video.scm (libmpeg2): New variable.
* gnu: liba52: Build shared library.Mark H Weaver2015-07-07
| | | | | | | | | | | | * 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: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/video.scm (liba52)[source]: Add patches. [native-inputs]: Add autoconf, automake, and libtool. [arguments]: Add "--enable-shared" to configure-flags. Add 'bootstrap' phase.
* gnu: ruby: Remove custom 'rake gem' build phase from all gems.David Thompson2015-07-07
| | | | | | | * gnu/packages/ruby.scm (ruby-hoe, ruby-rake-compiler, ruby-net-http-persistent, ruby-minitest, ruby-minitest-sprint, ruby-minitest-bacon): Remove custom 'rake gem' build phase that is now handled automatically by the Ruby build system.
* build: ruby: Run 'rake gem' when gemspec is missing.pjotrp2015-07-07
| | | | | | | * guix/build/ruby-build-system.scm (build): Run 'rake gem' when there is no gemspec in the source tree. Co-Authored-By: David Thompson <davet@gnu.org>
* gnu: samtools: Update to 1.2.Ricardo Wurmus2015-07-07
| | | | * gnu/packages/bioinformatics.scm (samtools): Update to 1.2.
* gnu: pari-gp: Update to 2.7.4.Andreas Enge2015-07-07
| | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.7.4.