From 4a7f3e164ca3ab0e910f80cf4ad892999d7ecda8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 31 Mar 2023 11:59:52 -0300 Subject: paku.lock: Generate this file from src/bin/paku.in --- src/org/euandre/packages.scm | 61 +------------------------------------------- 1 file changed, 1 insertion(+), 60 deletions(-) (limited to 'src/org/euandre/packages.scm') diff --git a/src/org/euandre/packages.scm b/src/org/euandre/packages.scm index c4c03cd..38a0e52 100644 --- a/src/org/euandre/packages.scm +++ b/src/org/euandre/packages.scm @@ -65,34 +65,6 @@ config.") (home-page "https://euandre.org/s/git-permalink/") (license licenses:agpl3+))) -(define-public remembering-0-1-2 - (package - (name "remembering") - (version "0.1.2") - (source - (origin - (method url-fetch) - (uri "https://euandre.org/git/remembering/snapshot/remembering-v0.1.2.tar.xz") - (sha256 - (base32 "1syzn41w4f754ihblwxcv3wn653lh92cgg6g06db1qrx3m2zvw5v")))) - (build-system gnu-build-system) - (native-inputs - (list)) - (inputs - (list)) - (arguments - (list - #:make-flags #~(list (string-append "PREFIX=" #$output)) - #:phases - #~(modify-phases %standard-phases - (delete 'configure)))) - (synopsis "Add memory to dmenu, fzf and similar tools") - (description - "It can wrap such tools to accumulate preferences over time, and -re-arrange the input according to common picks.") - (home-page "https://euandre.org/s/remembering/") - (license licenses:agpl3+))) - (define-public td (package (name "td") @@ -123,38 +95,7 @@ file in the repository.") (home-page "https://euandre.org/s/td/") (license licenses:agpl3+))) -(define-public guile-heredoc - (package - (name "guile-heredoc") - (version "065435cdce609604e33b879b9be3e81ab89f3e7b") - (source - (origin - (method url-fetch) - (uri "https://euandre.org/git/guile-heredoc/snapshot/guile-heredoc-065435cdce609604e33b879b9be3e81ab89f3e7b.tar.xz") - (sha256 - (base32 "1y1110bg4ki0dvn8hggxy34wg7ig4r3377nc84isnj3dydqm2vjd")))) - (build-system gnu-build-system) - (native-inputs - (list - texinfo)) - (inputs - (list - guile-3.0)) - (arguments - (list - #:make-flags #~(list (string-append "PREFIX=" #$output)) - #:phases - #~(modify-phases %standard-phases - (delete 'configure)))) - (synopsis "Guile heredoc syntax") - (description - "Guile heredoc syntax long.") - (home-page "https://euandre.org/s/guile-heredoc/") - (license licenses:agpl3+))) - (list git-permalink-0-1-0 git-permalink-0-2-0 - remembering-0-1-2 - td - guile-heredoc) + td) -- cgit v1.2.3