summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: python-scikit-image: Update to 0.17.2.Ricardo Wurmus2020-06-23
| | | | * gnu/packages/python-science.scm (python-scikit-image): Update to 0.17.2.
* gnu: python-gridmap: Update to 0.14.0.Ricardo Wurmus2020-06-23
| | | | * gnu/packages/python-xyz.scm (python-gridmap): Update to 0.14.0.
* gnu: Add python-progressbar2.Ricardo Wurmus2020-06-23
| | | | * gnu/packages/python-xyz.scm (python-progressbar2): New variable.
* gnu: python-pycodestyle: Update to 2.6.0.Ricardo Wurmus2020-06-23
| | | | | | * gnu/packages/python-xyz.scm (python-pycodestyle): Update to 2.6.0. [arguments]: Replace check phase. [native-inputs]: Add python-pytest.
* gnu: python-pyflakes: Update to 2.2.0.Ricardo Wurmus2020-06-23
| | | | * gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.2.0.
* gnu: python-flake8: Update to 3.8.3.Ricardo Wurmus2020-06-23
| | | | * gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.3.
* gnu: python-utils: Update to 2.4.0.Ricardo Wurmus2020-06-23
| | | | | * gnu/packages/python-xyz.scm (python-utils): Update to 2.4.0. [arguments]: Replace check phase.
* gnu: python-pytest-flakes: Update to 4.0.0.Ricardo Wurmus2020-06-23
| | | | | * gnu/packages/check.scm (python-pytest-flakes): Update to 4.0.0. [arguments]: Skip broken test.
* gnu: mpv: Use deterministic ordering of shared library dependencies.Marius Bakke2020-06-23
| | | | | | | Fixes <https://bugs.gnu.org/42025>. Reported by Msavoritias <marinus.savoritias@disroot.org>. * gnu/packages/video.scm (mpv)[arguments]: Add phase 'build-reproducibly'.
* gnu: ungoogled-chromium: Update to 83.0.4103.116-0.f08ce8b [fixes ↵Marius Bakke2020-06-23
| | | | | | | CVE-2020-6509]. * gnu/packages/chromium.scm (%chromium-version): Set to 83.0.4103.116. (%ungoogled-origin): Update hash.
* gnu: motion: Build with the latest ffmpeg.Marius Bakke2020-06-23
| | | | * gnu/packages/video.scm (motion)[inputs]: Change from FFMPEG-3.4 to FFMPEG.
* gnu: openmw: Don't use unstable tarball.Efraim Flashner2020-06-23
| | | | | * gnu/packages/game-development.scm (openmw)[source]: Download using git-fetch.
* gnu: go-1.13: Target aarch64-linux for aarch64-linux.Efraim Flashner2020-06-23
| | | | | | | | Fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34872>. * gnu/packages/golang.scm (go-1.13)[arguments]: Set system to aarch64-linux when building for aarch64-linux. Adjust 'prebuild phase to skip tests which fail on aarch64-linux.
* gnu: go-github-com-rcrowley-go-metrics: Skip tests on aarch64-linux.Efraim Flashner2020-06-23
| | | | | * gnu/packages/syncthing.scm (go-github-com-rcrowley-go-metrics) [arguments]: Skip tests when building on or for aarch64-linux.
* gnu: nml: Update to 0.5.2.Kei Kebreau2020-06-23
| | | | | | | * gnu/packages/game-development.scm (nml): Update to 0.5.2. [source]: Fetch from pypi. [arguments]: Remove 'fix-pillow' phase and disable tests. [home-page]: Update URL.
* gnu: pidentd: Don't use unstable tarball.Efraim Flashner2020-06-23
| | | | | * gnu/packages/networking.scm (pidentd)[source]: Download using git-fetch.
* gnu: nzbget: Don't use unstable tarball.Efraim Flashner2020-06-23
| | | | | * gnu/packages/networking.scm (nzbget)[source]: Download using release source tarball.
* gnu: lightgbm: Don't use unstable tarball.Efraim Flashner2020-06-23
| | | | | | * gnu/packages/machine-learning.scm (lightgbm)[source]: Download using git-fetch. [arguments]: Adjust custom 'check phase accordingly.
* gnu: sonata: Don't use unstable tarball.Efraim Flashner2020-06-23
| | | | * gnu/packages/mpd.scm (sonata)[source]: Download using git-fetch.
* gnu: sbcl-md5: Don't use unstable tarball.Efraim Flashner2020-06-23
| | | | * gnu/packages/lisp-xyz.scm (sbcl-md5)[source]: Download using git-fetch.
* gnu: nototools: Don't use unstable tarball.Efraim Flashner2020-06-23
| | | | | * gnu/packages/fontutils.scm (nototools)[source]: Download using git-fetch.
* gnu: fntsample: Don't use unstable tarball.Efraim Flashner2020-06-23
| | | | | * gnu/packages/fontutils.scm (fntsample)[source]: Download using git-fetch.
* gnu: miniasm: Make sure all phases return #t.Efraim Flashner2020-06-23
| | | | | * gnu/packages/bioinformatics.scm (miniasm)[arguments]: Make custom 'install phase return #t.
* gnu: miniasm: Don't use unstable tarball.Efraim Flashner2020-06-23
| | | | | * gnu/packages/bioinformatics.scm (miniasm)[source]: Download using git-fetch.
* gnu: stumpwm-contrib: Add a source file-name.Efraim Flashner2020-06-23
| | | | * gnu/packages/wm.scm (stumpwm-contrib)[source]: Add file-name field.
* gnu: libfreenect: Add a source file-name.Efraim Flashner2020-06-23
| | | | * gnu/packages/openkinect.scm (libfreenect)[source]: Add file-name field.
* gnu: xaos: Add a source file-name.Efraim Flashner2020-06-23
| | | | * gnu/packages/maths.scm (xaos)[source]: Add file-name field.
* gnu: java-picocli: Use a source file-name.Efraim Flashner2020-06-23
| | | | * gnu/packages/java.scm (java-picocli)[source]: Add a file-name field.
* gnu: Add go-github-com-emersion-go-imap-idle.Martin Becze2020-06-23
| | | | | | | * gnu/packages/golang.scm (go-github-com-emersion-go-imap-idle): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add go-github-com-emersion-go-sasl.Martin Becze2020-06-23
| | | | | | * gnu/packages/golang.scm (go-github-com-emersion-go-sasl): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add go-github-com-emersion-go-imap.Martin Becze2020-06-23
| | | | | | | * gnu/packages/golang.scm (go-github-com-emersion-go-imap): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add go-github-com-ddevault-go-libvterm.Martin Becze2020-06-23
| | | | | | | * gnu/packages/golang.scm (go-github-com-ddevault-go-libvterm): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add go-github-com-danwakefield-fnmatch.Martin Becze2020-06-23
| | | | | | | * gnu/packages/golang.scm (go-github-com-danwakefield-fnmatch): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add r-kmer.Ricardo Wurmus2020-06-23
| | | | | | * gnu/packages/cran.scm (r-kmer): New variable. Co-authored-by: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
* gnu: Add r-phylogram.Ricardo Wurmus2020-06-23
| | | | | | * gnu/packages/cran.scm (r-phylogram): New variable. Co-authored-by: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
* gnu: Add r-fourcseq.Ricardo Wurmus2020-06-23
| | | | | | * gnu/packages/cran.scm (r-fourcseq): New variable. Co-authored-by: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
* gnu: Add r-lsd.Ricardo Wurmus2020-06-23
| | | | | | * gnu/packages/cran.scm (r-lsd): New variable. Co-authored-by: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
* gnu: cuirass: Update to 0.0.1-34.10b16e.Mathieu Othacehe2020-06-23
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-34.10b16e.
* system: image: Remove fakeroot dependencies.Mathieu Othacehe2020-06-23
| | | | | | | | Since c29bb909d241e7215e574e93d9799e701cbc6ddb, fakeroot "sed" and "coreutils" dependencies are now explicit. * gnu/system/image.scm (system-disk-image): Remove "sed" and "coreutils" from inputs.
* gnu: fakeroot: Do not assume "sed" and "cut" to be available.Mathieu Othacehe2020-06-23
| | | | | | * gnu/packages/linux.scm (fakeroot)[inputs]: Add "sed" and "coreutils", [arguments]: substitute "sed" and "cut" by their absolute path in fakeroot script. Rename the associated phase from patch-getopt to patch-script.
* gnu: linux-libre: Update to 5.4.48.Mark H Weaver2020-06-22
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.48. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@5.7: Update to 5.7.5.Mark H Weaver2020-06-22
| | | | | * gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.5. (linux-libre-5.7-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.129.Mark H Weaver2020-06-22
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.129. (linux-libre-4.19-pristine-source): Update hash.
* gnu: sequoia: Update to 0.17.0.Jakub Kądziołka2020-06-23
| | | | | | * gnu/packages/sequoia.scm (sequoia): Update to 0.17.0. [cargo-inputs]: Add rust-structopt-0.3. [phases](unpin-deps): New phase.
* gnu: liferea: Update to 1.12.8.Vinicius Monego2020-06-22
| | | | | | * gnu/packages/syndication.scm (liferea): Update to 1.12.8. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: mlt: Build with the latest ffmpeg.Marius Bakke2020-06-22
| | | | * gnu/packages/video.scm (mlt)[inputs]: Change from FFMPEG-3.4 to FFMPEG.
* gnu: mlt: Update to 6.20.0.Vinicius Monego2020-06-22
| | | | | | * gnu/packages/video.scm (mlt): Update to 6.20.0. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: darktable: Update to 3.0.2.Vinicius Monego2020-06-22
| | | | | | | | | | | | * gnu/packages/photo.scm (darktable): Update to 3.0.2. [arguments]: Compile with clang. Wrap GSETTINGS_SCHEMAS_DIR. [license]: Add license information for Rawspeed. [native-inputs]: Add clang, desktop-file-utils, glib, gobject-instrospection, llvm, and po4a. Reorder alphabetically. [inputs]: Add colord-gtk, cups, graphicsmagick, gsettings-desktop-schemas, iso-codes, libsecret, lua, openjpeg, and osm-gps-map. Reorder alphabetically. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: jamvm: Fix to work with current gcc and glibc.Simon South2020-06-22
| | | | | | | | | * gnu/packages/java.scm (jamvm)[source]: Add patch. (jamvm-1-bootstrap)[native-inputs]: Remove. * gnu/packages/patches/jamvm-2.0.0-disable-branch-patching.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: template-glib: Update to 3.34.0.Giacomo Leidi2020-06-22
| | | | | | * gnu/packages/glib.scm (template-glib): Update to 3.34.0. Signed-off-by: Marius Bakke <marius@gnu.org>