diff options
-rw-r--r-- | etc/guix/home.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 196a16a..a634e69 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -23,6 +23,7 @@ (guix packages) (guix utils)) (use-package-modules + bittorrent c flex freedesktop @@ -69,6 +70,11 @@ '((with-latest . "yt-dlp"))) yt-dlp)) +(define mktorrent-latest + ((transformations:options->transformation + '((with-commit . "mktorrent=de7d011b35458de1472665f50b96c9cf6c303f39"))) + mktorrent)) + (define (slurp name) (string-trim-both @@ -480,7 +486,7 @@ ;; yt-dlp ripgrep fd - mktorrent + ;; mktorrent mpvx imagemagick @@ -509,6 +515,7 @@ firefox)) (list yt-dlp-latest + mktorrent-latest tiniercc) (list (script "cronjob" |