Age | Commit message (Collapse) | Author |
|
* gnu/packages/python.scm (python-twisted)[native-inputs]: Move
python-zope-interface ...
[propagated-inputs]: to here.
|
|
* gnu/local.mk: Modified file.
* gnu/packages/golang.scm: New file.
Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
Co-authored-by: Andy Wingo <wingo@igalia.com>
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/bioinformatics.scm (khmer): New variable.
* gnu/packages/patches/khmer-use-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/bioinformatics.scm (python-screed, python2-screed):
New variables.
|
|
* gnu/packages/qt.scm (qttools): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtlocation): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtwebchannel): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtserialport): Update to 5.6.1-1.
[inputs]: Add eudev.
|
|
* gnu/packages/qt.scm (qtwayland): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtmultimedia): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtsensors): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtwebsockets): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtconnectivity): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtdeclarative): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtxmlpatterns): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtx11extras): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtimageformats): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtsvg): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtbase): Update to 5.6.1-1.
|
|
* gnu/packages/qt.scm (qtbase)[inputs]: Add eudev, libinput.
|
|
* gnu/packages/qt.scm (qtbase)[propagated-inputs]: Move mesa ...
[inputs]: ... to here.
(qtsvg)[propagated-inputs]: No need to clear propagated-inputs.
|
|
Partly fixes <http://bugs.gnu.org/22459>.
Reported by Jeff Mickey <j@codemac.net> and David Craven <david@craven.ch>.
* nix/libstore/globals.cc (Settings::processEnvironment()): Change
'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'.
* nix/local.mk (libstore_a_CPPFLAGS): Likewise.
* guix/config.scm.in (%config-directory): Likewise.
* build-aux/test-env.in: Likewise.
* gnu/packages/patches/hydra-automake-1.15.patch: Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Suggested by Danny Milosavljevic.
* doc/guix.texi (Scheduled Job Execution): Add unprivileged job example,
and show the use of thunks as job actions and gexps.
|
|
|
|
Reported by myglc2 <myglc2@gmail.com>.
* doc/guix.texi (Build Environment Setup): Mention the "kvm" group.
(Invoking guix system): Use "@quotation Note" for the note about KVM;
make it clear that KVM is optional.
|
|
* gnu/packages/games.scm (starfighter): New variable.
|
|
* gnu/packages/video.scm (mpv): Update to 0.18.0.
[arguments]: Remove disabled '--enable-gpl3' configure flag.
|
|
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.0.0.
|
|
* gnu/packages/linux.scm (linux-libre): Update to 4.6.3.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.14.
|
|
* gnu/packages/crypto.scm (opendht): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/serialization.scm (msgpack): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/python.scm (python-orator, python2-orator): New variables.
|
|
* gnu/packages/python.scm (python-flexmock, python2-flexmock): New variables.
|
|
* gnu/packages/python.scm (python-pyaml, python2-pyaml): New variables.
|
|
* guix/import/pypi.scm (read-wheel-metadata): do not crash when 'run_requires'
is missing from the metadata.
|
|
* gnu/packages/python.scm (python-fake-factory, python2-fake-factory):
New variables.
|
|
* gnu/packages/python.scm (python-ukpostcodeparser)
(python2-ukpostcodeparser): New variables.
|
|
* gnu/packages/python.scm (python-email-validator)
(python2-email-validator): New variables.
|
|
* gnu/packages/python.scm (python-dnspython, python2-dnspython):
New variables.
|
|
* gnu/packages/python.scm (python-lazy-object-proxy)
(python2-lazy-object-proxy): New variables.
|
|
* gnu/packages/python.scm (python-cleo, python2-cleo): New variables.
|
|
* gnu/packages/python.scm (python-pylev, python2-pylev): New variables.
|
|
* gnu/packages/python.scm (python-inflection, python2-inflection):
New variables.
|
|
* gnu/packages/python.scm (python-arrow, python2-arrow): New variables.
|
|
* gnu/packages/python.scm (python-chai, python2-chai): New variables.
|
|
* guix/build-system/python.scm (pypi-uri): Use https://pypi.io.
* gnu/packages/python.scm (python-twisted)[uri]: Remove https://pypi.io.
|
|
Fixes <http://bugs.gnu.org/23836>.
Fixes a regression introduced in f10dcbf1a92c147a2fedba6f774afa6a7013fcdf.
Reported by myglc2 <myglc2@gmail.com>.
* guix/utils.scm (cache-directory): Always append "/guix".
|
|
Reported by myglc2 <myglc2@gmail.com>
at <http://bugs.gnu.org/23836>.
* tests/containers.scm (skip-if-unsupported): New procedure.
Call it before each test.
|
|
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.27.
|