aboutsummaryrefslogtreecommitdiff
path: root/emacs/guix-read.el
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-05-09 15:51:04 +0200
committerLudovic Courtès <ludo@gnu.org>2016-05-09 15:51:04 +0200
commitff1f39e3a02d0fd2c0ee279b9e8294e91bc132fd (patch)
tree25df3710a7f19756c28455ebbc3714d2c7d9f797 /emacs/guix-read.el
parent478e75b53bdf754cdf911226d37e517387f73c09 (diff)
downloadguix-ff1f39e3a02d0fd2c0ee279b9e8294e91bc132fd.tar.gz
guix-ff1f39e3a02d0fd2c0ee279b9e8294e91bc132fd.zip
gnu: bdb: Disallow references to "doc" output.
* gnu/packages/databases.scm (bdb)[arguments]: Add #:disallowed-references.
Diffstat (limited to 'emacs/guix-read.el')
0 files changed, 0 insertions, 0 deletions
g GZIP if it does, and otherwise after. * gnu/system/vm.scm (expression->derivation-in-linux-vm)[builder]: Do not append "/initrd" to #$initrd. Ludovic Courtès 2018-11-07linux-initrd: Make sure 'build-initrd' can delete files....Fixes <https://bugs.gnu.org/33297>. Reported by Mark H Weaver <mhw@netris.org>. This fixes a regression introduced in 72dc64f8f720268930eed448abfc15d2a0eca3cf, which made files read-only. * gnu/build/linux-initrd.scm (build-initrd): Call 'make-file-writable' on all the files under contents/. Ludovic Courtès