Age | Commit message (Collapse) | Author |
|
* gnu/packages/cran.scm (r-furrr): New variable.
|
|
* gnu/packages/cran.scm (r-survey): New variable.
|
|
* gnu/packages/cran.scm (r-magick): New variable.
|
|
* gnu/packages/cran.scm (r-ellipsis): New variable.
|
|
* gnu/packages/xdisorg.scm (autorandr): New variable.
|
|
* gnu/packages/php.scm (php): Update to 7.3.3.
|
|
* gnu/packages/gnunet.scm (libmicrohttpd)[arguments]: Don't disable
parallel tests.
|
|
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.63.
[arguments]: Remove custom phase to add missing LDFLAGS.
|
|
* gnu/packages/maths.scm (c-graph): Update to 2.0.1.
|
|
* gnu/build/activation.scm (enumerate, current-users, current-groups)
(add-group, add-user, modify-user, ensure-user): Remove.
(activate-users+groups)[touch, activate-user]: Remove.
[make-home-directory]: New procedure.
Rewrite in terms of 'user+group-databases', 'write-group', etc.
* gnu/build/install.scm (directives): Remove "/root".
* gnu/system/shadow.scm (account-activation): Remove (setenv "PATH" ...)
expression, which is now unneeded.
|
|
* gnu/build/accounts.scm, tests/accounts.scm: New files.
* Makefile.am (SCM_TESTS): Add tests/accounts.scm.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add build/accounts.scm.
|
|
* gnu/system/accounts.scm (sexp->user-group, sexp->user-account): New
procedures.
* gnu/system/shadow.scm (account-activation): Call them in the arguments
to 'activate-users+groups'.
(account-shepherd-service): Likewise.
* gnu/build/activation.scm (activate-users+groups): Expect a list of
<user-account> and a list of <user-group>. Replace uses of 'match' on
tuples with calls to record accessors.
(activate-user-home): Likewise.
|
|
The (gnu system accounts) module is meant to be used both on the build-
and on the host-side.
* gnu/system/shadow.scm <top level>: Call 'default-shell'.
(<user-account>, <user-group>): Move to...
* gnu/system/accounts.scm: ... here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add system/accounts.scm.
|
|
* gnu/packages/linux.scm (fuseiso)[description]: Fix typo.
|
|
* gnu/packages/mail.scm (nullmailer): New public variable.
|
|
* gnu/packages/vim.scm (neovim)[arguments]: Return #T from "patch-tic" phase.
|
|
* gnu/packages/bioinformatics.scm (cd-hit)[arguments]: Pass MAX_SEQ to make
flags.
|
|
* gnu/packages/machine-learning.scm (python2-fastlmm)[arguments]: Disable
tests.
|
|
* gnu/packages/vpn.scm (wireguard): Update to 0.0.20190227.
[arguments]: Disable tests.
|
|
* gnu/packages/linux.scm (nftables): Update to 0.9.0.
[arguments]: Add "--disable-man-doc" configure flag.
|
|
* gnu/packages/games.scm (minetest-data, minetest): Update to 5.0.0.
|
|
This fixes a segmentation fault in neovim, where an error return value
is passed in as a pointer.
* gnu/packages/vim.scm (neovim)[arguments](phases): Add 'patch-tic phase.
|
|
* gnu/packages/terminal.scm (unibilium): Update to 2.0.0.
[native-inputs]: Add perl.
|
|
* gnu/packages/scanner.scm (sane-backends-minimal)[inputs]: Replace
libusb-compat with libusb.
[arguments]: Disable tests that require USB access.
|
|
* guix/scripts/pack.scm (show-help, %options): Add '--save-provenance'.
(guix-pack)[manifest-from-args]: Honor it.
* doc/guix.texi (Invoking guix pack): Document it.
|
|
* guix/scripts/package.scm (package-provenance): Move to...
* guix/describe.scm (package-provenance): ... here.
|
|
* guix/store/database.scm (SQLITE_BUSY, register-output-sql): New variables.
(add-references): Don't try finalizing after each use, only after all the
uses (otherwise a finalized statement would be used if #:cache? was #f).
(call-with-transaction): New procedure.
(register-items): Use call-with-transaction to prevent broken intermediate
states from being visible.
* .dir-locals.el (call-with-transaction): indent it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.
(%linux-libre-hash): Update hash.
(%linux-libre-4.20-patches): Rename to ...
(%linux-libre-5.0-patches): ... this.
(linux-libre, linux-libre-arm-generic, linux-libre-arm-omap2plus):
Use %linux-libre-5.0-patches instead of %linux-libre-4.20-patches.
* gnu/packages/aux-files/linux-libre/4.20-arm.conf,
gnu/packages/aux-files/linux-libre/4.20-arm64.conf,
gnu/packages/aux-files/linux-libre/4.20-i686.conf,
gnu/packages/aux-files/linux-libre/4.20-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/5.0-arm.conf,
gnu/packages/aux-files/linux-libre/5.0-arm64.conf,
gnu/packages/aux-files/linux-libre/5.0-i686.conf,
gnu/packages/aux-files/linux-libre/5.0-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Adjust accordingly.
|
|
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.27.
(%linux-libre-4.19-hash): Update hash.
|
|
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.105.
(%linux-libre-4.14-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.162.
|
|
* po/guix/sv.po: New file.
* po/guix/LINGUAS: Add 'sv'.
|
|
* gnu/packages/music.scm (synthv1): Update to 0.9.5.
|
|
* gnu/packages/music.scm (drumkv1): Update to 0.9.5.
|
|
* gnu/packages/music.scm (samplv1): Update to 0.9.5.
|
|
* gnu/packages/music.scm (padthv1): Update to 0.9.5.
|
|
* gnu/packages/music.scm (yoshimi): Update to 1.5.10.2.
|
|
* gnu/packages/finance (electron-cash): Update to 3.3.6.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/finance (electrum): Update to 3.3.4.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/package-management (diffoscope): Update to 113.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/benchmark.scm (multitime): New variable.
|
|
* gnu/packages/bioinformatics.scm (r-org-mm-eg-db): Move from here...
* gnu/packages/bioconductor.scm (r-org-mm-eg-db): ...to here.
|
|
* gnu/packages/bioinformatics.scm (r-org-hs-eg-db): Move from here...
* gnu/packages/bioconductor.scm (r-org-hs-eg-db): ...to here.
|
|
* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Move from here...
* gnu/packages/bioconductor.scm (r-org-dm-eg-db): ...to here.
|
|
* gnu/packages/bioinformatics.scm (r-org-ce-eg-db): Move from here...
* gnu/packages/bioconductor.scm (r-org-ce-eg-db): ...to here.
|
|
* gnu/packages/bioinformatics.scm (r-txdb-mmusculus-ucsc-mm10-knowngene):
Move from here...
* gnu/packages/bioconductor.scm (r-txdb-mmusculus-ucsc-mm10-knowngene):
...to here.
|
|
* gnu/packages/bioinformatics.scm (r-bsgenome-dmelanogaster-ucsc-dm3):
Move from here...
* gnu/packages/bioconductor.scm (r-bsgenome-dmelanogaster-ucsc-dm3):
...to here.
|
|
* gnu/packages/bioinformatics.scm (r-bsgenome-celegans-ucsc-ce10):
Move from here...
* gnu/packages/bioconductor.scm (r-bsgenome-celegans-ucsc-ce10): ...to here.
|
|
* gnu/packages/bioinformatics.scm (r-bsgenome-celegans-ucsc-ce6):
Move from here...
* gnu/packages/bioconductor.scm (r-bsgenome-celegans-ucsc-ce6): ...to here.
|
|
* gnu/packages/bioinformatics.scm (r-bsgenome-mmusculus-ucsc-mm10):
Move from here...
* gnu/packages/bioconductor.scm (r-bsgenome-mmusculus-ucsc-mm10): ...to here.
|