aboutsummaryrefslogtreecommitdiff
path: root/etc/guix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-28 03:42:54 -0300
committerEuAndreh <eu@euandre.org>2025-05-28 03:42:54 -0300
commit2db8a62b4aa59528e79c8f94a635ae9b89eb75e8 (patch)
tree162f904ebfebbd7ffe14b9acdb99c6cc43056dd3 /etc/guix
parentetc/guix/home.scm: Remove commented "musl" package (diff)
downloaddotfiles-2db8a62b4aa59528e79c8f94a635ae9b89eb75e8.tar.gz
dotfiles-2db8a62b4aa59528e79c8f94a635ae9b89eb75e8.tar.xz
etc/guix/home.scm: Remove "tiniercc"
Diffstat (limited to 'etc/guix')
-rw-r--r--etc/guix/home.scm29
1 files changed, 1 insertions, 28 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index 760bb46..253b6c6 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -40,32 +40,6 @@
-(define tiniercc
- (package
- (inherit tcc)
- (name "tiniercc")
- (arguments
- (substitute-keyword-arguments (package-arguments tcc)
- ((#:tests? _ #f) #f)
- ((#:configure-flags _)
- #~(list
- "--enable-static"
- "--config-musl"
- (string-append
- "--crtprefix="
- #$(file-append musl "/lib"))))
- ((#:phases phases)
- #~(modify-phases #$phases
- (add-after 'install 'ln-alias
- (lambda _
- (symlink (string-append #$out "/bin/tcc")
- (string-append #$out "/bin/cc"))
- (symlink (string-append #$out "/bin/tcc")
- (string-append #$out "/bin/c99"))))))))
- (native-inputs
- (modify-inputs (package-native-inputs tcc)
- (append which)))))
-
(define yt-dlp-latest
((transformations:options->transformation
'((with-latest . "yt-dlp")))
@@ -519,8 +493,7 @@
firefox))
(list
yt-dlp-latest
- pkg:mktorrent-latest
- tiniercc)
+ pkg:mktorrent-latest)
(list
(script "cronjob"
(slurp (string-append (getenv "HOME")