| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* gnu/packages/video.scm (libmatroska): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/xml.scm (libebml): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/serialization.scm (nlohmann-json-cpp): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P2.
|
|
|
|
| |
* gnu/packages/dns.scm (isc-bind): Update to 9.11.1-P2.
|
|
|
|
| |
* gnu/packages/web.scm (jo): New variable.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-org-edit-latex): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
| |
* gnu/packages/maths.scm (itpp)[native-inputs]: Replace texlive-minimal with
texlive-tiny; add ghostscript.
|
|
|
|
|
| |
* gnu/packages/maths.scm (gnuplot)[native-inputs]: Replace texlive-minimal
with texlive-tiny.
|
|
|
|
|
| |
* gnu/packages/algebra.scm (giac-xcas)[inputs]: Replace texlive-minimal with
texlive-tiny.
|
|
|
|
|
| |
* gnu/packages/algebra.scm (pari-gp)[native-inputs]: Replace texlive-minimal
with texlive-tiny.
|
|
|
|
|
| |
* gnu/packages/gettext.scm (po4a)[native-inputs]: Replace texlive-minimal with
texlive-tiny.
|
|
|
|
|
|
|
|
|
| |
Reported by Mark H Weaver
at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00349.html>.
* gnu/system.scm (%base-packages): Use '@' for shadow. This fixes an
error on Guile 2.0 where 'shadow' alone resolves to the (gnu system
shadow) module.
|
|
|
|
|
| |
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.8.
(%linux-libre-hash): Update hash.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.35.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.75.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.42.
|
|
|
|
|
|
| |
* Makefile.am (GUIXSD_VM_IMAGE_SIZE): Remove.
(release): Remove --image-size argument from 'guix system disk-image'
command.
|
|
|
|
|
| |
* gnu/build/vm.scm: Use (guix combinators).
(fold2): Remove.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/build/vm.scm (estimated-partition-size): New procedure.
* gnu/system/vm.scm (expression->derivation-in-linux-vm):
Change #:disk-image-size default to 'guess.
[builder]: When DISK-IMAGE-SIZE is 'guess, use
'estimated-partition-size' and compute and estimate of the image size.
(qemu-image): Likewise.
* guix/build/store-copy.scm (file-size, closure-size): New procedures.
* guix/scripts/system.scm (%default-options): Change 'image-size' to
'guess.
* doc/guix.texi (Building the Installation Image): Remove '--image-size'
flag from example.
(Invoking guix system): Document the image size estimate.
|
|
|
|
|
|
|
| |
* gnu/build/vm.scm (load-in-linux-vm): Add 'format' call when
MAKE-DISK-IMAGE? is true.
(initialize-partition-table): Show the size of the partitions being
created.
|
|
|
|
|
|
| |
* gnu/build/vm.scm (load-in-linux-vm): Change default value of
#:disk-image-size. Update docstring to note that DISK-IMAGE-SIZE is
in bytes.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was for Guile < 2.0.9 and we've been requiring 2.0.9+ for some time
already.
* configure.ac: Remove 'GUIX_CHECK_SRFI_37' use and 'INSTALL_SRFI_37'
conditional.
* Makefile.am: Remove code in "if INSTALL_SRFI_37".
(EXTRA_DIST): Remove srfi/srfi-37.scm.in.
* srfi/srfi-37.scm.in: Remove.
* m4/guix.m4 (GUIX_CHECK_SRFI_37): Remove.
|
|
|
|
|
|
| |
* gnu/packages/pdf.scm (poppler)[replacement]: New field.
(poppler-0.56.0): New variable.
(poppler-qt4, poppler-qt5): Use 'package/inherit'.
|
|
|
|
| |
* gnu/packages/admin.scm (thermald)[source]: Add file-name field.
|
|
|
|
| |
* gnu/packages/admin.scm (thermald)[supported-systems]: New field.
|
|
|
|
|
|
| |
* gnu/packages/gnupg.scm (libgcrypt)[replacment]: New field.
(libgcrypt-1.7.8): New variable.
(libgcrypt-1.5)[replacment]: New field.
|
|
|
|
| |
* gnu/packages/mes.scm (mes): Update to 0.8.
|
|
|
|
| |
* gnu/packages/mes.scm (mescc-tools): New variable.
|
|
|
|
|
|
| |
Suggested by Göktuğ Kayaalp <self@gkayaalp.com>.
* gnu/system.scm (%base-packages): Add SHADOW.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Propagation of both gtk+ and gtk+-2 causes a conflict to be detected,
preventing the installation of xfce.
* gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Move "gtk+-2"...
[inputs]: ...to here.
(garcon)[inputs]: Add "gtk+-2".
(xfce4-appfinder)[inputs]: Add "gtk+-2".
(xfce4-power-manager)[inputs]: Add "gtk+-2".
(ristretto)[inputs]: Add "gtk+-2".
|
|
|
|
|
|
| |
* gnu/packages/xfce.scm (xfce)[propagated-inputs]: Move all...
[inputs]: ...here.
[arguments]: Build a union.
|
|
|
|
|
|
|
| |
* gnu/packages/java.scm (clojure)[inputs]: Update "tools-reader-src" to
1.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/linux.scm (procenv): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
| |
See <http://lists.gnu.org/archive/html/bug-guix/2017-05/msg00015.html> for the
rationale.
* gnu/packages/patches/ansible-wrap-program-hack.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (ansible)[source]: Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/node.scm (node): Update to 8.1.2.
(node)[arguments]: Disabled more tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
| |
This fixes a regression introduced in
ef39a17717a10a7f406730258acfdb07934c7255, which would break
python-scipy ("undefined reference to `zungqr_'").
* gnu/packages/maths.scm (lapack)[arguments]: Add
"-DCMAKE_INSTALL_LIBDIR" to #:configure-flags.
|
|
|
|
|
|
| |
* gnu/packages/firmware.scm (ovmf)[arguments]: Only when the build
machine is x86_64-linux should the 64-bit firmware be built and
installed.
|
|
|
|
|
| |
* gnu/packages/video.scm (openh264)[arguments]: Add 'CC=gcc' to
the #:make-flags.
|
|
|
|
|
|
| |
* gnu/packages/statistics.scm (r-spams): Update to 2.6-2017-03-22.
[arguments]: Remove R-3.3 work-around and syntax fixes, add phase to
prevent tuning r-spams to the compiling hardware.
|
|
|
|
|
|
| |
* gnu/packages/wdiff.scm (wdiff): 'inputs' -> 'native-inputs'.
[native-inputs]: Remove unused screen input.
[arguments]: Use modify-phases.
|
|
|
|
|
|
|
| |
* gnu/packages/screen.scm (screen): Update to 4.6.0.
[source]: Remove patch.
* gnu/packages/patches/screen-fix-info-syntax-error.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
|
|
| |
* gnu/packages/moe.scm (moe): Update to 1.9.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-ess)[arguments]: Add phase "set-HOME".
[native-inputs]: Replace texlive with a texlive-union.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-tex-texinfo): New variable.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-hyperref): New variable.
|
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Additionally build and
install tex.fmt, pdftex.fmt, pdfetex.fmt, and pdflatex.fmt.
|
|
|
|
| |
* gnu/packages/mp3.scm (mpg123): Update to 1.25.0.
|
|
|
|
|
| |
* gnu/packages/python.scm (snakemake)[arguments]: Add build phase
"call-wrapper-not-wrapped-snakemake".
|
|
|
|
|
| |
* gnu/packages/photo.scm (darktable)[supported-systems]: New field,
explicitly limit to i686-linux, x86_64-linux and aarch64-linux.
|