Age | Commit message (Collapse) | Author |
|
* gnu/packages/games.scm (higan): Update to 104.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/games.scm (retroarch): Update to 1.6.7.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/mp3.scm (id3lib)[source]: Remove bundled zlib.
[inputs]: Add zlib.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/tests/virtualization.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/services/virtualization.scm: New file.
* doc/guix.texi (Virtualization Services): Document it.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
libvirtd runs qemu if it's configured to use it, and also uses the ip command.
* gnu/packages/virtualization.scm (libvirt)[arguments]: Add wrap-libvirtd
phase.
|
|
* gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add
-DBUILD_SHARED_LIBS=ON to #:configure-flags.
|
|
Fixes a regression introduced in
0642838b2e9ab2bd988dccb64b9e1130006347bf.
* gnu/services/herd.scm (invoke-action): Explain that we get a list of
results.
(current-services): Expect a list of result and use the first one.
(unload-service, %load-file, eval-there): Likewise.
|
|
* gnu/packages/networking.scm (whois): Update to 5.2.18.
|
|
* gnu/packages/linux.scm (f2fs-tools): New variable.
|
|
* gnu/packages/java.scm (icedtea-web): New variable.
|
|
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-3.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
Now that the service-type has a default value, and configuration record is
accessible.
* gnu/services/web.scm (nginx-service): Remove procedure.
* doc/guix.texi (Web Services): Update and improve NGinx documentation.
|
|
* gnu/services/web.scm (nginx-service-type)[default-value]:
Use (nginx-configuration).
|
|
This makes it possible to work with the configuration of the NGinx service
programatically.
* gnu/services/web.scm (<nginx-configuration>, <nginx-server-configuration>,
<nginx-upstream-configuration>, <nginx-location-configuration>,
<nginx-named-location-configuration>): Export NGinx related record
types.
(nginx-configuration-*, nginx-server-configuration-*,
nginx-upstream-configuration-*, nginx-location-configuration-*,
nginx-named-location-configuration-*): Export NGinx related record
procedures.
(nginx-configuration): Export NGinx related record macro.
|
|
* gnu/packages/statistics.scm (r-minimal)[arguments]: Replace build phase
"patch-which" with "do-not-compress-serialized-files".
[propagated-inputs]: Move "which" from here...
[inputs]: ...to here.
Fixes <https://bugs.gnu.org/28157>.
|
|
* gnu/packages/statistics.scm (rmath-standalone): New variable.
|
|
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add wayland.
|
|
* gnu/packages/photo.scm (libraw): Update to 0.18.2.
[source, home-page]: Use https.
|
|
* gnu/packages/skarnet.scm (skalibs)[arguments]: Add #:phases.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add #:configure-flags.
Co-authored-by: Z. Ren <zren@dlut.edu.cn>
|
|
* gnu/packages/python.scm (python-netcdf4): Update to 1.2.9.
|
|
* gnu/packages/python.scm (python-h5py): Update to 2.7.0.
|
|
* gnu/packages/enlightenment.scm (terminology): Update to 1.1.0.
[source]: Remove bundled fonts and references to them.
[native-inputs]: Add gettext-minimal.
|
|
* gnu/packages/emacs.scm (emacs-rainbow-mode): Update to 0.13.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/web.scm (python-internetarchive): Update to 1.7.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/python.scm (python-marshmallow): Update to 3.0.0b3.
|
|
* gnu/packages/python.scm (python-pylast): Update to 1.9.0.
|
|
* gnu/packages/gnome.scm (lollypop): Update to 0.9.244.
|
|
* gnu/packages/gnome.scm (gspell): Update to 1.4.2.
|
|
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-9.
|
|
* gnu/packages/image-viewers.scm (feh): Update to 2.19.3.
|
|
* gnu/packages/networking.scm (perl-net-dns): Update to 1.12.
|
|
* gnu/packages/compression.scm (zstd): Update to 1.3.1.
|
|
VT is obsoleted by scorep (not currently packaged) and disabling it reduces
the closure considerably.
* mpi.scm (openmpi)[arguments]: Configure without vampirtrace.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
devel-headers are only for building MCA components, produce a large
closure and aren't normally packaged. Only the affinity component of
mpi-ext is useful.
* gnu/packages/mpi.scm (openmpi)[arguments]: Don't configure
--with-devel-headers and --enable-mpi-ext=all.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This reduces the closure greatly, but note that the Fortran .mod files are
gfortran version-specific, so there should probably be development packages
for each incompatible version. (The runtime is supposed to be more-or-less
version-independent unless the libgfortran soname changes.) There may still
be a case for a separate runtime output.
* gnu/packages/mpi.scm (openmpi)[arguments]: Add "remove-absolute" phase.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/valgrind.scm (valgrind)[outputs]: New field.
[arguments]: Add 'install-doc' phase.
Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
|
|
--enable-static removes dynamically-loaded MCA components.
* gnu/packages/mpi.scm (openmpi)[outputs]: Remove field.
[arguments]: Don't configure with --enable-static; remove
'move-static-libraries' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/mpi.scm (openmpi)[arguments]: Remove
"--enable-mpi-thread-multiple".
(openmpi-thread-multiple): New variable.
Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
|
|
* gnu/packages/maths.scm (z3): Add python bindings.
[build-system]: Change to cmake-build-system.
[arguments]: Remove "changedir" phase. Add "bootstrap" and
"make-test-z3" phases; replace the "check" phase.
Add #:configure-flags. Remove #:test-target.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/augeas.scm (augeas): Update to 1.8.1.
|
|
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/vim.scm (vifm): Update to 0.9.
[source]: Add alternate uri.
[arguments]: Remove build timestamp. Add phase to install vim plugins
into vim plugin directory. Patch more shebangs.
|
|
* gnu/packages/statistics.scm (pspp): Update to 1.0.0.
|
|
* gnu/packages/ruby.scm (bundler): Update to 1.15.4.
|
|
* gnu/packages/irc.scm (limnoria): Update to 2017.08.18.
|
|
* gnu/packages/patches/graphicsmagick-CVE-2017-12935.patch,
gnu/packages/patches/graphicsmagick-CVE-2017-12936.patch,
gnu/packages/patches/graphicsmagick-CVE-2017-12937.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Use them.
|
|
* gnu/packages/statistics.scm (r-minimal)[arguments]: Add phase "patch-which".
[native-inputs]: Move "which" from here...
[propagated-inputs]: ...to here.
|
|
* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha10.
[arguments]: Remove "set-target-directories" phase; disable additional tests.
|