summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-12import: crate: Use repository when home-page is unavailable•••* guix/import/crate.scm (make-crate-sexp): Always use home-page, which is properly set up by the caller. (crate->guix-package): Make sure to use the repository when home-page is null. Nicolas Goaziou
2021-02-12gnu: xterm: Update to 366 [fixes CVE-2021-27135].•••* gnu/packages/xorg.scm (xterm): Update to 366. Leo Famulari
2021-02-12gnu: linux-libre 4.4: Update to 4.4.257.•••* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.257. (linux-libre-4.4-pristine-source): Update hash. Leo Famulari
2021-02-12gnu: linux-libre 4.9: Update to 4.9.257.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.257. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari
2021-02-12gnu: linux-libre 4.14: Update to 4.14.221.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.221. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari
2021-02-12gnu: linux-libre 4.19: Update to 4.19.175.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.175. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2021-02-12gnu: linux-libre 5.4: Update to 5.4.97.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.97. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2021-02-12gnu: linux-libre: Update to 5.10.15.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.15. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2021-02-12services: cuirass: Add server argument for the remote-worker.•••* gnu/services/cuirass.scm (<cuirass-remote-worker-configuration>)[server]: New field. (cuirass-remote-worker-shepherd-service): Honor it. Mathieu Othacehe
2021-02-12gnu: flwrap: Use git repository.•••The tarballs of older versions are not kept on the website. * gnu/packages/radio.scm (flwrap)[source]: Switch to git repository. [native-inputs]: Add autoconf and automake. Guillaume Le Vaillant
2021-02-12gnu: flamp: Use git repository.•••The tarballs of older versions are not kept on the website. * gnu/packages/radio.scm (flamp)[source]: Switch to git repository. [native-inputs]: Add autoconf and automake. Guillaume Le Vaillant
2021-02-12gnu: flrig: Use git repository.•••The tarballs of older versions are not kept on the website. * gnu/packages/radio.scm (flrig)[source]: Switch to git repository. [native-inputs]: Add autoconf and automake. Guillaume Le Vaillant
2021-02-12gnu: fldigi: Update to 4.1.18.•••* gnu/packages/radio.scm (fldigi): Update to 4.1.18. Guillaume Le Vaillant
2021-02-12gnu: fldigi: Use git repository.•••The tarballs of older versions are not kept on the website. Fixes <https://bugs.gnu.org/46461>. * gnu/packages/radio.scm (fldigi)[source]: Switch to git repository. [native-inputs]: Add autoconf, automake and gettext-minimal. Guillaume Le Vaillant
2021-02-12pull: Create the "${XDG_CONFIG_HOME}/guix" directory when needed.•••This fixes <https://bugs.gnu.org/46269>. * guix/scripts/pull.scm (ensure-default-profile): Add a 'mkdir-p' call before 'symlink'. 宋文武
2021-02-12gnu: python-invoke: Update to 1.5.0.•••* gnu/packages/python-xyz.scm (python-invoke): Update to 1.5.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Tanguy Le Carrour
2021-02-12gnu: python-invoke: Patch reference to bash.•••* 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> Tanguy Le Carrour
2021-02-12gnu: pari-gp: Update to 2.13.1.•••* gnu/packages/algebra.scm (pari-gp): Update to 2.13.1. Andreas Enge
2021-02-12gnu: Fix indentation in OpenJDK packages.•••* gnu/packages/java.scm (openjdk9, openjdk10, openjdk11, openjdk12) (openjdk13, openjdk14): Untabify and indent with Emacs. Leo Prikler
2021-02-12gnu: openjdk@11: Add phase to hardcode libraries.•••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> Björn Höfling
2021-02-12gnu: openjdk@9 : Add phase to hardcode libraries.•••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> Björn Höfling
2021-02-12doc: Fix for 'guix pull'.•••Fixes a regression introduced in db6b9d2f4bc59511904e8c1412d0257675c46095. * doc/guix.texi (File-Sharing Services): Remove space after '@pxref'. 宋文武
2021-02-12gnu: bpytop: Don't propagated python-psutil.•••* gnu/packages/admin.scm (bpytop): Move python-psutil to propagated-inputs. 宋文武
2021-02-12gnu: Add xkeysnail.•••* gnu/packages/xdisorg.scm (xkeysnail): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zheng Junjie
2021-02-12gnu: Add bpytop.•••* gnu/packages/admin.scm (bpytop): New variable. Zheng Junjie
2021-02-12gnu: dwl: Fix command name in description.•••* gnu/packages/wm.scm (dwl)[description]: Fix typo. 宋文武
2021-02-12gnu: Add dwl.•••* gnu/packages/wm.scm (dwl): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zheng Junjie
2021-02-12gnu: pianobar: Update to 2020.11.28.•••* gnu/packages/music.scm (pianobar): Update to 2020.11.28. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Stefan Reichör
2021-02-12services: Add transmission-daemon service.•••* 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> Simon South
2021-02-12gnu: zfs: Update to 2.0.3.•••* gnu/packages/file-systems.scm (zfs): Update to 2.0.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> raid5atemyhomework
2021-02-11gnu: diffoscope: Update to 166.•••* 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. Vagrant Cascadian
2021-02-11gnu: opam: Update to 2.0.8.•••* gnu/packages/ocaml.scm (opam): Update to 2.0.8. Julien Lepiller
2021-02-11gnu: emacs-marginalia: Update to 0.3.•••* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.3. Nicolas Goaziou
2021-02-11gnu: emacs-consult: Update to 0.5.•••* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.5. Nicolas Goaziou
2021-02-11gnu: bowtie1: Update to 1.3.0.•••* gnu/packages/bioinformatics.scm (bowtie1): Update to 1.3.0. [arguments]: Set CC in make flags. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Mădălin Ionel Patrașcu
2021-02-11doc: Try to improve the branching workflow.•••* doc/contributing.texi (Submitting Patches): Introduce the use of "-frozen" branch names. Leo Famulari
2021-02-11gnu: r-gage: Update to 2.40.1.•••* gnu/packages/bioinformatics.scm (r-gage): Update to 2.40.1. Ricardo Wurmus
2021-02-11gnu: r-msnbase: Update to 2.16.1.•••* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.16.1. Ricardo Wurmus
2021-02-11gnu: r-methylkit: Update to 1.16.1.•••* gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.16.1. Ricardo Wurmus
2021-02-11gnu: r-delayedarray: Update to 0.16.1.•••* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.16.1. Ricardo Wurmus
2021-02-11gnu: r-biomart: Update to 2.46.3.•••* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.46.3. Ricardo Wurmus
2021-02-11gnu: r-edger: Update to 3.32.1.•••* gnu/packages/bioinformatics.scm (r-edger): Update to 3.32.1. Ricardo Wurmus
2021-02-11gnu: r-iranges: Update to 2.24.1.•••* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.24.1. Ricardo Wurmus
2021-02-11gnu: r-s4vectors: Update to 0.28.1.•••* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.28.1. Ricardo Wurmus
2021-02-11gnu: r-systempiper: Update to 1.24.3.•••* gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.24.3. Ricardo Wurmus
2021-02-11gnu: r-gseabase: Update to 1.52.1.•••* gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.52.1. Ricardo Wurmus
2021-02-11gnu: r-genefilter: Update to 1.72.1.•••* gnu/packages/bioinformatics.scm (r-genefilter): Update to 1.72.1. Ricardo Wurmus
2021-02-11gnu: r-delayedmatrixstats: Update to 1.12.3.•••* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.12.3. Ricardo Wurmus
2021-02-11gnu: r-sparsematrixstats: Update to 1.2.1.•••* gnu/packages/bioconductor.scm (r-sparsematrixstats): Update to 1.2.1. Ricardo Wurmus
2021-02-11gnu: r-scran: Update to 1.18.5.•••* gnu/packages/bioconductor.scm (r-scran): Update to 1.18.5. Ricardo Wurmus