gnu: Remove ht.

* gnu/packages/hexedit.scm (ht): Delete variable.

Fixes: guix/guix#854
Change-Id: Ia1ffe0eb550cff1b3d086c5b39487fbad1f4d794
This commit is contained in:
Andreas Enge 2025-07-26 19:54:13 +02:00
parent f721c4cc04
commit a0166254c5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -180,30 +180,6 @@ easily and conveniently compare two binary files. It is based on Ncurses
and is themeable.")
(license license:gpl2+)))
(define-public ht
(package
(name "ht")
(version "2.1.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://sourceforge.net/projects/hte/files/ht-source/"
name "-" version ".tar.bz2"))
(sha256
(base32
"0w2xnw3z9ws9qrdpb80q55h6ynhh3aziixcfn45x91bzrbifix9i"))))
(build-system gnu-build-system)
(inputs
(list lzo ncurses))
(synopsis "Viewer, editor, and analyzer for executable binaries")
(description
"ht is a terminal-based program to view, edit, and analyze any file, but
with a special focus on executable binaries. Its goal is to combine the
low-level functionality of a debugger with the usability of an @dfn{Integrated
Development Environment} (IDE).")
(home-page "https://hte.sourceforge.net/")
(license license:gpl2)))
;; NOTE: The install target of imhex-pattern-language falls short in a few areas
;; that make this package difficult to use outside of ImHex. Neither header
;; files nor package information (using e.g. pkg-config or CMake files) are