summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: opencv: Fix build with new version of jasper.Raghav Gururajan2020-08-14
| | | | | | | * gnu/packages/image-processing.scm (opencv): Fix build failure. [arguments]<#:phases>[fix-jasper]: New phase. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: singularity: Replace references to grep.Ricardo Wurmus2020-08-14
| | | | * gnu/packages/linux.scm (singularity)[arguments]: Replace references to grep.
* gnu: Add r-spectrum.Ricardo Wurmus2020-08-14
| | | | * gnu/packages/cran.scm (r-spectrum): New variable.
* gnu: Add r-clusterr.Ricardo Wurmus2020-08-14
| | | | * gnu/packages/cran.scm (r-clusterr): New variable.
* gnu: Add r-rfast.Ricardo Wurmus2020-08-14
| | | | * gnu/packages/cran.scm (r-rfast): New variable.
* gnu: Add r-rcppziggurat.Ricardo Wurmus2020-08-14
| | | | * gnu/packages/cran.scm (r-rcppziggurat): New variable.
* gnu: Add yeganesh.EuAndreh via Guix-patches via2020-08-14
| | | | | | * gnu/packages/wm.scm (yeganesh): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: mcron: Update to 1.2.0.Efraim Flashner2020-08-14
| | | | * gnu/packages/guile-xyz.scm (mcron): Update to 1.2.0.
* gnu: monero-gui: Update to 0.16.0.3.Guillaume Le Vaillant2020-08-13
| | | | * gnu/packages/finance.scm (monero-gui): Update to 0.16.0.3.
* gnu: megatools: Install bash completion.Efraim Flashner2020-08-13
| | | | | * gnu/packages/sync.scm (megatools)[arguments]: Add custom phase to install bash completion file.
* gnu: megatools: Update to 1.10.3.Efraim Flashner2020-08-13
| | | | * gnu/packages/sync.scm (megatools): Update to 1.10.3.
* gnu: Add qtmips.Efraim Flashner2020-08-13
| | | | * gnu/packages/emulators.scm (qtmips): New variable.
* gnu: python-typing: Update to 3.7.4.3.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/python-xyz.scm (python-typing): Update to 3.7.4.3.
* gnu: xonsh: Update to 0.9.19.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/shells.scm (xonsh): Update to 0.9.19.
* gnu: libmatroska: Update to 1.6.2.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/video.scm (libmatroska): Update to 1.6.2.
* gnu: kakoune: Update to 2020.08.04.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/text-editors.scm (kakoune): Update to 2020.08.04.
* gnu: mediainfo: Update to 20.08.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/video.scm (mediainfo): Update to 20.08.
* gnu: libmediainfo: Update to 20.08.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/video.scm (libmediainfo): Update to 20.08.
* gnu: aha: Cross-compile.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/textutils.scm (aha)[arguments]: Use CC-FOR-TARGET.
* gnu: aha: Update to 0.5.1.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/textutils.scm (aha): Update to 0.5.1.
* gnu: python-crashtest: Update to 0.3.1.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/python-xyz.scm (python-crashtest): Update to 0.3.1.
* gnu: opencv: Fix build with Jasper 2.0.19.Tobias Geerinckx-Rice2020-08-13
| | | | | | * gnu/packages/image-processing.scm (opencv)[source]: Add patch. * gnu/packages/patches/opencv-fix-build-of-grfmt_jpeg2000.cpp.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: php: Update to 7.4.9.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/php.scm (php): Update to 7.4.9.
* gnu: yapet: Update to 2.4.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/password-utils.scm (yapet): Update to 2.4.
* gnu: python-aenum: Update to 2.2.4.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/python-xyz.scm (python-aenum): Update to 2.2.4.
* gnu: ceph: Update to 14.2.11.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/storage.scm (ceph): Update to 14.2.11.
* gnu: lxqt-panel: Show icons in menus.Timotej Lazar2020-08-13
| | | | | | * gnu/packages/lxqt.scm (lxqt-panel)[propagated-inputs]: Add lxmenu-data. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: cpuid: Update to 20200427.Michael Rohleder2020-08-13
| | | | | | * gnu/packages/linux.scm (cpuid): Update to 20200427. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: git-annex: Update to 8.20200810.Kyle Meyer2020-08-13
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200810. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: dlib: Install shared library.Efraim Flashner2020-08-13
| | | | | | | | Reported by Hamzeh Nasajpour <h.nasajpour@pantherx.org>. * gnu/packages/machine-learning.scm (dlib)[arguments]: Add configure-flag to build shared library. Remove custom 'delete-static-library phase.
* gnu: Added drawpile (UPnP support pending) at version 2.1.17your friendly localhost admin2020-08-13
| | | | | | * gnu/packages/graphics.scm (drawpile): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: httpd: Update to 2.4.46.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.46.
* gnu: nginx: Update to 1.19.2.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/web.scm (nginx): Update to 1.19.2.
* gnu: nginx-documentation: Update to 1.19.2-2581-324ca14c3003.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.19.2-2581-324ca14c3003.
* gnu: perl-catalyst-view-tt: Update to 0.45.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/web.scm (perl-catalyst-view-tt): Update to 0.45.
* gnu: luakit: Update to 2.2.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/web-browsers.scm (luakit): Update to 2.2.
* gnu: bspwm: Update to 0.9.10.Tobias Geerinckx-Rice2020-08-13
| | | | * gnu/packages/wm.scm (bspwm): Update to 0.9.10.
* gnu: conda: Update to 4.8.3.Ricardo Wurmus2020-08-13
| | | | | | | | | | | | | | * gnu/packages/package-management.scm (python-conda): Define as deprecated alias for conda. (python2-conda): Remove variable. (conda)[arguments]: Add phases "fix-permissions", "correct-python-executable-name", "do-not-use-python-root-as-prefix", and "init"; remove phase "remove-failing-tests"; update "check" phase. [inputs]: Add python-wrapper. [native-inputs]: Move them all to... [propagated-inputs]: ...this field. Add python-conda-package-handling, python-tqdm, and zstd. [description]: Remove line about Conda as a library.
* gnu: python-pycosat: Update to 0.6.3.Ricardo Wurmus2020-08-12
| | | | * gnu/packages/python-xyz.scm (python-pycosat): Update to 0.6.3.
* gnu: tophat: Hide default GCC.Ricardo Wurmus2020-08-12
| | | | | * gnu/packages/bioinformatics.scm (tophat)[arguments]: Add build phase "hide-default-gcc".
* gnu: Add python-conda-package-handling.Ricardo Wurmus2020-08-12
| | | | | * gnu/packages/package-management.scm (python-conda-package-handling): New variable.
* gnu: libgtextutils: Hide default GCC.Ricardo Wurmus2020-08-12
| | | | | * gnu/packages/textutils.scm (libgtextutils)[arguments]: Add phase hide-default-gcc.
* gnu: musescore: Update to 3.5.Nicolas Goaziou2020-08-12
| | | | | * gnu/packages/music.scm (musescore): Update to 3.5. [origin]: Remove unused google_analytics library.
* gnu: Add emacs-explain-pause-mode.Morgan Smith2020-08-12
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-org-superstar: Update to 1.3.0.Nicolas Goaziou2020-08-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.3.0.
* gnu: Add emacs-kana.Morgan Smith2020-08-12
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-kana): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-kanji.Morgan Smith2020-08-12
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-kanji): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: freedink-engine: Fix SDL hints.Jesse Gibbons2020-08-12
| | | | | | | | * gnu/packages/games.scm: freedink: [patches]: Add fix. * gnu/packages/patches/freedink-engine-fix-sdl-hints.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: freedink-engine: Call autoreconf.Jesse Gibbons2020-08-12
| | | | | | * gnu/packages/games.scm: freedink-engine (phases): add 'autoreconf Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: dovecot: Update to 2.3.11.3 [security fixes].Tobias Geerinckx-Rice2020-08-12
| | | | | | Fixes CVE-2020-12100, CVE-2020-12673, CVE-2020-10967, and CVE-2020-12674. * gnu/packages/mail.scm (dovecot): Update to 2.3.11.3.