me
/
guix
Archived
1
0
Fork 0

gnu: libffi: Update to 3.2.1.

* gnu/packages/libffi.scm (libffi): Update to 3.2.1.
master
Efraim Flashner 2016-01-06 20:28:57 +02:00
parent e5f037624e
commit bfcb7bcb73
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -29,11 +30,11 @@
;; available in $includedir where some users expect them. ;; available in $includedir where some users expect them.
'(lambda* (#:key outputs #:allow-other-keys) '(lambda* (#:key outputs #:allow-other-keys)
(define out (assoc-ref outputs "out")) (define out (assoc-ref outputs "out"))
(symlink (string-append out "/lib/libffi-3.1/include") (symlink (string-append out "/lib/libffi-3.2.1/include")
(string-append out "/include"))))) (string-append out "/include")))))
(package (package
(name "libffi") (name "libffi")
(version "3.1") (version "3.2.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -41,7 +42,7 @@
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1sznmrhcswwbyqla9y2ximlkzbxks59wjfs3lh7qf8ayranyxzlp")))) "0dya49bnhianl0r65m65xndz6ls2jn1xngyn72gd28ls3n7bnvnh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:phases (alist-cons-after 'install 'post-install (arguments `(#:phases (alist-cons-after 'install 'post-install
,post-install-phase ,post-install-phase