summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-09-09 13:33:43 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-12 23:52:42 +0900
commit9a13d37cee32ce828fc049d2d1f771df1d720483 (patch)
tree2f0210fac7602965ed0c1a1658fc38d404c637aa /gnu
parentc329efa9133416c9958f97014d6b4a4db4bf04de (diff)
Revert "gnu: Add gperf-3.1."
This reverts commit ef36d573f5875b25e83937270ec35e84cde12c49.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gperf.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/gperf.scm b/gnu/packages/gperf.scm
index 892ac8d0345..0a653ccb847 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