aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
Commit message (Collapse)AuthorAge
* gnu: guix: Update to 7ba2b27.Ludovic Courtès2018-12-27
| | | | * gnu/packages/package-management.scm (guix): Update to 7ba2b27.
* gnu: guix: Update to 6f1e0bb.Ludovic Courtès2018-12-24
| | | | * gnu/packages/package-management.scm (guix): Update to 6f1e0bb.
* gnu: guix: Update to bdf860c.Ludovic Courtès2018-12-22
| | | | * gnu/packages/package-management.scm (guix): Update to bdf860c.
* gnu: flatpak: Fix indentation.Rutger Helling2018-12-20
| | | | * gnu/packages/package-management.scm (flatpak): Fix indentation.
* gnu: Add flatpak.Rutger Helling2018-12-20
| | | | * gnu/packages/package-management.scm (flatpak): New variable.
* gnu: guix: Update to 5de5f81.Ludovic Courtès2018-12-19
| | | | * gnu/packages/package-management.scm (guix): Update to 5de5f81.
* gnu: libostree: Update to 2018.9.1.Rutger Helling2018-12-18
| | | | * gnu/packages/package-management.scm (libostree): Update to 2018.9.1.
* gnu: guix: Update to 60b0402.Ludovic Courtès2018-12-14
| | | | * gnu/packages/package-management.scm (guix): Update to 60b0402.
* gnu: guix: Update to 6ddc63e599a26c.Ricardo Wurmus2018-12-07
| | | | | | | | This fixes a problem introduced with commit 6eac835f178c0c78637b0db8a4585a617b2f7622. Reported on the #guix IRC channel by tune. * gnu/packages/package-management.scm (guix): Update to 6ddc63e599a26c.
* maint: update-guix-package: Really register GC roots.Ludovic Courtès2018-12-07
| | | | | | | | | Previously we'd pass a relative file name to 'add-indirect-root', which the daemon would interpret as relative to "/". Consequently, checkouts were not protected from GC. * build-aux/update-guix-package.scm (main): Pass an absolute file name to 'add-indirect-root'.
* gnu: guix-daemon: Add dependency on Guile-JSON.Ludovic Courtès2018-12-07
| | | | | | | | | Fixes a bug introduced in 6776af04d4b65c5a9a07784307a6abe395b6f480, where the configure phase of 'guix-daemon' would abort due to the lack of Guile-JSON. * gnu/packages/package-management.scm (guix-daemon)[inputs]: Add GUILE-JSON.
* gnu: guix: Update to c845323.Ludovic Courtès2018-12-05
|
* gnu: guix: Update to 0.16.0.Ludovic Courtès2018-12-05
|
* Merge branch 'core-updates'Ludovic Courtès2018-12-03
|\
| * Merge branch 'master' into core-updatesMarius Bakke2018-11-29
| |\
| * | gnu: diffoscope: Update to 106.Julien Lepiller2018-11-25
| | | | | | | | | | | | * gnu/packages/package-management.scm (diffoscope): Update to 106.
| * | gnu: diffoscope: Fix test failure.Julien Lepiller2018-11-25
| | | | | | | | | | | | | | | * gnu/packages/package-management.scm (diffoscope)[arguments]: Remove failing Berkeley DB test.
| * | Merge branch 'master' into core-updatesMarius Bakke2018-11-20
| |\ \
| * \ \ Merge branch 'master' into core-updatesMarius Bakke2018-11-14
| |\ \ \
| * \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-11-05
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-10-17
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-10-05
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-09-26
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-09-09
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'staging' into core-updatesRicardo Wurmus2018-08-13
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: guile: Update to 2.2.4.Ludovic Courtès2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-2.2): Update to 2.2.4. (guile-2.2.4): Remove. * gnu/packages/package-management.scm (guix)[inputs]: Switch to GUILE-2.2. * guix/self.scm (guile-for-build): Likewise.
* | | | | | | | | | | Make Guile-JSON a required dependency.Eric Bavier2018-12-02
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README (Requirements): Remove "optional" verbiage. * doc/guix.texi (Requirements): Move Guile-JSON from optional to required. * configure.ac (HAVE_GUILE_JSON): Remove Automake conditional. (have_guile_json): Error if not "yes". * Makefile.am (MODULE, SCM_TESTS)[HAVE_GUILE_JSON]: Add modules and tests unconditionally. * gnu/packages/package-mangement.scm (guix-minimal)[propagated-inputs]: Leave guile-json input.
* | | | | | | | | | gnu: guix-daemon: Adjust 'install' phase to latest update.Ludovic Courtès2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/33496>. Reported by Brett Gilio <brettg@posteo.net>. This is a followup to commit 254602cdf884379231793c4d793b25c9ebd6c806. * gnu/packages/package-management.scm (guix-daemon)[arguments]: In 'install' phase, remove use of "install-nodist_pkglibexecSCRIPTS" target.
* | | | | | | | | | gnu: guix: Update to 71a78ba.Ludovic Courtès2018-11-25
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (guix): Update to 71a78ba.
* | | | | | | | | gnu: diffoscope: Update to 105.Ludovic Courtès2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (diffoscope): Update to 105.
* | | | | | | | | gnu: guix-daemon: Install 'guix-authenticate'.Ludovic Courtès2018-11-14
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/33368>. Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/package-management.scm (guix-daemon)[arguments]: In 'install' phase, build "install-nodist_libexecSCRIPTS" target to install 'guix-authenticate'.
* | | | | | | | gnu: guix: Update to f5a2724.Ludovic Courtès2018-11-13
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (guix): Update to f5a2724.
* | | | | | | gnu: diffoscope: Update to 104.Ludovic Courtès2018-11-03
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (diffoscope): Update to 104.
* | | | | | gnu: Add guix-minimal.Eric Bavier2018-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-2.0.13): New variable. * gnu/packages/package-management.scm (guix)[arguments]: Adjust 'wrap-program' phase to handle "missing" inputs. (guix-minimal): New variable.
* | | | | | gnu: guile2.0-guix: Fix build.Eric Bavier2018-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (guile2.0-gcrypt): New variable. * gnu/packages/guile.scm (guile2.0-sqlite3): New variable. * gnu/packages/package-management.scm (guile2.0-guix)[propagated-inputs]: Use them.
* | | | | | gnu: guix: Update to f9a8fce.Ludovic Courtès2018-10-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (guix): Update to f9a8fce.
* | | | | | gnu: guix-daemon: Run 'guix' from /var/guix/profiles/per-user/root.Ludovic Courtès2018-10-11
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/32183>. Reported by Pjotr Prins <pjotr.public12@thebird.nl> and Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/package-management.scm (guix-daemon)[arguments]: Execute /var/guix/profiles/per-user/root/current-guix/bin/guix instead of ~root/….
* | | | | gnu: guix: Update to 1d0be47.Ludovic Courtès2018-10-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (guix): Update to 1d0be47.
* | | | | gnu: rpm: Update to 4.14.2.Tobias Geerinckx-Rice2018-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (rpm): Update to 4.14.2. [arguments]: Rename 'set-nspr-search-path' phase to 'set-nss-library-path' and remove CPATH work-around. Remove obsolete 'fix-rpm-symlinks' phase. [home-page]: Drop www.
* | | | | gnu: guix: Update to 7fed935.Ludovic Courtès2018-09-28
| |_|_|/ |/| | | | | | | | | | | * gnu/packages/package-management.scm (guix): Update to 7fed935.
* | | | gnu: diffoscope: Update to 102.Ludovic Courtès2018-09-25
| |_|/ |/| | | | | | | | * gnu/packages/package-management.scm (diffoscope): Update to 102.
* | | gnu: diffoscope: Update to 100.Ludovic Courtès2018-09-07
| | | | | | | | | | | | * gnu/packages/package-management.scm (diffoscope): Update to 100.
* | | gnu: guix-daemon: Add dependency on Guile-Gcrypt.Ludovic Courtès2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | This is a followup to 53166aec987957efba917c83f093817d6cf6e943, which made Guile-Gcrypt a hard dependency. * gnu/packages/package-management.scm (guix-daemon)[inputs]: Add GUILE-GCRYPT.
* | | gnu: guix: Update to 3d43017.Ludovic Courtès2018-09-05
| | | | | | | | | | | | * gnu/packages/package-management.scm (guix): Update to 3d43017.
* | | Switch to Guile-Gcrypt.Ludovic Courtès2018-09-04
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes (guix hash) and (guix pk-crypto), which now live as part of Guile-Gcrypt (version 0.1.0.) * guix/gcrypt.scm, guix/hash.scm, guix/pk-crypto.scm, tests/hash.scm, tests/pk-crypto.scm: Remove. * configure.ac: Test for Guile-Gcrypt. Remove LIBGCRYPT and LIBGCRYPT_LIBDIR assignments. * m4/guix.m4 (GUIX_ASSERT_LIBGCRYPT_USABLE): Remove. * README: Add Guile-Gcrypt to the dependencies; move libgcrypt as "required unless --disable-daemon". * doc/guix.texi (Requirements): Likewise. * gnu/packages/bash.scm, guix/derivations.scm, guix/docker.scm, guix/git.scm, guix/http-client.scm, guix/import/cpan.scm, guix/import/cran.scm, guix/import/crate.scm, guix/import/elpa.scm, guix/import/gnu.scm, guix/import/hackage.scm, guix/import/texlive.scm, guix/import/utils.scm, guix/nar.scm, guix/pki.scm, guix/scripts/archive.scm, guix/scripts/authenticate.scm, guix/scripts/download.scm, guix/scripts/hash.scm, guix/scripts/pack.scm, guix/scripts/publish.scm, guix/scripts/refresh.scm, guix/scripts/substitute.scm, guix/store.scm, guix/store/deduplication.scm, guix/tests.scm, tests/base32.scm, tests/builders.scm, tests/challenge.scm, tests/cpan.scm, tests/crate.scm, tests/derivations.scm, tests/gem.scm, tests/nar.scm, tests/opam.scm, tests/pki.scm, tests/publish.scm, tests/pypi.scm, tests/store-deduplication.scm, tests/store.scm, tests/substitute.scm: Adjust imports. * gnu/system/vm.scm: Likewise. (guile-sqlite3&co): Rename to... (gcrypt-sqlite3&co): ... this. Add GUILE-GCRYPT. (expression->derivation-in-linux-vm)[config]: Remove. (iso9660-image)[config]: Remove. (qemu-image)[config]: Remove. (system-docker-image)[config]: Remove. * guix/scripts/pack.scm: Adjust imports. (guile-sqlite3&co): Rename to... (gcrypt-sqlite3&co): ... this. Add GUILE-GCRYPT. (self-contained-tarball)[build]: Call 'make-config.scm' without #:libgcrypt argument. (squashfs-image)[libgcrypt]: Remove. [build]: Call 'make-config.scm' without #:libgcrypt. (docker-image)[config, json]: Remove. [build]: Add GUILE-GCRYPT to the extensions Remove (guix config) from the imported modules. * guix/self.scm (specification->package): Remove "libgcrypt", add "guile-gcrypt". (compiled-guix): Remove #:libgcrypt. [guile-gcrypt]: New variable. [dependencies]: Add it. [*core-modules*]: Remove #:libgcrypt from 'make-config.scm' call. Add #:extensions. [*config*]: Remove #:libgcrypt from 'make-config.scm' call. (%dependency-variables): Remove %libgcrypt. (make-config.scm): Remove #:libgcrypt. * build-aux/build-self.scm (guile-gcrypt): New variable. (make-config.scm): Remove #:libgcrypt. (build-program)[fake-gcrypt-hash]: New variable. Add (gcrypt hash) to the imported modules. Adjust load path assignments. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Add GUILE-GCRYPT. [arguments]: In 'wrap-program' phase, add GUILE-GCRYPT to the search path.
* | gnu: libostree: Update to 2018.7.Tobias Geerinckx-Rice2018-08-09
| | | | | | | | * gnu/packages/package-management.scm (libostree): Update to 2018.7.
* | gnu: msitools: Update to 0.98.Tobias Geerinckx-Rice2018-08-09
|/ | | | * gnu/packages/package-management.scm (msitools): Update to 0.98.
* gnu: guix-daemon: Fix file name of 'guix' command.Ludovic Courtès2018-07-18
| | | | | | | | Fixes <https://bugs.gnu.org/32183>. Reported by Pjotr Prins <pjotr.public12@thebird.nl>. * gnu/packages/package-management.scm (guix-daemon)[arguments]: In 'install' phase, fix file name of 'guix' command.
* gnu: guix: Update to 8bbb79c.Ludovic Courtès2018-07-17
| | | | * gnu/packages/package-management.scm (guix): Update to 8bbb79c.
* gnu: guix: Build with Guile 2.2.4.Ludovic Courtès2018-07-17
| | | | | * gnu/packages/package-management.scm (guix)[inputs]: Switch to GUILE-2.2.4.