aboutsummaryrefslogtreecommitdiff
path: root/doc/package-hello.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@igalia.com>2016-02-18 21:07:19 +0100
committerMark H Weaver <mhw@netris.org>2016-02-24 11:49:57 -0500
commit9fab5cc9b5bc8a71846a1f58869cf798ef941c00 (patch)
treec069b5ac3e7ef09478925166143e20d280f1bedd /doc/package-hello.scm
parent10814b66cce0fb58c9cb79d3d1fcf93d6d03ed06 (diff)
downloadguix-9fab5cc9b5bc8a71846a1f58869cf798ef941c00.tar.gz
guix-9fab5cc9b5bc8a71846a1f58869cf798ef941c00.zip
gnu: x11perf: Update to 1.6.0.
* gnu/packages/xorg.scm (x11perf): Update to 1.6.0.
Diffstat (limited to 'doc/package-hello.scm')
0 files changed, 0 insertions, 0 deletions
/derivations.scm: Remove (gnu packages) import. * tests/grafts.scm: Likewise. * tests/guix-daemon.sh: Likewise. Ludovic Courtès 2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables....Fixes <https://bugs.gnu.org/22459>. Reported by Jeff Mickey <j@codemac.net>. * guix/config.scm.in (%state-directory): Change NIX_STATE_DIR to GUIX_STATE_DIRECTORY. (%store-database-directory): Change NIX_DB_DIR to GUIX_DATABASE_DIRECTORY. * nix/libstore/globals.cc (Settings::processEnvironment): Likewise. * guix/self.scm (make-config.scm): Likewise. * build-aux/build-self.scm (make-config.scm): Likewise. * build-aux/test-env.in: Likewise. * tests/derivations.scm ("derivation #:leaked-env-vars"): Likewise. * tests/guix-build.sh (GUIX_DAEMON_SOCKET): Likewise. * tests/guix-daemon.sh (socket): Likewise. Ludovic Courtès 2019-01-21store: Rename '&nix-error' to '&store-error'....* guix/store.scm (&nix-error): Rename to... (&store-error): ... this, and adjust users. (&nix-connection-error): Rename to... (&store-connection-error): ... this, and adjust users. (&nix-protocol-error): Rename to... (&store-protocol-error): ... this, adjust users. (&nix-error, &nix-connection-error, &nix-protocol-error): Define these condition types and their getters as deprecrated aliases. * build-aux/run-system-tests.scm, guix/derivations.scm, guix/grafts.scm, guix/scripts/challenge.scm, guix/scripts/graph.scm, guix/scripts/lint.scm, guix/scripts/offload.scm, guix/serialization.scm, guix/ssh.scm, guix/tests.scm, guix/ui.scm, tests/derivations.scm, tests/gexp.scm, tests/guix-daemon.sh, tests/packages.scm, tests/store.scm, doc/guix.texi: Adjust to use the new names. Ludovic Courtès