aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-11-02 09:15:51 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-11-10 22:18:20 +0100
commit12c65542339a3b2c943228b557339a51863a9a20 (patch)
treed35e744e527efdf029113c1bedb97381bdf6d777 /build-aux
parentebd00f39fc108ecf06253e2331aca5ee2f7f8e42 (diff)
downloadguix-12c65542339a3b2c943228b557339a51863a9a20.tar.gz
guix-12c65542339a3b2c943228b557339a51863a9a20.zip
gnu: Add syndication.
* gnu/packages/kde-frameworks.scm (syndication): New variable.
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions
r> 2020-05-28update-guix-package: Use 'origin-hash'....* gnu/packages/package-management.scm (main): Use 'origin-hash' instead of 'origin-sha256'. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vincent Legoll 2018-12-07maint: update-guix-package: Really register GC roots....Previously we'd pass a relative file name to 'add-indirect-root', which the daemon would interpret as relative to "/". Consequently, checkouts were not protected from GC. * build-aux/update-guix-package.scm (main): Pass an absolute file name to 'add-indirect-root'. Ludovic Courtès