summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: totem: Do not build static libraries.•••* gnu/packages/gnome.scm (totem)[arguments]: Pass "--disable-static". This reduces the size of Totem from 11 MiB to 9 MiB. Ludovic Courtès2017-07-191-1/+5
* download: Add OpenBSD mirrors.•••* guix/download.scm (%mirrors) <openbsd>: Add HTTPS OpenBSD mirrors. * gnu/packages/ntp.scm (openntpd)[source]: Use them. * gnu/packages/ssh.scm (openssh)[source]: Likewise. * gnu/packages/tls.scm (libressl)[source]: Likewise. Tobias Geerinckx-Rice2017-07-194-23/+64
* gnu: openntpd: Update to 6.1p1.•••* gnu/packages/ntp.scm (openntpd): Update to 6.1p1. Tobias Geerinckx-Rice2017-07-191-2/+2
* gnu: tlp: Update to 1.0.•••* gnu/packages/linux.scm (tlp): Update to 1.0. Tobias Geerinckx-Rice2017-07-191-2/+2
* gnu: meson: Update to 0.41.1.•••* gnu/packages/build-tools.scm (meson) Update to 0.41.1. Tobias Geerinckx-Rice2017-07-191-2/+2
* gnu: totem: Disable automatic plugin installation.•••* gnu/packages/gnome.scm (totem)[arguments]: Add #:configure-flags. Ludovic Courtès2017-07-181-1/+5
* guix system: Use "image.iso" as the name of ISO images.•••* guix/scripts/system.scm (system-derivation-for-action): Pass #:name to 'system-disk-image'. Ludovic Courtès2017-07-181-2/+6
* vm: 'iso9660-image' produces a single-file output.•••* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add #:single-file-output? and pass it to 'load-in-linux-vm'. (iso9660-image): Pass #:single-file-output? to 'expression->derivation-in-linux-vm'. * gnu/build/vm.scm (load-in-linux-vm): Add #:single-file-output? and honor it. Ludovic Courtès2017-07-182-8/+25
* gnu: node: Add search path specification for 'NODE_PATH'.•••* gnu/packages/node.scm (node)[native-search-paths]: New field. Jelle Licht2017-07-181-0/+4
* vm: Increase disk size overhead estimate.•••* gnu/build/vm.scm (estimated-partition-size): Add 25% to the graph size. Tobias Geerinckx-Rice2017-07-181-2/+2
* gnu: libstaroffice: Update to 0.0.4.•••* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.4. Tobias Geerinckx-Rice2017-07-181-2/+2
* system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS.•••* gnu/system.scm (%setuid-programs): Add 'newuidmap' and 'newgidmap'. 宋文武2017-07-181-0/+2
* services: sysctl: Fix typo.•••* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'. 宋文武2017-07-181-1/+1
* gnu: moka-icon-theme: Update to 5.3.6.•••* gnu/packages/gnome.scm (moka-icon-theme): Update to 5.3.6. Tobias Geerinckx-Rice2017-07-181-2/+2
* gnu: edi: Update to 0.5.1.•••* gnu/packages/enlightenment.scm (edi): Update to 0.5.1. Tobias Geerinckx-Rice2017-07-181-2/+2
* gnu: enblend-enfuse: Use texlive-tiny.•••* gnu/packages/photo.scm (enblend-enfuse)[native-inputs]: Replace texlive-minimal with texlive-tiny. Ricardo Wurmus2017-07-181-1/+1
* gnu: c-toxcore: Update to 0.1.9.•••* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.9. [build-system]: Switch to cmake-build-system. [native-inputs]: Remove autoconf, automake, libtool, and check. [inputs]: Rename to... [propagated-inputs]: ...this. [arguments]: Remove field. Ricardo Wurmus2017-07-181-21/+9
* gnu: Rename (gnu packages gforth) to (gnu packages forth).•••* gnu/local.mk (GNU_SYSTEM_MODULES): Rename gforth.scm to forth.scm. * gnu/packages/gforth.scm: Rename file to forth.scm. * gnu/packages/forth.scm: Renamed from gforth.scm. ng02017-07-182-2/+2
* gnu: python-numpy-documentation: Use texlive-union.•••* gnu/packages/python.scm (python-numpy-documentation)[native-inputs]: Replace "texlive" with a texlive-union. Ricardo Wurmus2017-07-181-1/+38
* gnu: raxml: Limit to x86_64 and i686 only.•••* gnu/packages/bioinformatics.scm (raxml)[supported-systems]: New field. Efraim Flashner2017-07-181-0/+2
* gnu: qemu: Fix CVE-2017-11334.•••* gnu/packages/patches/qemu-CVE-2017-11334.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/virtualization.scm (qemu)[source]: Use it. Leo Famulari2017-07-173-1/+55
* gnu: chicken: Fix CVE-2017-11343.•••* gnu/packages/patches/chicken-CVE-2017-11343.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/scheme.scm (chicken)[source]: Use it. Leo Famulari2017-07-173-1/+60
* gnu: python-cryptograpy: Update to 2.0.•••* gnu/packages/python.scm (python-cryptography-vectors, python2-cryptography-vectors, python-cryptography, python2-cryptography): Update to 2.0. Marius Bakke2017-07-181-4/+4
* gnu: orc: Update to 0.4.27.•••* gnu/packages/gstreamer.scm (orc): Update to 0.4.27. Marius Bakke2017-07-181-2/+2
* gnu: imagemagick: Update to 6.9.9-0.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-0. Leo Famulari2017-07-171-2/+2
* locale: Demonadify the locale creation API.•••* gnu/system/locale.scm (single-locale-directory): Use 'computed-file' instead of 'gexp->derivation'. (locale-directory): Adjust accordingly and do the same. * gnu/system.scm (operating-system-directory-base-entries): Adjust accordingly. Ludovic Courtès2017-07-172-26/+23
* gnu: Remove glibc@2.21 and its traces.•••* gnu/packages/base.scm (glibc-2.21): Remove. * gnu/system/locale.scm (localedef-command)[maybe-version-directory]: Remove. Replace call with use of 'package-version'. (single-locale-directory): Remove 'version>=' conditional. Ludovic Courtès2017-07-172-30/+3
* gexp: 'ungexp-splicing' properly accounts for nested native inputs.•••Previously, (gexp-native-inputs #~#$@(list #~#+foo)) would return '(). This is a followup to 5b14a7902c58d9fb7923f9e16871f549fbe59b6e. * guix/gexp.scm (gexp-inputs)[add-reference-inputs]: In the list case, remove 'if' around 'fold-right'. In 'map' lambda, always inherit N?. * tests/gexp.scm ("gexp list splicing + ungexp-splicing"): New test. Ludovic Courtès2017-07-172-9/+19
* gnu: screen: Update to 4.6.1.•••* gnu/packages/screen.scm (screen): Update to 4.6.1. Efraim Flashner2017-07-171-2/+2
* build, vm: Use a less common label.•••* gnu/build/vm.scm (initialize-hard-disk): Use "GuixSD_image" as label. * gnu/system/install.scm (installation-os): Likewise. * gnu/system/vm.scm (system-disk-image): Likewise. Tobias Geerinckx-Rice2017-07-173-4/+7
* gnu: emacs-ahungry-theme: Upgrade to 1.4.0.•••* gnu/packages/emacs.scm (emacs-ahungry-theme): Upgrade to 1.4.0. Signed-off-by: Leo Famulari <leo@famulari.name> Alex Vong2017-07-171-2/+2
* gnu: dash: Use the release tarball.•••* gnu/packages/shells.scm (dash)[source]: Use the release tarball instead of a Git checkout. [native-inputs]: Remove field. [arguments]: Remove 'bootstrap' phase. Leo Famulari2017-07-171-17/+5
* gnu: font-wqy-zenhei: Use 'font-build-system'.•••* gnu/packages/fonts.scm (font-wqy-zenhei): Switch to font-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Feng Shu2017-07-171-18/+1
* gnu: font-wqy-microhei: Use 'font-build-system'.•••* gnu/packages/fonts.scm (font-wqy-microhei): Switch to font-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Feng Shu2017-07-171-17/+1
* gnu: Add Poly/ML.•••* gnu/packages/sml.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Patterson2017-07-172-0/+73
* daemon: Flush the sink upon 'exportPath' errors.•••Prior to this change, errors such as wrong permissions on /etc/guix/signing-key.sec would give: guix-daemon: nix/libutil/serialise.cc:15: virtual nix::BufferedSink::~BufferedSink(): Assertion `!bufPos' failed. This patch correctly propagates the error to the client and thus changes that to: error: build failed: file `/etc/guix/signing-key.sec' should be secret (inaccessible to everybody else)! * nix/nix-daemon/nix-daemon.cc (performOp): Wrap 'exportPath' call in 'try' block. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Jan Nieuwenhuizen2017-07-171-1/+9
* gnu: supertuxkart: Fix build on aarch64.•••* gnu/packages/games.scm (supertuxkart)[source]: Add patch. * gnu/packages/patches/supertuxkart-angelscript-ftbfs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2017-07-173-0/+44
* gnu: Add sooperlooper.•••* gnu/packages/patches/sooperlooper-build-with-wx-30.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/music.scm (sooperlooper): New variable. Ricardo Wurmus2017-07-173-0/+252
* gnu: texlive-union: Silence union-build.•••* gnu/packages/tex.scm (texlive-union)[arguments]: Suppress the output of "union-build". Ricardo Wurmus2017-07-171-1/+2
* gnu: Add texlive-latex-type1cm.•••* gnu/packages/tex.scm (texlive-latex-type1cm): New variable. Ricardo Wurmus2017-07-171-0/+29
* gnu: Add texlive-fonts-txfonts.•••* gnu/packages/tex.scm (texlive-fonts-txfonts): New variable. Ricardo Wurmus2017-07-171-0/+131
* gnu: Add texlive-latex-enumitem.•••* gnu/packages/tex.scm (texlive-latex-enumitem): New variable. Ricardo Wurmus2017-07-171-0/+36
* gnu: texlive-dvips: Install font maps.•••* gnu/packages/tex.scm (texlive-dvips)[native-inputs]: Add dvips-font-maps and dvips-base-enc. [arguments]: Install them. Ricardo Wurmus2017-07-171-4/+34
* gnu: texlive-union: Add texlive-fontname to defaults.•••* gnu/packages/tex.scm (texlive-union): Add texlive-fontname to the default packages Ricardo Wurmus2017-07-171-0/+1
* gnu: Add texlive-fontname.•••* gnu/packages/tex.scm (texlive-fontname): New variable. Ricardo Wurmus2017-07-171-0/+34
* gnu: python-ipython: Use texlive-union.•••* gnu/packages/python.scm (python-ipython)[native-inputs]: Replace "texlive" with a texlive-union. Ricardo Wurmus2017-07-171-1/+34
* gnu: Add texlive-latex-pstool.•••* gnu/packages/tex.scm (texlive-latex-pstool): New variable. Ricardo Wurmus2017-07-171-0/+35
* gnu: Add texlive-latex-trimspaces.•••* gnu/packages/tex.scm (texlive-latex-trimspaces): New variable. Ricardo Wurmus2017-07-171-0/+33
* gnu: Add texlive-latex-psfrag.•••* gnu/packages/tex.scm (texlive-latex-psfrag): New variable. Ricardo Wurmus2017-07-171-0/+25
* gnu: Add texlive-latex-ifplatform.•••* gnu/packages/tex.scm (texlive-latex-ifplatform): New variable. Ricardo Wurmus2017-07-171-0/+25