home: Remove awscliv2

.guix/rekahsoft/guix-config/home.scm: Revert part of
'1d9765ca407d3f4a5fc7c7f8e82159f3ed2b24d2' which attempts to install awscliv2 as an inferior.
This change was expected to work, because when on comment
'ad16e2d39c99a572396dbc440075f0731970f', the following command succeeded:

guix time-machine -C channels.scm -- system build -e '(@ (rekahsoft guix-config manual laptop-lenovo-t480s) %system)'

After this commit, awscli is temporarily managed via nix.
This commit is contained in:
Collin J. Doering 2023-09-18 22:22:50 -04:00
parent 1d9765ca40
commit 8fd98c66cb
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 0 additions and 32 deletions

View File

@ -5,8 +5,6 @@
#:use-module (guix profiles)
#:use-module (guix channels)
#:use-module (guix transformations)
#:use-module (guix inferior)
#:use-module (srfi srfi-1)
#:use-module (guix gexp)
#:use-module (gnu packages tls)
#:use-module (gnu packages perl)
@ -67,33 +65,6 @@
single certifcate used for local development with caddy.")
(license license:public-domain)))
(define inferior-channels
(list (channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"a4e9842a70775a54bbe1369881b739e7ea9a6432")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(channel
(name 'rekahsoft-guix)
(url "https://git.rekahsoft.ca/rekahsoft/rekahsoft-guix.git")
(branch "master")
(commit
"58deed23414b5c7e82fc415ad06d15f39a2dfa56")
(introduction
(make-channel-introduction
"d910ac4ca1e1a115934b10921bc23f50bd481043"
(openpgp-fingerprint
"F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022"))))))
(define inferior
(inferior-for-channels inferior-channels))
(define transform--emacs-helm-mu
(options->transformation
'((with-commit . "emacs-helm-mu=2422f57ed40d998ac6f085f93b24223c91cefaf7"))))
@ -365,9 +336,6 @@ single certifcate used for local development with caddy.")
;; ca-certificate for local caddy development server
caddy-local-ca-cert
;; Use past version of awscliv2 until its build is fixed
(first (lookup-inferior-packages inferior "awscliv2"))
;; Packages from rekahsoft-guix
ledger-autosync
hledger-ui