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 szko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bqn.scm
AgeCommit message (Expand)Author
2022-11-27gnu: cbqn: Remove superfluous input....Marius Bakke
2022-11-26gnu: cbqn-bootstrap: Update to 0-2.66584ce....aecepoglu
2022-11-26gnu: bqn-sources: Update to commit 71ce3614......aecepoglu
2022-11-11gnu: dbqn: Remove unused module import....Marius Bakke
2022-11-07cbqn: Mark as tunable....Liliana Marie Prikler
2022-11-07gnu: cbqn: Install regular files rather than copying them recursively....Liliana Marie Prikler
2022-11-07gnu: cbqn-bootstrap: Install regular files rather than copying them recursively....Liliana Marie Prikler
2022-11-07gnu: dbqn: Install regular files rather than copying them recursively....Liliana Marie Prikler
2022-11-07gnu: cbqn: Build using GCC....Liliana Marie Prikler
2022-11-07gnu: cbqn: Rewrite in terms of cbqn-bootstrap....Liliana Marie Prikler
2022-11-07gnu: cbqn-bootstrap: Use let-bound revision....Liliana Marie Prikler
2022-11-07gnu: Remove singeli-sources....Liliana Marie Prikler
2022-11-07cbqn: Build without singeli....Liliana Marie Prikler
2022-09-01gnu: Add cbqn....Christopher Rodriguez
2022-09-01gnu: Add singeli-sources....Christopher Rodriguez
2022-09-01gnu: Add cbqn-bootstrap....Christopher Rodriguez
2022-09-01gnu: Add bqn-sources....Christopher Rodriguez
2022-09-01gnu: Add dbqn....Christopher Rodriguez