guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: glibc: Add version 2.24.


From: Efraim Flashner
Subject: 01/01: gnu: glibc: Add version 2.24.
Date: Tue, 7 Feb 2017 17:42:17 +0000 (UTC)

efraim pushed a commit to branch core-updates
in repository guix.

commit 7ca72ec44bf52d459f1fbd994037b792999fe0eb
Author: Efraim Flashner <address@hidden>
Date:   Tue Feb 7 19:40:46 2017 +0200

    gnu: glibc: Add version 2.24.
    
    * gnu/packages/base.scm (glibc-2.24): New variable.
---
 gnu/packages/base.scm |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index a2efa32..62f1056 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -772,6 +772,18 @@ GLIBC/HURD for a Hurd host"
 ;; Below are old libc versions, which we use mostly to build locale data in
 ;; the old format (which the new libc cannot cope with.)
 
+(define-public glibc-2.24
+  (package
+    (inherit glibc)
+    (version "2.24")
+    (source (origin
+              (inherit (package-source glibc))
+              (uri (string-append "mirror://gnu/glibc/glibc-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "1lxmprg9gm73gvafxd503x70z32phwjzcy74i0adfi6ixzla7m4r"))))))
+
 (define-public glibc-2.23
   (package
     (inherit glibc)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]