| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-config): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-forge): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
| |
* gnu/packages/cran.scm (r-survminer): Update to 0.4.8.
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-survminer): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-maxstat): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-exactranktests): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-survmisc): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-kmsurv): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-km-ci): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-transphylo): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-laplacesdemon): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
|
| |
* gnu/packages/audio.scm (guitarix): Update to 0.41.0.
[inputs]: Remove gtkmm-2 and gtk+-2; add gtkmm and gtk+.
[native-inputs]: Add sassc.
[arguments]: Do not use Python 2; remove phase "fix-boost-includes".
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-flexsurv): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-muhaz): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
| |
* gnu/packages/music.scm (bschaffl): New variable.
|
|
|
|
| |
* gnu/packages/language.scm (praat): New variable.
|
|
|
|
| |
* gnu/packages/linux.scm (ttyebus-linux-module): New variable.
|
|
|
|
|
|
| |
* gnu/packages/audio.scm (lv2lint): Update to 0.8.0.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
|
| |
* gnu/packages/music.scm (sherlock-lv2): Update to 0.24.0.
[inputs]: Add glu.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
| |
* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha13.
|
|
|
|
| |
* gnu/packages/music.scm (bjumblr): Update to 1.4.2.
|
|
|
|
| |
* gnu/packages/music.scm (bchoppr): Update to 1.8.0.
|
|
|
|
|
|
|
| |
Follow-up to a1a39ed5a46044161a71cbe6931c7e3006a82ecb.
* gnu/tests/nfs.scm (run-nfs-root-fs-test): Improve tests.
(%test-nfs-root-fs)[description]: Modify.
|
|
|
|
| |
* gnu/packages/cran.scm (r-useful): Update synopsis.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-bisquerna): Move to ...
* gnu/packages/cran.scm: ... here.
|
|
|
|
| |
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-44.00c7b4b.
|
|
|
|
|
|
|
| |
* gnu/tests/base.scm (run-basic-test): Add a 'desktop?' argument. Wait 30
seconds before trying to switch to TTY1 on desktop.
* gnu/tests/install.scm (guided-installation-test): Use 512MiB of RAM and pass
the desktop argument to "run-basic-test".
|
|
|
|
| |
* gnu/packages/music.scm (foo-yc20): New variable.
|
|
|
|
|
|
| |
* gnu/packages/games.scm (armagetronad): Update to 0.2.9.0.1.
[source]: Update URL.
[native-inputs]: Add pkg-config.
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (python-hg-evolve): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/43303>.
Reported by Jeffrey Walton <noloader@gmail.com>.
* gnu/packages/commencement.scm (gcc-toolchain-aka-gcc): New variable.
|
|
|
|
|
|
| |
* gnu/packages/android (fdroidcl): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/services/web.scm: (<php-fpm-configuration>)[php-ini-file]: New record field.
(php-fpm-shepherd-service): Use it.
* doc/guix.texi (Web Services): Document it.
|
|
|
|
|
|
| |
* gnu/installer/final.scm (call-with-mnt-container): New procedure,
(install-system): use it instead of call-with-container, to make sure that the
container is not jailed.
|
|
|
|
|
|
|
|
|
| |
This is a follow-up of 5316dfc0f125b658e4a2acf7f00f49501663d943. Some users of
run-container may expect that the container is jailed, even if there are no
mounts. This is the case for some Guix tests.
* gnu/build/linux-container.scm (run-container): Do not jail the container
when the requested root is "/".
|
|
|
|
|
|
|
| |
* gnu/packages/loko.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-laesare): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-machine-code): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-struct-pack): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
| |
* gnu/packages/admin.scm (libcap-ng): Update to 0.8.
|
|
|
|
| |
* gnu/packages/backup.scm (burp): Update to 2.3.34.
|
|
|
|
| |
* gnu/packages/audio.scm (snd): Update to 20.7.
|
|
|
|
| |
* gnu/packages/assembly.scm (fasm): Update to 1.73.25.
|
|
|
|
| |
* gnu/packages/games.scm (starfighter): Update to 2.3.2.
|
|
|
|
|
|
| |
* gnu/packages/games.scm (retux): Update to 1.4.
[source, home-page]: Update URLs.
[arguments]: Update 'install phase.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/game-development.scm (python-xsge): Update to 2020.09.07.
[native-inputs]: Add unzip.
[propagated-inputs]: Remove python-game, python-six, and python-tmx. Use
python-sge instead of python-sge-pygame.
[home-page]: Update URL.
(python2-xsge): Remove unsupported Python 2 variant.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/game-development.scm (python-sge-pygame): Define as deprecated
alias for python-sge.
(python2-sge-pygame): Remove unsupported Python 2 variant.
(python-sge)[source]: Use pypi-uri.
[propagated-inputs]: Remove python-six.
[home-page]: Update URL.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-file)[synopsis]: Reduce to a few words.
[description]: Adjust to include bit about 'python-magic' and 'magic.py'.
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-moody): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|