diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-18 18:31:04 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-18 18:31:07 +0200 |
| commit | 9fd1794a6ab35336d9d5508bd7bf60b9df03b7dd (patch) | |
| tree | 456aff0063627706fb6e6ed51ba5c338675e43f7 | |
| parent | d8ec0c6ce4a6b247fed5fb232449631d8d18e6d2 (diff) | |
gnu: Remove gperf-3.0.
* gnu/packages/gperf.scm (gperf-3.0): Delete variable.
Fixes: guix/guix#1815
Change-Id: I1e2d470dc95a87a9dc39a5f03701f2e6d1b2aac9
| -rw-r--r-- | gnu/packages/gperf.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/gperf.scm b/gnu/packages/gperf.scm index 0a653ccb84..d46baaa678 100644 --- a/gnu/packages/gperf.scm +++ b/gnu/packages/gperf.scm @@ -44,18 +44,3 @@ strings, it produces a hash function and hash table in C or C++ code. That 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.0 - ;; This older version would use 'unsigned int' in its generated lookup - ;; functions whereas 3.1 uses 'size_t', which causes breakage such as - ;; <https://github.com/wingo/elogind/issues/8>. - (package - (inherit gperf) - (version "3.0.4") - (source (origin - (method url-fetch) - (uri (string-append "mirror://gnu/gperf/gperf-" - version ".tar.gz")) - (sha256 - (base32 - "0gnnm8iqcl52m8iha3sxrzrl9mcyhg7lfrhhqgdn4zj00ji14wbn")))))) |
