aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2023-09-15 21:03:21 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-09-15 21:03:21 +0200
commit3c7cbaf461919c8c11185b2a040cb152797c28d7 (patch)
tree9a90226a44a9a697314f150d79a177779afe211a /gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch
parent73388a1a19787f8be011a25fd497e48fef9b3aba (diff)
downloadguix-3c7cbaf461919c8c11185b2a040cb152797c28d7.tar.gz
guix-3c7cbaf461919c8c11185b2a040cb152797c28d7.zip
gnu: emacs-pyvenv: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-pyvenv)[#:phases]: Add ‘ert-number-tests’.
Diffstat (limited to 'gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch')
0 files changed, 0 insertions, 0 deletions
environment variable....* nix/libstore/globals.cc (Settings:update): Remove changes to 'substituters'. * nix/nix-daemon/guix-daemon.cc (main): Set 'settings.substituters' directly instead of changing the 'NIX_SUBSTITUTERS' environment variable. * build-aux/pre-inst-env.in: Remove reference to 'NIX_SUBSTITUTERS'. 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