guix_mirror_bot pushed a commit to branch qt-team
in repository guix.
commit aa1852d0f6819517fd1bb8bea3251a76c0d0a20a
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Sep 9 13:33:43 2025 +0900
Revert "gnu: Add gperf-3.1."
This reverts commit ef36d573f5875b25e83937270ec35e84cde12c49.
---
gnu/packages/gperf.scm | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/gnu/packages/gperf.scm b/gnu/packages/gperf.scm
index 892ac8d034..0a653ccb84 100644
--- a/gnu/packages/gperf.scm
+++ b/gnu/packages/gperf.scm
@@ -45,18 +45,6 @@ the hash function is perfect means that no collisions can
exist and that
look-ups can be made by single string comparisons.")
(license gpl3+)))
-(define-public gperf-3.1
- (package
- (inherit gperf)
- (version "3.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnu/gperf/gperf-"
- version ".tar.gz"))
- (sha256
- (base32
- "1qispg6i508rq8pkajh26cznwimbnj06wq9sd85vg95v8nwld1aq"))))))
-
(define-public gperf-3.0
;; This older version would use 'unsigned int' in its generated lookup
;; functions whereas 3.1 uses 'size_t', which causes breakage such as