| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
* gnu/packages/django.scm (python-django, python2-django): Update to 1.10.3.
[source]: Remove patch.
* gnu/packages/patches/python-django-fix-testcase.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
|
|
| |
* gnu/packages/search.scm (xapian): Update to 1.4.1.
|
|
|
|
|
|
|
| |
* gnu/package/haskell.scm (ghc-data-accessor)[source]: Specify hackage
mirror.
(ghc-data-accessor-transformers)[source]: Same.
(ghc-gnuplot)[source]: Same.
|
|
|
|
| |
* guix/download.scm (%mirrors)[hackage]: Don't use https.
|
|
|
|
| |
* gnu/packages/speech.scm (speech-dispatcher): New variable.
|
|
|
|
|
|
| |
This is a follow-up to 59b2034787909cf7efa4e8d672a815b466d7d09d.
* guix/licenses.scm (define-module): Export fdl1.2+.
|
|
|
|
| |
* gnu/packages/textutils.scm (dotconf): New variable.
|
|
|
|
| |
* gnu/packages/engineering.scm (librecad): Update to 2.1.3.
|
|
|
|
| |
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-3.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-gnuplot): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-utility-ht): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-data-access-transformers): New variable.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-data-accessor): New variable.
|
|
|
|
| |
* guix/download.scm [%mirrors]: Add Hackage mirrors.
|
|
|
|
| |
* gnu/packages/emacs.scm (geiser-next): Re-introduce it.
|
|
|
|
| |
* gnu/packages/chez.scm (chez-scmutils): New variable.
|
|
|
|
| |
* gnu/packages/chez.scm (chez-mit): New variable.
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (haskell-mode): Update to 16.1.
[inputs]: Add 'emacs-el-search' and 'emacs-stream'.
[propagated-inputs]: Add 'emacs-dash'.
[arguments]: Add modules. Adapt 'pre-build' and 'install' phases.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-el-search): New variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-stream): New varaible.
|
|
|
|
| |
* gnu/packages/benchmark.scm (fio): Update to 2.15.
|
|
|
|
| |
* gnu/packages/security-token.scm (ccid): New variable.
|
|
|
|
| |
* gnu/packages/embedded.scm (openocd)[license]: Change to gpl2+.
|
|
|
|
|
|
| |
* gnu/packages/patches/libtiff-CVE-2016-5652.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff-fixed)[source]: Use it.
|
|
|
|
|
|
|
|
|
| |
Suggested by Chris Marusich <cmmarusich@gmail.com> at
<https://lists.gnu.org/archive/html/guix-devel/2016-10/msg00425.html>.
* gnu/packages/package-management.scm (guix-0.11.0)[native-inputs]: Add
Autoconf, Automake, Gettext, Texinfo, Graphviz, and Help2man.
(guix-devel)[native-inputs]: Remove.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.11.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/system.scm (<boot-parameters>)[store-device, store-mount-point]:
New fields.
(read-boot-parameters): Initialize them.
(operating-system-grub.cfg): Likewise. Remove STORE-FS argument from
call to 'grub-configuration-file'.
(operating-system-parameters-file): Add 'store' element in
'boot-parameters'.
* gnu/system/grub.scm (strip-mount-point): Replace 'store-fs' parameter
by 'mount-point'; adjust accordingly. Adjust callers.
(<menu-entry>)[device, device-mount-point]: New fields.
(eye-candy): Replace 'root-fs' parameter by 'store-device'; add
'store-mount-point'. Use keyword arguments for 'system' and 'port'.
(grub-root-search): Remove 'root-fs' by 'device' and adjust
accordingly.
(grub-configuration-file): Remove 'store-fs' parameter. Adjust
accordingly.
* guix/scripts/system.scm (previous-grub-entries): Initialize 'device'
and 'device-mount-point' fields from PARAMS.
* doc/guix.texi (GRUB Configuration): Document 'device' and
'device-mount-point'. Explain that 'linux' can be prefixed by a GRUB
device name.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/networking.scm (nethogs): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
| |
* gnu/packages/libusb.scm (python-pyusb)[arguments]: Use srfi-1 to make
the "fix-libusb-reference" phase clearer.
|
|
|
|
| |
* gnu/packages/python.scm (python-waf)[source]: Use https.
|
|
|
|
| |
* gnu/packages/samba.scm (samba): Update to 4.5.1.
|
|
|
|
|
| |
* guix/profiles.scm (manifest-lookup-package): Rename variables; use
"string=?" instead of "equal?".
|
|
|
|
| |
* gnu/packages/version-control.scm (git): Update to 2.10.2.
|
|
|
|
|
|
|
|
| |
The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the build of python-nltk to fail.
* gnu/packages/python.scm (python-nltk, python2-nltk)[arguments]:
Disable the tests.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-pyquery,
python2-pyquery)[native-inputs]: Add python-webob and python-webtest.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-pika, python2-pika)[native-inputs]: Add
python-pyev, python-tornado.
|
|
|
|
| |
* gnu/packages/python.scm (python-pyev, python2-pyev): New variables.
|
|
|
|
|
|
|
|
| |
The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the build of python-prompt-toolkit to fail.
* gnu/packages/python.scm (python-prompt-toolkit,
python2-prompt-toolkit)[arguments]: Disable the tests.
|
|
|
|
|
|
|
|
| |
The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the build of python-publicsuffix2 to fail.
* gnu/packages/python.scm (python-publicsuffix2, python2-publicsuffix2)
[arguments]: Disable the tests.
|
|
|
|
| |
* gnu/packages/music.scm (python-pyechonest): Remove variable.
|
|
|
|
|
|
| |
* gnu/packages/embedded.scm (openocd): New variable.
* gnu/packages/patches/openocd-nrf52.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patch.
|
|
|
|
| |
* gnu/packages/embedded.scm (jimtcl): New variable.
|
|
|
|
| |
* gnu/packages/embedded.scm (libjaylink): New variable.
|
|
|
|
| |
* gnu/packages/libusb.scm (hidapi): New variable.
|
|
|
|
| |
* gnu/packages/embedded.scm (gdb-arm-none-eabi): New variable.
|
|
|
|
|
| |
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add gtk+.
[arguments]: Use --enable-default-toolkit=cairo-gtk3.
|
|
|
|
| |
* doc/guix.text: Add it.
|
|
|
|
| |
* gnu/packages/sdcc.scm (arguments)[configure-flags]: Add --enable-ucsim.
|
|
|
|
| |
* gnu/packages/dns.scm (yadifa): New variable.
|