aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-18 00:25:18 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-18 16:37:19 +0200
commit58fce021970f4f9da8e8b11dc8520910d0a3df63 (patch)
tree44c328f26dba8a923758df3885bca6d92e8b54fc /.gitignore
parentd7beff1f7fa33a38f5831892314883dbe4ee4592 (diff)
downloadguix-58fce021970f4f9da8e8b11dc8520910d0a3df63.tar.gz
guix-58fce021970f4f9da8e8b11dc8520910d0a3df63.zip
gnu: drumkv1: Update to 0.9.22.
* gnu/packages/music.scm (drumkv1): Update to 0.9.22.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
these two tests when running "make check -j5". * tests/guix-daemon.sh (tcp_socket): Change port to 9998 to avoid collision with tests/lint.scm. 2019-06-14packages: Remove 'search-bootstrap-binary'.Ludovic Courtès * gnu/packages.scm (%bootstrap-binaries-path, search-bootstrap-binary): Remove. * gnu/packages/bootstrap.scm (bootstrap-executable): Export. * guix/tests.scm (bootstrap-binary-file, search-bootstrap-binary): Export. * tests/derivations.scm: Remove (gnu packages) import. * tests/grafts.scm: Likewise. * tests/guix-daemon.sh: Likewise. 2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables.Ludovic Courtès 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.