summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
AgeCommit message (Expand)Author
2018-11-14gnu: guix-daemon: Install 'guix-authenticate'....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'. Ludovic Courtès
2018-11-14Merge branch 'master' into core-updatesMarius Bakke
2018-11-13gnu: guix: Update to f5a2724....* gnu/packages/package-management.scm (guix): Update to f5a2724. Ludovic Courtès
2018-11-05Merge branch 'master' into core-updatesMarius Bakke
2018-11-03gnu: diffoscope: Update to 104....* gnu/packages/package-management.scm (diffoscope): Update to 104. Ludovic Courtès
2018-10-17Merge branch 'master' into core-updatesMarius Bakke
2018-10-16gnu: Add guix-minimal....* 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. Eric Bavier
2018-10-16gnu: guile2.0-guix: Fix build....* 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. Eric Bavier
2018-10-15gnu: guix: Update to f9a8fce....* gnu/packages/package-management.scm (guix): Update to f9a8fce. Ludovic Courtès
2018-10-11gnu: guix-daemon: Run 'guix' from /var/guix/profiles/per-user/root....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/…. Ludovic Courtès
2018-10-05Merge branch 'master' into core-updatesMarius Bakke
2018-10-04gnu: guix: Update to 1d0be47....* gnu/packages/package-management.scm (guix): Update to 1d0be47. Ludovic Courtès
2018-10-04gnu: rpm: Update to 4.14.2....* 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. Tobias Geerinckx-Rice
2018-09-28gnu: guix: Update to 7fed935....* gnu/packages/package-management.scm (guix): Update to 7fed935. Ludovic Courtès
2018-09-26Merge branch 'master' into core-updatesMarius Bakke
2018-09-25gnu: diffoscope: Update to 102....* gnu/packages/package-management.scm (diffoscope): Update to 102. Ludovic Courtès
2018-09-09Merge branch 'master' into core-updatesMarius Bakke
2018-09-07gnu: diffoscope: Update to 100....* gnu/packages/package-management.scm (diffoscope): Update to 100. Ludovic Courtès
2018-09-05gnu: guix-daemon: Add dependency on Guile-Gcrypt....This is a followup to 53166aec987957efba917c83f093817d6cf6e943, which made Guile-Gcrypt a hard dependency. * gnu/packages/package-management.scm (guix-daemon)[inputs]: Add GUILE-GCRYPT. Ludovic Courtès
2018-09-05gnu: guix: Update to 3d43017....* gnu/packages/package-management.scm (guix): Update to 3d43017. Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....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. Ludovic Courtès
2018-08-13Merge branch 'staging' into core-updatesRicardo Wurmus
2018-08-09gnu: libostree: Update to 2018.7....* gnu/packages/package-management.scm (libostree): Update to 2018.7. Tobias Geerinckx-Rice
2018-08-09gnu: msitools: Update to 0.98....* gnu/packages/package-management.scm (msitools): Update to 0.98. Tobias Geerinckx-Rice
2018-07-27gnu: guile: Update to 2.2.4....* 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. Ludovic Courtès
2018-07-18gnu: guix-daemon: Fix file name of 'guix' command....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. Ludovic Courtès
2018-07-17gnu: guix: Update to 8bbb79c....* gnu/packages/package-management.scm (guix): Update to 8bbb79c. Ludovic Courtès
2018-07-17gnu: guix: Build with Guile 2.2.4....* gnu/packages/package-management.scm (guix)[inputs]: Switch to GUILE-2.2.4. Ludovic Courtès
2018-07-06gnu: guix: Update to 4876bc8.Ludovic Courtès
2018-07-06gnu: guix: Update to 0.15.0.Ludovic Courtès
2018-07-01gnu: emacs-nix-mode: Fix build by switching upstream source....'nix' version 2 doesn't provide Emacs libraries anymore. * gnu/packages/package-management.scm (emacs-nix-mode): Do not inherit 'nix'. Switch upstream source to <https://github.com/nixos/nix-mode>. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Oleg Pykhalov
2018-06-19gnu: guix-daemon: Build in the absence of guile-sqlite3....Fixes a regression introduced in 3f311279d35a00c40536ee37c7808f42ed5fae4b whereby guix-daemon's configure would error out due to the lack of guile-sqlite3. * gnu/packages/package-management.scm (guix-daemon)[inputs]: Remove "boot-guile", "boot-guile/i686", and "util-linux". [arguments]: Add #:configure-flags. Ludovic Courtès
2018-06-19gnu: guix: Update to 7af5c2a....* gnu/packages/package-management.scm (guix): Update to 7af5c2a. Ludovic Courtès
2018-06-17gnu: diffoscope: Update to 96....* gnu/packages/package-management.scm (diffoscope): Update to 96. Ludovic Courtès
2018-06-14self: Add 'guix-daemon' to the result....* gnu/packages/package-management.scm (guix-daemon): New variable. * guix/self.scm (whole-package): Add #:daemon and honor it. (compiled-guix): Pass #:daemon to 'whole-package'. Ludovic Courtès
2018-06-14Remove 'guix-register' and its traces....* Makefile.am (SH_TESTS): Remove tests/guix-register.sh. * build-aux/pre-inst-env.in (GUIX_REGISTER): Remove. * gnu/build/install.scm (directives): Remove outdated comment. * gnu/build/vm.scm (root-partition-initializer): Update comment. * gnu/packages/package-management.scm (guix-register): Remove. * guix/config.scm.in (%sbindir, %guix-register-program): Remove. * guix/scripts/system.scm (install): Adjust docstring. * guix/self.scm (make-config.scm): Remove #:guix. Do not generate %sbindir and %guix-register-program. (specification->package): Remove "guix". * nix/guix-register/guix-register.cc: Remove. * nix/libstore/store-api.cc (decodeValidPathInfo): Remove. * nix/libstore/store-api.hh (decodeValidPathInfo): Remove declaration. * nix/local.mk (sbin_PROGRAMS, guix_register_SOURCES) (guix_register_CPPFLAGS, guix_register_LDFLAGS): Remove. * tests/guix-register.sh: Remove. Ludovic Courtès
2018-06-14build: Require Guile-SQLite3....The next commits make (sqlite3) an indirect dependency of (gnu build install), which is itself used by (guix scripts system), hence this new requirement. * configure.ac: Error out when $guix_cv_have_recent_guile_sqlite3 is false. Remove HAVE_GUILE_SQLITE3 Automake conditional. * Makefile.am (MODULES, SCM_TESTS): Remove HAVE_GUILE_SQLITE3 conditions. * doc/guix.texi (Requirements): Add Guile-SQLite3. * README: Ditto. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Add GUILE-SQLITE3. [arguments]: In 'wrap-program' phase, take guile-sqlite3 into account. Ludovic Courtès
2018-06-12gnu: Add libostree....* gnu/packages/package-management.scm (libostree): New variable. 宋文武
2018-06-10gnu: guix: Update to 77a1aac....* gnu/packages/package-management.scm (guix): Update to 77a1aac. Ludovic Courtès
2018-06-10gnu: nix: Update to 2.0.4....* gnu/packages/package-management.scm (nix): Update to 2.0.4. 宋文武
2018-06-06Merge branch 'master' into core-updatesRicardo Wurmus
2018-06-06gnu: diffoscope: Update to 95....* gnu/packages/package-management.scm (diffoscope): Update to 95. Rutger Helling
2018-05-17Merge branch 'master' into core-updatesMark H Weaver
2018-05-11gnu: diffoscope: Update to 94....* gnu/packages/package-management.scm (diffoscope): Update to 94. Ludovic Courtès
2018-05-06Merge branch 'master' into core-updatesMarius Bakke
2018-05-01gnu: guix-register: Reduce the set of dependencies....* gnu/packages/package-management.scm (guix-register)[native-inputs] [propagated-inputs]: New field. Ludovic Courtès
2018-04-30Merge branch 'master' into core-updatesMark H Weaver
2018-04-25gnu: guix: Update to ab85cf7....* gnu/packages/package-management.scm (guix): Update to ab85cf7. Roel Janssen
2018-04-25gnu: diffoscope: Update to 93....* gnu/packages/package-management.scm (diffoscope): Update to 93. Rutger Helling
2018-04-21Merge branch 'master' into core-updatesMark H Weaver