guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e18b8c2aca796ee76d7b4c8f5758de673e4c7e10
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 26 10:37:15 2025 +0200

    gnu: Remove lesstif.
    
    * gnu/packages/lesstif.scm (lesstif): Delete variable.
    
    Fixes: guix/guix#1621
    Change-Id: Ie78b056a330162526850af5fd9665bcab7d53736
---
 gnu/packages/lesstif.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/lesstif.scm b/gnu/packages/lesstif.scm
index 2c435d999b..f0ef220742 100644
--- a/gnu/packages/lesstif.scm
+++ b/gnu/packages/lesstif.scm
@@ -32,29 +32,6 @@
   #: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
   ;; This commit is from February 2023 and v2.3.8 from 2017.
   (let ((commit "0f556b0873c72ba1152a12fd54c3198ee039e413")

Reply via email to