| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* emacs/guix-main.scm (package-unique?): Use 'match' instead of 'cdr'.
(package-by-address): Likewise.
|
|
|
|
|
| |
* guix/scripts/package.scm: Export 'build-and-use-profile'.
* emacs/guix-main.scm (process-package-actions): Use it.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to
16.0.0.
[arguments]: Remove field.
|
|
|
|
|
|
|
| |
These packages should be udpated together.
* gnu/packages/python.scm (python-cryptography): Update to 1.3.1.
(python-cryptogprahy-vectors): Update to 1.3.1.
|
|
|
|
| |
* gnu/packages/python.scm (python-pytest, python2-pytest): Update to 2.7.3.
|
|
|
|
| |
* gnu/packages/wm.scm (13-wm): Update to 4.12.
|
|
|
|
|
| |
* gnu/packages/maths.scm (pspp): Deleted.
* gnu/packages/statistics.scm (pspp): New variable.
|
|
|
|
| |
* gnu/packages/irc.scm (irssi): Update to 0.8.19.
|
|
|
|
|
|
|
|
| |
* gnu/packages/web.scm (libpsl): Update to 0.13.0.
[arguments]: Remove bootstrap phase.
[inputs]: Add python-2.
[native-inputs]: Remove autoconf, automake, gettext, which, libtool,
pkg-config.
|
|
|
|
| |
* gnu/packages/telephony.scm (libsrtp): Update to 1.5.4.
|
|
|
|
|
|
| |
* gnu/packages/check.scm (check)[home-page]: Update to new location.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
|
|
| |
* gnu/packages/emacs.scm (magit): Update to 2.6.0.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/video.scm (ffmpeg): Update to 3.0.0.
[inputs]: Remove libquvi.
[arguments]: Remove '--enable-libquvi" configure flag, rename mipsdspri1
flag to mipsdsp.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* Makefile.am (EXTRA_DIST): Add 'build-aux/test-driver.scm'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before that '.log' files for scheme tests were fragmented and not
included in test-suite.log. This unifies the semantics of SRFI-64 API
with Automake test suite.
* build-aux/test-driver.scm: New file.
* Makefile.am (SCM_LOG_DRIVER, AM_SCM_LOG_DRIVER_FLAGS): New variables.
(SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): Delete variables.
(AM_TESTS_ENVIRONMENT): Set GUILE_AUTO_COMPILE to 0.
* test-env.in: Silence guix-daemon.
* doc/guix.texi (Running the Test Suite): Describe how to display the
detailed results. Bug reports require only 'test-suite.log' file.
* tests/base32.scm, tests/build-utils.scm, tests/builders.scm,
tests/challenge.scm, tests/cpan.scm, tests/cpio.scm, tests/cran.scm,
tests/cve.scm, tests/derivations.scm, tests/elpa.scm,
tests/file-systems.scm, tests/gem.scm, tests/gexp.scm,
tests/gnu-maintenance.scm, tests/grafts.scm, tests/graph.scm,
tests/gremlin.scm, tests/hackage.scm, tests/hash.scm,
tests/import-utils.scm, tests/lint.scm, tests/monads.scm, tests/nar.scm,
tests/packages.scm, tests/pk-crypto.scm, tests/pki.scm,
tests/profiles.scm, tests/publish.scm, tests/pypi.scm,
tests/records.scm, tests/scripts-build.scm, tests/scripts.scm,
tests/services.scm, tests/sets.scm, tests/size.scm, tests/snix.scm,
tests/store.scm, tests/substitute.scm, tests/syscalls.scm,
tests/system.scm, tests/ui.scm, tests/union.scm, tests/upstream.scm,
tests/utils.scm: Don't exit at the end of test groups.
* tests/containers.scm: Likewise. Use 'test-skip' instead of exiting
with error code 77.
|
|
|
|
|
|
|
|
| |
This is a follow-up to commit 1ef09c0c75c61fd70a84667a845a652995b38a94.
* gnu/packages/openstack.scm (python-pbr, python2-pbr): Move from here ...
* gnu/packages/python.scm: ... to here.
(python-pbr, python2-pbr): Delete duplicate packages.
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-lockfile): Update to 0.12.2.
[native-inputs]: Add python-pbr.
(python2-lockfile): Update to 0.12.2.
[native-inputs]: Add python2-setuptools, python2-pbr.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-lockfile): Use 'python2-variant'.
[properties]: New field.
(python2-lockfile): Use 'strip-python2-variant'.
|
|
|
|
| |
* gnu/packages/python.scm (python-pbr, python2-pbr): New variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-pandas, python2-pandas): Update to 0.18.0.
[arguments]: Enable tests.
|
|
|
|
| |
* gnu/packages/maths.scm (pspp): Update to 0.10.1.
|
|
|
|
|
|
| |
* gnu/packages/iso-codes.scm (iso-codes): Update to 3.67.
[inputs]: Replace python-2 with python-wrapper.
[home-page]: Use https.
|
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/23066>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.
* gnu/packages/bittorrent.scm (transmission)[arguments]: In 'move-gui',
move 'share/applications' to the 'gui' output.
|
|
|
|
|
|
| |
* guix/graph.scm (%colors): New variable.
(pop-color): New procedure.
(emit-edge): Use it.
|
|
|
|
|
|
|
| |
* gnu/packages/mc.scm (mc): Update to 4.8.16.
[source]: Remove patch.
* gnu/packages/patches/mc-fix-ncurses-build.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
|
|
|
|
|
| |
* gnu/packages/gnucash.scm (gnucash): Update to 2.6.12.
[home-page]: Update to new homepage.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-2.1): Update to 2.1.10.
|
|
|
|
| |
* gnu/packages/maths.scm (glpk): Update to 4.60.
|
|
|
|
|
|
| |
* gnu/packages/patches/wicd-wpa2-ttls.patch: New file.
* gnu/packages/wicd.scm (wicd)[source]: Add it.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
|
|
|
|
|
| |
* gnu/packages/wicd.scm (wicd): Update to 1.7.4.
[source]: Remove 'wicd-template-instantiation.patch'.
* gnu/packages/patches/wicd-template-instantiation.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
|
|
|
|
| |
* gnu/packages/databases.scm (postgresql): Update to 9.5.2.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-ztable): New variable.
|
|
|
|
|
|
| |
* gnu/packages/web.scm: (jq): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/textutils.scm (oniguruma): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/fontutils.scm (fontforge)[source](snippet): Modify
tottf.c.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/miscfiles.scm: Remove file.
* gnu-sytem.am: Remove it.
* gnu/packages/gnu-doc.scm (miscfiles): Move here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/gnu-doc.scm: New file.
* gnu-system.am: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
Reported by Jan Nieuwenhuizen <janneke@gnu.org>.
* guix/build/cvs.scm (cvs-fetch): Use -z0.
|
|
|
|
|
|
|
| |
* guix/build/cvs.scm (cvs-fetch): Use 'copy-recursively' instead of
'rename-file'.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/fonts.scm (font-gnu-freefont-ttf): Update to 20120503.
[arguments]: Build from source.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* guix/profiles.scm: Use 'package-name->name+version' from (guix build
utils). Fixes 'find-among-store-items' in 'gtk-icon-themes'.
|
|
|
|
| |
* gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.30.
|
|
|
|
|
|
| |
* guix/build/ant-build-system.scm (default-build.xml): Generate default
manifest.
(strip-jar-timestamps): Repack jar archive with zip.
|
|
|
|
|
| |
* guix/build-system/ant.scm (default-zip): New variable.
(lower): Add zip to native inputs.
|
|
|
|
| |
* guix/build-system/r.scm (r-build): Support the "substitutable?" flag.
|
|
|
|
|
|
| |
* gnu/packages/admin.scm (nmap): New variable.
Co-authored-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* guix/licenses.scm (nmap): New variable.
|
|
|
|
|
|
|
|
| |
* guix/import/hackage.scm (guix-package->hackage-name, hackage-package?)
(latest-release): New procedures.
(%hackage-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add it.
* doc/guix.texi (Invoking guix refresh): Mention it.
|
|
|
|
|
| |
* guix/import/hackage.scm (hackage-fetch): Use http-fetch to avoid
progress output from url-fetch.
|
|
|
|
|
|
| |
* guix/import/hackage.scm (hackage-source-url, hackage-cabal-url): New
procedures.
(hackage-fetch, hackage-module->sexp): Use them.
|