Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-xyz.scm (python-itsdangerous): Update to 1.1.0.
[source]: Use pypi uri.
[home-page]: Update to new home-page.
|
|
* gnu/packages/python-xyz.scm (python-entrypoints): Update to 0.3.
[source]: Use pypi uri.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.5.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.18.
(%linux-libre-4.19-hash): Update hash.
|
|
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.96.
(%linux-libre-4.14-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.153.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.172.
|
|
* gnu/packages/audio.scm (supercollider): Update to 3.10.1.
|
|
* gnu/packages/crypto.scm (stoken): New variable.
|
|
* gnu/packages/python-crypto.scm (python-keyring)[arguments]: Enable
tests.
[native-inputs]: Add python-pytest, python-pytest-runner.
|
|
* gnu/packages/guile.scm (guile-for-guile-emacs)[arguments]: Remove build
phases "autogen" and "patch-/bin/sh".
|
|
* gnu/packages/debug.scm (stress-make)[arguments]: Use INVOKE.
|
|
* gnu/packages/debug.scm (american-fuzzy-lop)[arguments]: Use INVOKE and
unconditionally return #T from build phases.
|
|
* gnu/packages/guile.scm (guile-ncurses)[arguments]: Use INVOKE.
|
|
* gnu/packages/games.scm (crawl)[arguments]: Use INVOKE in "check" phase.
|
|
* gnu/packages/games.scm (fillets-ng)[arguments]: Use INVOKE in "install-data"
phase.
|
|
* gnu/packages/games.scm (kiki)[arguments]: Use INVOKE.
|
|
* gnu/packages/games.scm (openttd-engine)[arguments]: Use INVOKE in configure
phase.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.11.0.
|
|
* gnu/packages/games.scm (stepmania)[arguments]: Add a configure-flag on
non-Intel machines to disable SSE2 optimizations.
|
|
* gnu/packages/maths.scm: (maxima): Patch hardcoded paths.
[arguments]: Add the phase 'patch-paths' to replace references to sed,
dirname, and head with direct references to the store.
[inputs]: Add sed.
|
|
* gnu/packages/games.scm (xboing)[arguments]: Use INVOKE in build phases. Do
not replace "install" phase; add new "install-man-pages" phase instead.
|
|
* gnu/packages/games.scm (cmatrix)[arguments]: Use INVOKE.
|
|
* gnu/packages/games.scm (cowsay)[arguments]: Use INVOKE in build phases.
|
|
* gnu/packages/django.scm (python-django)[arguments]: Use INVOKE.
|
|
* gnu/packages/dictionaries.scm (ding)[arguments]: Use INVOKE.
|
|
* gnu/packages/datastructures.scm (uthash)[arguments]: Use INVOKE.
|
|
* gnu/packages/datastructures.scm (uthash)[source]: Fetch source code via git.
|
|
* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Use INVOKE in
"configure" phase.
|
|
* gnu/packages/kde.scm (libksysguard)[arguments]: Use INVOKE in "check" phase.
|
|
* gnu/packages/kde-frameworks.scm (kdelibs4support)[arguments]: Use INVOKE in
"check" phase.
|
|
* gnu/packages/kde-frameworks.scm (baloo)[arguments]: Use INVOKE in "check"
phase.
|
|
* gnu/packages/kde-frameworks.scm (knotifications)[arguments]: Use INVOKE in
"check" phase.
|
|
* gnu/packages/kde-frameworks.scm (kauth)[arguments]: Use INVOKE in "check"
phase.
|
|
* gnu/packages/kde-frameworks.scm (solid)[arguments]: Use INVOKE in "check"
phase.
|
|
* gnu/packages/kde-frameworks.scm (networkmanager-qt)[arguments]: Use INVOKE
in "check" phase.
|
|
* gnu/packages/kde-frameworks.scm (modemmanager-qt)[arguments]: Use INVOKE in
"check" phase.
|
|
* gnu/packages/kde-frameworks.scm (kdbusaddons)[arguments]: Use INVOKE in
check phase.
|
|
* gnu/packages/kde-frameworks.scm (kcoreaddons)[arguments]: Disable
benchNotifyWatcher test because it installs too many inotify watches and fails
with ENOSPC.
|
|
* gnu/packages/golang.scm (go-1.11): Update to 1.11.5.
[arguments]: Add a 'tarbomb-workaround' phase and adapt the 'chdir' phase for
the tarbomb.
|
|
* gnu/packages/music.scm (musescore): Update to 3.0.1.
|
|
* gnu/packages/package-management.scm (guix-devel): Remove.
|
|
* gnu/packages/bioinformatics.scm (pepr)[source]: Use PYPI-URI.
|
|
* gnu/packages/bioinformatics.scm (python2-warpedlmm)[source]: Use PYPI-URI.
|
|
* gnu/packages/backup.scm (attic)[source]: Use PYPI-URI.
|
|
* gnu/packages/admin.scm (graphios)[source]: Use PYPI-URI.
|
|
* gnu/packages/databases.scm (python-sqlalchemy)[source]: Use PYPI-URI.
|
|
* gnu/packages/audio.scm (python-pyaudio)[source]: Use PYPI-URI.
|
|
* gnu/packages/scheme.scm (femtolisp)[arguments]: Remove "bootstrap" phase;
use INVOKE and return #T unconditionally.
|
|
Add a patch to skip more tests that require the network. Along with some other
changes, this gets all but of one of the tests passing.
The remaining test is broken due to a problem with the Python package in Guix,
which is fixed by [1] which is currently on the core-updates branch. This
patch doesn't work on core-updates due to python2-miniboa not being present.
1: d453b0e11d3f001a8160a7d126fdbf40e45d5042
* gnu/packages/python.scm (linkchecker)[source]: Add patch.
[native-inputs]: Add more inputs required for the tests.
[arguments]: Enable the tests, move the 'check phase after 'install. Test
using the installed software, and use py.test.
|