gnu: Remove lesstif.

* gnu/packages/lesstif.scm (lesstif): Delete variable.

Fixes: guix/guix#1621
Change-Id: Ie78b056a330162526850af5fd9665bcab7d53736
This commit is contained in:
Andreas Enge 2025-08-26 10:37:15 +02:00
parent bbb5d7449b
commit e18b8c2aca
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -32,29 +32,6 @@
#:use-module (gnu packages xorg)) #:use-module (gnu packages xorg))
(define-public lesstif
(package
(name "lesstif")
(version "0.95.2")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://sourceforge/lesstif/lesstif/" version
"/lesstif-" version ".tar.bz2"))
(sha256
(base32
"1qzpxjjf7ri1jzv71mvq5m9g8hfaj5yzwp30rwxlm6n2b24a6jpb"))))
(build-system gnu-build-system)
(propagated-inputs
(list printproto))
(inputs
(list libxext libxt))
(home-page "https://lesstif.sourceforge.net/")
(synopsis "Clone of the Motif toolkit for the X window system")
(description "Clone of the Motif toolkit for the X window system.")
(license license:gpl2+))) ; some files are lgpl2.1+ or x11
(define-public motif (define-public motif
;; This commit is from February 2023 and v2.3.8 from 2017. ;; This commit is from February 2023 and v2.3.8 from 2017.
(let ((commit "0f556b0873c72ba1152a12fd54c3198ee039e413") (let ((commit "0f556b0873c72ba1152a12fd54c3198ee039e413")