| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/graphics.scm (openimageio)[source]: Download the source
from a git repository.
|
|
|
|
|
|
| |
* gnu/packages/pdf.scm (podofo): Update to 0.9.6.
[native-inputs]: Add cppunit, pkg-config.
[inputs]: Replace libjpeg@8 with libjpeg. Order alphabetically.
|
|
|
|
| |
* gnu/packages/gimp.scm (gimp)[inputs]: Replace libjpeg@8 with libjpeg.
|
|
|
|
| |
* gnu/packages/gimp.scm (gegl)[inputs]: Replace libjpeg@8 with libjpeg.
|
|
|
|
|
| |
* gnu/packages/rust.scm (rust@1.25)[arguments]: Replace inherited custom
'patch-aarch64-test phase. Make sure all phases return #t.
|
|
|
|
| |
* gnu/packages/rust.scm (rust@1.19): Don't make it a public variable.
|
|
|
|
| |
* gnu/packages/databases.scm (postgresql@9.6): Update to 9.6.9.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs)[inputs]: Replace libjpeg@8 with
libjpeg.
|
|
|
|
| |
* gnu/packages/tor.scm (tor): Update to 0.3.3.9.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-xenon): Update to 0.5.4.
[arguments]: Remove part of custom 'patch-test-requirements phase.
|
|
|
|
|
|
| |
* gnu/packages/debian.scm (debootstrap): Update to 1.0.106.
[source]: Download from git repository.
[home-page]: Update to new home-page.
|
|
|
|
| |
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.3.
|
|
|
|
| |
* gnu/packages/python.scm (python-h5py): Update to 2.8.0.
|
|
|
|
| |
* gnu/services/virtualization.scm (virtlog-configuration): Export.
|
|
|
|
|
| |
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.6.
(%linux-libre-hash): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.55.
(%linux-libre-4.14-hash): Update hash.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.112.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.140.
|
|
|
|
| |
* gnu/packages/chemistry.scm (inchi): New variable.
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/32126>.
* guix/utils.scm (call-with-temporary-directory): Use DELETE-FILE-RECURSIVELY
instead of RMDIR.
|
|
|
|
|
| |
* tests/gexp.scm ("gexp->script #:module-path",
"program-file #:module-path"): Use run-with-store.
|
|
|
|
|
| |
* gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Disable running
gtk-update-icon-cache after installation.
|
|
|
|
| |
* gnu/packages/mes.scm (mes): Update to 0.16.1.
|
|
|
|
| |
* gnu/packages/java.scm (antlr3)[arguments]: Fix 'generate-grammar' phase.
|
|
|
|
|
|
| |
* gnu/packages/upnp.scm (monero-miniupnpc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/networking.scm (cppzmq): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* guix/scripts/pull.scm (display-profile-news): New procedure.
(build-and-install): Call it.
(display-new/upgraded-packages): Add #:heading and honor it.
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/scripts/pull.scm (display-profile-content): Call
'display-generation'.
(display-new/upgraded-packages, display-profile-content-diff): New
procedures.
(process-query)[list-generation]: Remove.
[list-generations]: New procedure.
Adjust accordingly.
* doc/guix.texi (Invoking guix pull): Update example of '-l'.
|
|
|
|
|
|
|
|
|
| |
* guix/inferior.scm, guix/scripts/repl.scm, tests/inferior.scm: New
files.
* Makefile.am (MODULES): Add 'guix/scripts/repl.scm' and
'guix/inferior.scm'.
(SCM_TESTS): Add 'tests/inferior.scm'.
* doc/guix.texi (Invoking guix repl): New node.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reported by Roel Janssen <roel@gnu.org>
at <https://lists.gnu.org/archive/html/guix-devel/2018-07/msg00036.html>.
* guix/profiles.scm (switch-to-generation): Use (basename generation) as
the symlink target.
* guix/scripts/package.scm (build-and-use-profile): Likewise,
use (basename name) as the symlink target.
* tests/guix-package.sh: Adjust --roll-back test accordingly. Add
explicitly test with '-p foo/prof'.
|
|
|
|
| |
* gnu/packages/dns.scm (ddclient): New variable.
|
|
|
|
|
|
| |
* guix/git.scm (update-cached-checkout): Call 'url-cache-directory' in
'cache-directory' key argument.
(latest-repository-commit): Call 'url-cache-directory'.
|
|
|
|
|
| |
* guix/import/cabal.scm (cabal-custom-setuo-name): Rename to...
(cabal-custom-setup-name): ...this.
|
|
|
|
|
|
| |
* gnu/packages/dns.scm (bind): Update to 9.12.2.
* gnu/packages/patches/bind-CVE-2018-5738.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
|
|
| |
* gnu/packages/libreoffice.scm (dicollecte-french-dictionary): Update to 6.2.
|
|
|
|
|
| |
* etc/snippets/text-mode/guix-commit-message-use-https-home-page: New file.
* doc/contributing.texi (The Perfect Setup): Document new snippet.
|
|
|
|
|
| |
* etc/snippets/scheme-mode/guix-package: Add android-ndk-build-system and
scons-build-system as possibilities for the build-system field.
|
|
|
|
|
|
| |
* gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.0.
(curl-7.60.0): Replace with ...
(curl-7.61.0): ... new variable.
|
|\ |
|
| |
| |
| |
| |
| | |
* gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Add phase to prevent
post-install script from running.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.2-0.c4c878d.
[source]: Use GIT-FETCH.
[arguments]: Add 'prevent-configure' phase.
[native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/patches/xf86-video-savage-xorg-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/xorg.scm (xf86-video-savage)[source](patches): Use it.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/patches/xf86-video-sis-xorg-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/xorg.scm (xf86-video-sis)[source](patches): Use it.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This follows up commit d5b5a15a4046362377f1a45d466b43bb6e93d4f which doesn't
work because %current-system etc expands before the actual build.
Fixes <https://bugs.gnu.org/31719>.
* guix/build-system/meson.scm (meson-build)[builder]: Compare against the
already existing "system" variable rather than (%current-system).
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/java.scm (icedtea-7)[arguments]: Return #t from custom
check phase.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* guix/build/java-utils.scm (ant-build-javadoc): Use invoke; return #t.
* guix/build/ant-build-system.scm (generate-jar-indices): Return #t and
remove vestigal plumbing.
* gnu/packages/java.scm (classpath-bootstrap, ant-bootstrap, classpath-devel)
(icedtea-6, icedtea-7, java-plexus-sec-dispatcher, ant/java8, clojure)
(java-classpathx-servletapi, java-swt, java-qdox-1.12, java-hamcrest-core)
(java-plexus-archiver, java-plexus-sec-dispatcher, java-modello-plugins-xml)
(java-asm, java-commons-collections, java-commons-bsf, java-slf4j-api)
(java-slf4j-api, java-slf4j-simple, java-stringtemplate-3)
(java-stringtemplate, antlr3, antlr3-3.3, antlr3-3.1, java-ops4j-base-lang)
(java-ops4j-pax-tinybundles, java-ops4j-pax-exam-core-spi)
(java-fasterxml-jackson-core, java-fasterxml-jackson-databind)
(java-fasterxml-jackson-modules-base-jaxb, java-ecj-3, java-ecj-3.5)
(java-fasterxml-jackson-dataformat-yaml, java-woodstox-core)
(java-fasterxml-jackson-dataformat-xml, java-testng, java-jnacl)
(java-bouncycastle, java-powermock-core, java-powermock-modules-junit4)
(java-jansi-native, java-jansi, java-commons-httpclient, java-commons-vfs)
(java-apache-ivy, java-janino, java-logback-core): Return #t from all phases
and snippets, use invoke where appropriate, and remove vestigial plumbing.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* guix/build/meson-build-system.scm (configure, build, check, install):
(fix-runpath): Use 'invoke' and return #t from all phases.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Remove
unnecessary build flags passed to the java command.
|