Skeleton status files are installed read-only. When copying to the config dir upon initialization, make sure they end up writable. --- byobu-5.127/usr/bin/byobu-janitor.in +++ byobu-5.127/usr/bin/byobu-janitor.in @@ -82,6 +82,7 @@ if [ ! -r "$BYOBU_CONFIG_DIR/$f" ]; then # Copy from skeleton, if possible cp -f "$BYOBU_PREFIX/share/$PKG/status/$f" "$BYOBU_CONFIG_DIR/$f" + chmod +w "$BYOBU_CONFIG_DIR/$f" fi done t.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/noweb.scm
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2020-01-19gnu: noweb: Declare a source file-name....* gnu/packages/noweb.scm (noweb)[source]: Add file-name field. Efraim Flashner
2020-01-16gnu: noweb: Update to 2.12....* gnu/packages/noweb.scm (noweb): Update to 2.12. [source]: Switch to git repository. [arguments]: Remove obsolete substitution. [license]: Add BSD-2. Tobias Geerinckx-Rice
2020-01-16gnu: noweb: Embed store references to external binaries....* gnu/packages/noweb.scm (noweb)[argument]: Add ‘bind-early’ phase. [inputs]: Add perl. Tobias Geerinckx-Rice
2020-01-16gnu: noweb: Use HTTPS home page....* gnu/packages/noweb.scm (noweb)[home-page, license]: Use HTTPS. Tobias Geerinckx-Rice