aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: cheese: Add gst-plugins-good as an input.fix-cheese-performanceChristopher Baines2021-02-13
| | | | | | | | | | | This fixes an issue with choppy video recording. It also makes these lines not appear in the build log: meson.build:154: WARNING: vp8enc was not found. It needs to be installed before Cheese is run meson.build:154: WARNING: webmmux was not found. It needs to be installed before Cheese is run * gnu/packages/gnome.scm (cheese)[inputs]: Add gst-plugins-good.
* gnu: xfce4-weather-plugin: Update to 0.11.0.Michael Rohleder2021-02-13
| | | | | | * gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Git: Update to 2.30.1.Leo Famulari2021-02-12
| | | | | * gnu/packages/version-control.scm (git): Update to 2.30.1 [native-inputs]: Update git-manpages to 2.30.1.
* gnu: Add font-canada1500.Antoine Côté2021-02-13
| | | | | | * gnu/packages/fonts.scm (font-canada1500): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add swappy.Sharlatan Hellseher2021-02-13
| | | | | | * gnu/packages/image.scm (swappy): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: diffoscope: Update to use python-magic.Vagrant Cascadian2021-02-12
| | | | | | | | | Fixes: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/238 * gnu/packages/patches/diffoscope-revert-to-magic-open.patch: Remove file. * gnu/local.mk [dist_patch_DATA]: Update. * gnu/packages/diffoscope.scm (diffoscope)[source]: Remove patch. [inputs]: Remove python-file.
* gnu: emacs-selectrum: Update to 3.0.0-a2ba633.Nicolas Goaziou2021-02-13
| | | | * gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 3.0.0-a2ba633.
* gnu: ncmpc: Update to 0.45.Leo Famulari2021-02-12
| | | | * gnu/packages/mpd.scm (ncmpc): Update to 0.45.
* import: crate: Use repository when home-page is unavailableNicolas Goaziou2021-02-12
| | | | | | * 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.
* gnu: xterm: Update to 366 [fixes CVE-2021-27135].Leo Famulari2021-02-12
| | | | * gnu/packages/xorg.scm (xterm): Update to 366.
* gnu: linux-libre 4.4: Update to 4.4.257.Leo Famulari2021-02-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.257. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.257.Leo Famulari2021-02-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.257. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.221.Leo Famulari2021-02-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.221. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.175.Leo Famulari2021-02-12
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.175. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.97.Leo Famulari2021-02-12
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.97. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.10.15.Leo Famulari2021-02-12
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.15. (linux-libre-5.10-pristine-source): Update hash.
* services: cuirass: Add server argument for the remote-worker.Mathieu Othacehe2021-02-12
| | | | | | * gnu/services/cuirass.scm (<cuirass-remote-worker-configuration>)[server]: New field. (cuirass-remote-worker-shepherd-service): Honor it.
* gnu: flwrap: Use git repository.Guillaume Le Vaillant2021-02-12
| | | | | | | 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.
* gnu: flamp: Use git repository.Guillaume Le Vaillant2021-02-12
| | | | | | | 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.
* gnu: flrig: Use git repository.Guillaume Le Vaillant2021-02-12
| | | | | | | 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.
* gnu: fldigi: Update to 4.1.18.Guillaume Le Vaillant2021-02-12
| | | | * gnu/packages/radio.scm (fldigi): Update to 4.1.18.
* gnu: fldigi: Use git repository.Guillaume Le Vaillant2021-02-12
| | | | | | | | 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.
* 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.