Age | Commit message (Collapse) | Author |
|
* gnu/packages/cran.scm (r-calibrate): Update to 1.7.6.
|
|
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.0.6.
|
|
* gnu/packages/games.scm (starfighter): Update to 2.2.
|
|
* gnu/packages/games.scm (wesnoth): Update to 1.14.12.
|
|
* gnu/packages/audio.scm (snd): Update to 20.4.
|
|
* gnu/packages/admin.scm (progress)[arguments]: Use CC-FOR-TARGET and a
target-specific pkg-config when cross-compiling.
|
|
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.2.4.
|
|
* gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.5.
|
|
* gnu/packages/gnome.scm (evince): Update to 3.36.5.
|
|
* gnu/packages/python-xyz.scm (python-shellingham): Update to 1.3.2.
[arguments]: Add ‘restore-setup.py’ phase.
|
|
* gnu/packages/search.scm (xapian): Update to 1.4.16.
(python-xapian-bindings)[source]: Update content hash.
|
|
* gnu/packages/sync.scm (rclone): Update to 1.52.1.
|
|
* gnu/packages/gnome.scm (cogl): Update to 1.22.8.
|
|
* gnu/packages/gimp.scm (gimp): Update to 2.10.20.
|
|
* gnu/packages/gimp.scm (gegl): Update to 0.4.24.
|
|
* gnu/packages/gimp.scm (babl): Update to 0.1.78.
|
|
* gnu/packages/gettext.scm (libtextstyle): Update to 0.20.2.
|
|
* gnu/packages/games.scm (ltris): Update to 1.0.20.
|
|
* gnu/packages/games.scm (julius): Update to 1.4.1.
|
|
* gnu/packages/games.scm (angband)[source, home-page]: Use HTTPS.
|
|
* gnu/packages/games.scm (angband): Update to 4.2.1.
|
|
* gnu/packages/crypto.scm (libolm): Update to 3.1.5.
|
|
* gnu/packages/games.scm (gnome-chess): Update to 3.36.1.
|
|
* gnu/packages/games.scm (gnome-chess)[source]: Hard-code NAME.
|
|
* gnu/packages/admin.scm (facter): Update to 4.0.26.
|
|
* gnu/packages/crates-io.scm (rust-tokio): Update to 0.2.21.
|
|
* gnu/packages/crates-io.scm (rust-serde-bytes)[synopsis]: Remove ‘of’.
|
|
* gnu/packages/crates-io.scm (rust-serde-bytes): Update to 0.11.5.
|
|
* gnu/packages/audio.scm (alsa-modular-synth)[native-inputs]: Distinguish
GCC-5.
[arguments]: Add build phase "hide-default-gcc".
|
|
* gnu/packages/patches/alsa-modular-synth-fix-vocoder.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/audio.scm (alsa-modular-synth)[source]: Add it.
|
|
* gnu/packages/check.scm (check-0.12): Use INHERIT instead of PACKAGE/INHERIT.
|
|
* gnu/packages/networking.scm (libnet)[home-page]: Adjust to current, as
referred to from the previous.
|
|
* gnu/packages/networking.scm (libnet): Update to 1.2.
[source]: Switch to URL-FETCH.
[arguments]: Remove chdir phase.
[native-inputs]: Remove AUTOCONF, AUTOMAKE, and LIBTOOL. Add PERL.
|
|
* gnu/packages/text-editors.scm (jucipp)[inputs]: Change from CLANG to CLANG-10.
|
|
* gnu/packages/haskell-xyz.scm (ghc-regex-pcre-builtin)[home-page]: Set to the
correct home page, not the alternative 'ghc-regex-pcre' library.
|
|
* gnu/packages/networking.scm (perl-net-dns-resolver-programmable)[version]:
Remove "v" prefix.
[source](uri): Adjust accordingly.
|
|
|
|
* gnu/packages/bioconductor.scm (r-pcatools): New variable.
|
|
This is a follow-up to commit bb310a1976198eacdc67e0712e19735cd656b21d.
* gnu/packages/node.scm (libnode)[arguments]: Delete phase
"patch-npm-shebang".
|
|
* gnu/packages/engineering.scm (meshlab): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/linux.scm (perf)[arguments]: Add "CC=gcc" to #:make-flags.
This fixes a (harmless?) error message during the 'configure' phase.
|
|
* gnu/packages/linux.scm (perf)[arguments]: Remove C_INCLUDE_PATH from
#:make-flags. It is no longer needed since the switch to C_INCLUDE_PATH
in 2073b55e6b964cb8ca15e8c74cb32dac00f05f0d and would prevent
dependencies from being found.
|
|
* gnu/packages/guile.scm (guile-sqlite3): Update to 0.1.2.
|
|
This reverts commit f9311eaa7cb7849e9b17162c93b874c74d8fcbbd.
Adding "--shared" replaces the executable with the shared library, breaking
all users of the nodejs executable.
|
|
* gnu/packages/cran.scm (r-v8)[inputs]: Replace node with libnode.
|
|
* gnu/packages/node.scm (libnode): New variable.
|
|
* gnu/system/image.scm (maybe-with-target): Remove,
(system-image): adapt accordingly.
|
|
* gnu/installer/final.scm (umount-cow-store): Add some logging.
|
|
* gnu/image.scm (<image>)[target]: New field,
(image-target): new public method.
* gnu/system/image.scm (hurd-disk-image): Set "i586-pc-gnu" as image 'target'
field,
(maybe-with-target): new procedure,
(system-image): honor image 'target' field using the above procedure.
|
|
* gnu/system/image.scm (find-image): Make non-monadic. Add 'target'
parameter.
* gnu/tests/install.scm (run-install): Update caller,
passing (%current-target-system).
* guix/scripts/system.scm (perform-action): Likewise.
|