aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/monitoring.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-29 23:46:38 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-31 09:50:45 +0100
commitd7d8fe36f938d035a7607f6ae2b3525fbba6f966 (patch)
tree0949cf96d15efaf2031ea5e09535dda24b960d6d /gnu/tests/monitoring.scm
parent36e8952f086b694654e3015cc7cd5a3ecdf43c1f (diff)
downloadguix-d7d8fe36f938d035a7607f6ae2b3525fbba6f966.tar.gz
guix-d7d8fe36f938d035a7607f6ae2b3525fbba6f966.zip
gnu: Add rust-core-graphics-0.22.
* gnu/packages/crates-graphics.scm (rust-core-graphics-0.22): New variable. (rust-core-graphics-0.21): Inherit from above.
Diffstat (limited to 'gnu/tests/monitoring.scm')
0 files changed, 0 insertions, 0 deletions
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 2018-04-19gnu: guix: Add po4a input....* gnu/packages/package-management.scm (guix)[inputs]: Add po4a. Julien Lepiller 2018-04-11Merge branch 'master' into core-updatesMark H Weaver 2018-04-11gnu: guix: Update to 486de73....* gnu/packages/package-management.scm (guix): Update to 486de73. Ludovic Courtès 2018-04-10Merge branch 'master' into core-updatesMark H Weaver 2018-04-08gnu: Add 'guix-register'....* gnu/packages/package-management.scm (guix-register): New variable. Ludovic Courtès