mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove ht.
* gnu/packages/hexedit.scm (ht): Delete variable. Fixes: guix/guix#854 Change-Id: Ia1ffe0eb550cff1b3d086c5b39487fbad1f4d794
This commit is contained in:
parent
f721c4cc04
commit
a0166254c5
1 changed files with 0 additions and 24 deletions
|
@ -180,30 +180,6 @@ easily and conveniently compare two binary files. It is based on Ncurses
|
||||||
and is themeable.")
|
and is themeable.")
|
||||||
(license license:gpl2+)))
|
(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
|
;; 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
|
;; 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
|
;; files nor package information (using e.g. pkg-config or CMake files) are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue