From 862271d704f1d096a26e0b3ff147b70ae94a64e3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 13 Mar 2023 14:25:15 -0300 Subject: rm -rf aux/ po/ --- aux/containers/guix/manifest.scm | 28 ---------------------------- aux/containers/guix/with-container.sh | 19 ------------------- 2 files changed, 47 deletions(-) delete mode 100644 aux/containers/guix/manifest.scm delete mode 100755 aux/containers/guix/with-container.sh (limited to 'aux/containers/guix') diff --git a/aux/containers/guix/manifest.scm b/aux/containers/guix/manifest.scm deleted file mode 100644 index 98c03a3..0000000 --- a/aux/containers/guix/manifest.scm +++ /dev/null @@ -1,28 +0,0 @@ -(specifications->manifest - (map symbol->string - '(bash - coreutils - findutils - diffutils - grep - sed - m4 - git - tar - gawk - make - makefile2graph - graphviz - shellcheck - pandoc - gettext - po4a-text - mdpo-patched - td-latest - hunspell - hunspell-dict-en-utf8 - hunspell-dict-pt-utf8 - hunspell-dict-fr-utf8 - hunspell-dict-eo-utf8 - - jq))) diff --git a/aux/containers/guix/with-container.sh b/aux/containers/guix/with-container.sh deleted file mode 100755 index fcbb8b5..0000000 --- a/aux/containers/guix/with-container.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -set -eu - -CHANNEL_REMOTE='https://euandreh.xyz/package-repository.git' -CHANNEL_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/euandreh-guix-channel" - -if [ ! -d "$CHANNEL_DIR" ]; then - git clone "$CHANNEL_REMOTE" "$CHANNEL_DIR" -fi - -git -C "$CHANNEL_DIR" pull - -ENV_CMD="guix environment -L $CHANNEL_DIR/src/ -m aux/containers/guix/manifest.scm" - -if [ -z "${1:-}" ]; then - $ENV_CMD -else - $ENV_CMD --pure -C -- sh -c "$@" -fi -- cgit v1.2.3