all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: mirai@makinata.eu
To: 60574@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#60574] [PATCH] gnu: Remove tegaki package leftovers.
Date: Thu,  5 Jan 2023 12:38:23 +0000	[thread overview]
Message-ID: <7898a317ad544e65f8a95f42b399040d39a9da80.1672922272.git.mirai@makinata.eu> (raw)

From: Bruno Victal <mirai@makinata.eu>

Leftovers from ed3c97f53ef5d60f103b93d15ccce5db052bfad1.

* gnu/packages/languages.scm (tegaki-release-uri)
(remove-pre-compiled-files)
(remove-pre-compiled-files-modules): Delete variables.
---
 gnu/packages/language.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 937954a1ad..b29ed9c013 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -835,29 +835,6 @@ (define-public perl-text-german
 done by Gudrun Putze-Meier.")
     (license license:perl-license)))
 
-(define* (tegaki-release-uri proj version
-                             #:optional (ext "tar.gz"))
-  (string-append "https://github.com/tegaki/tegaki/releases/download"
-                 "/v" version "/" proj "-" version "." ext))
-
-(define remove-pre-compiled-files
-  (lambda exts
-    "Return snippet for removing pre-compiled files matching one of the
-extensions in EXTS."
-    `(begin (for-each delete-file
-                      (find-files "."
-                                  (lambda (name _)
-                                    (any (cut string-suffix? <> name)
-                                         (map (cut string-append "." <>)
-                                              ',exts)))))
-            #t)))
-
-;;; modules required for the above snippet
-(define remove-pre-compiled-files-modules
-  '((guix build utils)
-    (srfi srfi-1)
-    (srfi srfi-26)))
-
 (define-public link-grammar
   (package
     (name "link-grammar")

base-commit: dc7eb6f07ae982b4c9d083cfb10f72cb031c0424
-- 
2.38.1





             reply	other threads:[~2023-01-05 12:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-05 12:38 mirai [this message]
2023-01-08 16:52 ` bug#60574: [PATCH] gnu: Remove tegaki package leftovers Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7898a317ad544e65f8a95f42b399040d39a9da80.1672922272.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=60574@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.