summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-03gnu: Add r-oscope....* gnu/packages/bioconductor.scm (r-oscope): New variable. Navid Afkhami
2023-03-03gnu: cl-tripod: Fix build....* gnu/packages/lisp-xyz.scm (sbcl-tripod)[arguments]: Use the 'assoc-ref' form for the bin output. (cl-tripod)[outputs]: Remove bin. (ecl-tripod)[outputs]: Remove bin. [arguments]: Remove 'build-program' phase. Guillaume Le Vaillant
2023-03-03gnu: eisl: Update to 2.72....* gnu/packages/lisp.scm (eisl): Update to 2.72. [arguments]: Update 'fix-paths' phase. Guillaume Le Vaillant
2023-03-03gnu: gcl: Update to 2.6.14....* gnu/packages/lisp.scm (gcl): Update to 2.6.14. Guillaume Le Vaillant
2023-03-03gnu: sbcl: Update to 2.3.2....* gnu/packages/lisp.scm (sbcl): Update to 2.3.2. Guillaume Le Vaillant
2023-02-26gnu: fish: Update to 3.6.0....* gnu/packages/shells.scm (fish): Update to 3.6.0. [source]: Remove snippet, as the bundled PCRE2 sources have been removed (see CHANGELOG.rst). Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Winter
2023-02-26file-systems: Validate 'no-diratime flag....This follows up on commit c0773455397746b10194bc14c7cef144f4095b65, and adds a comment to avoid this in future. * gnu/system/file-systems.scm (invalid-file-system-flags): Add 'no-diratime to the list of KNOWN-FLAGS. Tobias Geerinckx-Rice
2023-02-26gnu: go-github-com-robfig-cron-1.2: Move to (gnu packages golang)....Because (gnu packages golang) and (gnu packages check) use each other, this avoids an undefined symbol due to a module dependency cycle. * gnu/packages/check.scm (go-github-com-robfig-cron-1.2): Move to... * gnu/packages/golang.scm (go-github-com-robfig-cron-1.2): ...here. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Josselin Poiret
2023-03-02gnu: make-mozilla-with-l10n: Use the copy-build-system....Fixes <https://issues.guix.gnu.org/61742>. * gnu/packages/gnuzilla.scm (make-mozilla-with-l10n): Rewrite to use the copy-build-system. Reported-by: Feng Shu <tumashu@163.com> Maxim Cournoyer
2023-03-02gnu: grimshot: Correct man page path....* gnu/packages/wm.scm (grimshot)[arguments]: Remove 'usr/' from man page path. Signed-off-by: Leo Famulari <leo@famulari.name> Antero Mejr
2023-03-02gnu: Add r-mmuphin....* gnu/packages/bioconductor.scm (r-mmuphin): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Mădălin Ionel Patrașcu
2023-03-02gnu: python-acme, certbot: Update to 2.3.0....* gnu/packages/tls.scm (python-acme): Update to 2.3.0. (certbot)[source]: Update hash. [propagated-inputs]: Remove python-zope-interface and python-zope-component. Signed-off-by: Leo Famulari <leo@famulari.name> Jack Hill
2023-03-02gnu: grub-efi: Remove test inputs....* gnu/packages/bootloaders.scm (grub-efi)[native-inputs]: Remove parted, qemu-minimal, xorriso. Efraim Flashner
2023-03-02gnu: Add r-chromomap....* gnu/packages/cran.scm (r-chromomap): New variable. Mădălin Ionel Patrașcu
2023-03-02gnu: libmicrohttpd: Update to 0.9.76....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.76. Efraim Flashner
2023-03-02gnu: gama: Update to 2.24....* gnu/packages/gps.scm (gama): Update to 2.24. Efraim Flashner
2023-03-02gnu: pcmanfm-qt: Update to 1.2.1....* gnu/packages/lxqt.scm (pcmanfm-qt): Update to 1.2.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Juliana Sims
2023-03-02gnu: libfm-qt: Update to 1.2.1....* gnu/packages/lxqt.scm (libfm-qt): Update to 1.2.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Juliana Sims
2023-03-02gnu: lxqt-panel: Update to 1.2.1....* gnu/packages/lxqt.scm (lxqt-panel): Update to 1.2.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Juliana Sims
2023-03-01gnu: FFmpeg: Enable libwebp....* gnu/packages/video.scm (ffmpeg)[inputs]: Add libwebp. [arguments]: Pass '--enable-libwebp' to #:configure-flags. (ffmpeg-2.8)[inputs]: Remove libwebp. Co-authored-by: Leo Famulari <leo@famulari.name> Ryan Sundberg
2023-03-02gnu: gimp: Don't retain reference on GCC....Partly fixes <https://issues.guix.gnu.org/57677>. * gnu/packages/gimp.scm (gimp)[arguments]: Add #:modules and #:phases. 宋文武
2023-03-02gnu: Remove broken xf86 video drivers....Those packages build failed with current xorg-server: openchrome: multiple definition of some functions. other: missing headers for xf86RamDac.h, IBM.h, etc. * gnu/packages/xorg.scm (xf86-video-glint, xf86-video-openchrome xf86-video-suncg6, xf86-video-sunffb, xf86-video-tga xf86-video-trident): Remove packages. * gnu/packages/patches/xf86-video-tga-remove-mibstore.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove it. 宋文武
2023-03-02gnu: cloc: Update to 1.96.1....* gnu/packages/code.scm (cloc): Update to 1.96.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Philippe SWARTVAGHER
2023-03-02gnu: dos2unix: Use new package style....* gnu/packages/textutils.scm (dos2unix)[arguments]: Use gexps. [native-inputs]: Drop labels. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Timotej Lazar
2023-03-02gnu: dos2unix: Update to 7.4.4....* gnu/packages/textutils.scm (dos2unix): Update to 7.4.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Timotej Lazar
2023-03-02gnu: mympd: Update to 10.2.4....* gnu/packages/mpd.scm (mympd): Update to 10.2.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Bruno Victal
2023-03-02gnu: Add r-maaslin2....* gnu/packages/bioconductor.scm (r-maaslin2): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Mădălin Ionel Patrașcu
2023-03-02gnu: Add r-metagenomeseq....* gnu/packages/bioconductor.scm (r-metagenomeseq): New variable. Mădălin Ionel Patrașcu
2023-03-02gnu: Add r-chemometrics....* gnu/packages/cran.scm (r-chemometrics): New variable. Mădălin Ionel Patrașcu
2023-03-02gnu: Add r-som....* gnu/packages/cran.scm (r-som): New variable. Mădălin Ionel Patrașcu
2023-03-02gnu: Add r-cplm....* gnu/packages/cran.scm (r-cplm): New variable. Mădălin Ionel Patrașcu
2023-03-02gnu: Add r-biglm....* gnu/packages/cran.scm (r-biglm): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Mădălin Ionel Patrașcu
2023-03-01gnu: emacs-bash-completion: Update to 3.1.1-0.796a806....* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to 3.1.1-0.796a806. [phases]: Delete make-git-checkout-writable phase. Maxim Cournoyer
2023-03-01gnu: sdrangel: Update to 7.10.0....* gnu/packages/radio.scm (sdrangel): Update to 7.10.0. Guillaume Le Vaillant
2023-03-01gnu: csdr: Update to 0.18.1....* gnu/packages/radio.scm (csdr): Update to 0.18.1. Guillaume Le Vaillant
2023-03-01gnu: xmrig: Update to 6.19.0....* gnu/packages/finance.scm (xmrig): Update to 6.19.0. Guillaume Le Vaillant
2023-03-01gnu: monero-gui: Update to 0.18.2.0....* gnu/packages/finance.scm (monero-gui): Update to 0.18.2.0. Guillaume Le Vaillant
2023-03-01gnu: p2pool: Update to 3.1....* gnu/packages/finance.scm (p2pool): Update to 3.1. [arguments]: Add 'configure-flags". Add custom 'check' phase and enable tests. Guillaume Le Vaillant
2023-03-01gnu: monero: Update to 0.18.2.0....* gnu/packages/finance.scm (monero): Update to 0.18.2.0. Guillaume Le Vaillant
2023-03-01gnu: Add emacs-motif....* gnu/packages/text-editors.scm (emacs-motif): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai
2023-03-01gnu: Add ghc-hs-conllu....* gnu/packages/haskell-xyz (ghc-hs-conllu): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Alice BRENON
2023-03-01gnu: font-google-noto-emoji: Install correct license file....* gnu/packages/fonts.scm (font-google-noto-emoji)[arguments]<#:phases>: Add "enter-font-directory" phase; remove now-superfluous prefix from paths in "remove-unsupported" phase. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South
2023-03-01gnu: Add font-apl2741-unicode....* gnu/packages/apl.scm (font-apl2741-unicode): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> B. Wilson
2023-03-01gnu: icecat: Remove unsupported --disable-eme option on aarch64....* gnu/packages/gnuzilla.scm (icecat): Remove unsupported --disable-eme option on aarch64. Signed-off-by: Christopher Baines <mail@cbaines.net> r0man
2023-03-01gnu: Add python-pypresence....* gnu/packages/messaging.scm (python-pypresence): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Giacomo Leidi
2023-03-01gnu: Add flat-remix-gnome-theme....* gnu/packages/gnome-xyz.scm (flat-remix-gnome-theme): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Sughosha
2023-03-01gnu: Add flat-remix-gtk-theme....* gnu/packages/gnome-xyz.scm (flat-remix-gtk-theme): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Sughosha
2023-03-01gnu: Add flat-remix-icon-theme....* gnu/packages/gnome-xyz.scm (flat-remix-icon-theme): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Sughosha
2023-03-01gnu: Add python-pixelmatch....* gnu/packages/python-xyz.scm (python-pixelmatch): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Nicolas Graves
2023-03-01gnu: Add python-pyee....* gnu/packages/python-xyz.scm (python-pyee): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Nicolas Graves