summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* pull: Create the "${XDG_CONFIG_HOME}/guix" directory when needed.宋文武2021-02-12
| | | | | | | This fixes <https://bugs.gnu.org/46269>. * guix/scripts/pull.scm (ensure-default-profile): Add a 'mkdir-p' call before 'symlink'.
* gnu: python-invoke: Update to 1.5.0.Tanguy Le Carrour2021-02-12
| | | | | | * gnu/packages/python-xyz.scm (python-invoke): Update to 1.5.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: python-invoke: Patch reference to bash.Tanguy Le Carrour2021-02-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-invoke)[arguments]: Patch the reference to 'bash' in the source. [inputs]: Add bash. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: pari-gp: Update to 2.13.1.Andreas Enge2021-02-12
| | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.13.1.
* gnu: Fix indentation in OpenJDK packages.Leo Prikler2021-02-12
| | | | | * gnu/packages/java.scm (openjdk9, openjdk10, openjdk11, openjdk12) (openjdk13, openjdk14): Untabify and indent with Emacs.
* gnu: openjdk@11: Add phase to hardcode libraries.Björn Höfling2021-02-12
| | | | | | | | | This fixes a NullPointerException related to using fontconfig, see also <https://bugs.gnu.org/41177>. * gnu/packages/java.scm (openjdk11)[arguments]: Add patch-jni-libs phase. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: openjdk@9 : Add phase to hardcode libraries.Björn Höfling2021-02-12
| | | | | | | | | This fixes a NullPointerException related to using fontconfig, see also <https://bugs.gnu.org/41177>. * gnu/packages/java.scm (openjdk9)[arguments]: Add patch-jni-libs phase. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* doc: Fix for 'guix pull'.宋文武2021-02-12
| | | | | | Fixes a regression introduced in db6b9d2f4bc59511904e8c1412d0257675c46095. * doc/guix.texi (File-Sharing Services): Remove space after '@pxref'.
* gnu: bpytop: Don't propagated python-psutil.宋文武2021-02-12
| | | | * gnu/packages/admin.scm (bpytop): Move python-psutil to propagated-inputs.
* gnu: Add xkeysnail.Zheng Junjie2021-02-12
| | | | | | * gnu/packages/xdisorg.scm (xkeysnail): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add bpytop.Zheng Junjie2021-02-12
| | | | * gnu/packages/admin.scm (bpytop): New variable.
* gnu: dwl: Fix command name in description.宋文武2021-02-12
| | | | * gnu/packages/wm.scm (dwl)[description]: Fix typo.
* gnu: Add dwl.Zheng Junjie2021-02-12
| | | | | | * gnu/packages/wm.scm (dwl): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: pianobar: Update to 2020.11.28.Stefan Reichör2021-02-12
| | | | | | * gnu/packages/music.scm (pianobar): Update to 2020.11.28. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* services: Add transmission-daemon service.Simon South2021-02-12
| | | | | | | | | | | * gnu/services/file-sharing.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * po/packages/POTFILES.in: Add it. * tests/services/file-sharing.scm: New file. * Makefile.am (SCM_TESTS): Add it. * doc/guix.texi (File-Sharing Services): New section. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: zfs: Update to 2.0.3.raid5atemyhomework2021-02-12
| | | | | | * gnu/packages/file-systems.scm (zfs): Update to 2.0.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: diffoscope: Update to 166.Vagrant Cascadian2021-02-11
| | | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 166. [source]: Add patch to use magic.open compatibility interface. * gnu/packages/patches/diffoscope-revert-to-magic-open.patch: New file. * gnu/local.mk [dist_patch_DATA]: New patch.
* gnu: opam: Update to 2.0.8.Julien Lepiller2021-02-11
| | | | * gnu/packages/ocaml.scm (opam): Update to 2.0.8.
* gnu: emacs-marginalia: Update to 0.3.Nicolas Goaziou2021-02-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.3.
* gnu: emacs-consult: Update to 0.5.Nicolas Goaziou2021-02-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.5.
* gnu: bowtie1: Update to 1.3.0.Mădălin Ionel Patrașcu2021-02-11
| | | | | | | * gnu/packages/bioinformatics.scm (bowtie1): Update to 1.3.0. [arguments]: Set CC in make flags. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* doc: Try to improve the branching workflow.Leo Famulari2021-02-11
| | | | | * doc/contributing.texi (Submitting Patches): Introduce the use of "-frozen" branch names.
* gnu: r-gage: Update to 2.40.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioinformatics.scm (r-gage): Update to 2.40.1.
* gnu: r-msnbase: Update to 2.16.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.16.1.
* gnu: r-methylkit: Update to 1.16.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.16.1.
* gnu: r-delayedarray: Update to 0.16.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.16.1.
* gnu: r-biomart: Update to 2.46.3.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioinformatics.scm (r-biomart): Update to 2.46.3.
* gnu: r-edger: Update to 3.32.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioinformatics.scm (r-edger): Update to 3.32.1.
* gnu: r-iranges: Update to 2.24.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioinformatics.scm (r-iranges): Update to 2.24.1.
* gnu: r-s4vectors: Update to 0.28.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.28.1.
* gnu: r-systempiper: Update to 1.24.3.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.24.3.
* gnu: r-gseabase: Update to 1.52.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.52.1.
* gnu: r-genefilter: Update to 1.72.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioinformatics.scm (r-genefilter): Update to 1.72.1.
* gnu: r-delayedmatrixstats: Update to 1.12.3.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.12.3.
* gnu: r-sparsematrixstats: Update to 1.2.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-sparsematrixstats): Update to 1.2.1.
* gnu: r-scran: Update to 1.18.5.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-scran): Update to 1.18.5.
* gnu: r-scuttle: Update to 1.0.4.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-scuttle): Update to 1.0.4.
* gnu: r-beachmat: Update to 2.6.4.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-beachmat): Update to 2.6.4.
* gnu: r-rhdf5lib: Update to 1.12.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-rhdf5lib): Update to 1.12.1.
* gnu: r-hdf5array: Update to 1.18.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.18.1.
* gnu: r-preprocesscore: Update to 1.52.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-preprocesscore): Update to 1.52.1.
* gnu: r-chemminer: Update to 3.42.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-chemminer): Update to 3.42.1.
* gnu: r-gdsfmt: Update to 1.26.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.26.1.
* gnu: r-cytolib: Update to 2.2.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-cytolib): Update to 2.2.1.
* gnu: r-multidataset: Update to 1.18.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-multidataset): Update to 1.18.1.
* gnu: r-clusterprofiler: Update to 3.18.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.18.1.
* gnu: r-enrichplot: Update to 1.10.2.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.10.2.
* gnu: r-matrixgenerics: Update to 1.2.1.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.2.1.
* gnu: r-diffbind: Update to 3.0.13.Ricardo Wurmus2021-02-11
| | | | * gnu/packages/bioconductor.scm (r-diffbind): Update to 3.0.13.
* gnu: OpenLDAP: Update to 2.4.57 [security fixes].Leo Famulari2021-02-11
| | | | | | | Fixes CVE-2020-{36221,36222,36223,36224,36225,36226,36226,36228,36229,36230}. * gnu/packages/openldap.scm (openldap-2.4.57): New variable. (openldap)[replacement]: New field.