From b1c81d18c45032f5add33cbe0e5739db1edb6fe5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 5 May 2025 10:38:59 -0300 Subject: etc/guix/home.scm: Get mktorrent-latest from upstream channel --- etc/guix/home.scm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 91e4e11..8cbe171 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -4,6 +4,7 @@ ((guix transformations) #:prefix transformations:) ((xyz euandreh heredoc) #:prefix heredoc:) ((org euandre queue) #:prefix q:) + ((org euandre packages) #:prefix pkg:) (gnu) (gnu home) (gnu home services) @@ -70,11 +71,6 @@ '((with-latest . "yt-dlp"))) yt-dlp)) -(define mktorrent-latest - ((transformations:options->transformation - '((with-commit . "mktorrent=de7d011b35458de1472665f50b96c9cf6c303f39"))) - mktorrent)) - (define (slurp name) (string-trim-both @@ -516,7 +512,7 @@ firefox)) (list yt-dlp-latest - mktorrent-latest + pkg:mktorrent-latest tiniercc) (list (script "cronjob" -- cgit v1.2.3