diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2018-08-31 16:11:59 +0200 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-09 17:59:34 +0200 |
| commit | 6bbbdb1a34607690ca8413f29bb7bf5cacae2bcc (patch) | |
| tree | e8990651a04b7a03a4638d9284a7e6cff6094fa8 /gnu/packages/authentication.scm | |
| parent | 0171019418435888afb6024d04702683482d0294 (diff) | |
gnu: oath-toolkit: Fix FTBFS with Glibc >= 2.28.
* gnu/packages/patches/oath-toolkit-glibc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/authentication.scm (oath-toolkit)[source](patches): New field.
Diffstat (limited to 'gnu/packages/authentication.scm')
| -rw-r--r-- | gnu/packages/authentication.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm index a58eac9890b..68a64598280 100644 --- a/gnu/packages/authentication.scm +++ b/gnu/packages/authentication.scm | |||
| @@ -17,6 +17,7 @@ | |||
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. |
| 18 | 18 | ||
| 19 | (define-module (gnu packages authentication) | 19 | (define-module (gnu packages authentication) |
| 20 | #:use-module (gnu packages) | ||
| 20 | #:use-module (gnu packages linux) | 21 | #:use-module (gnu packages linux) |
| 21 | #:use-module (gnu packages pkg-config) | 22 | #:use-module (gnu packages pkg-config) |
| 22 | #:use-module (guix build-system gnu) | 23 | #:use-module (guix build-system gnu) |
| @@ -35,6 +36,7 @@ | |||
| 35 | (method url-fetch) | 36 | (method url-fetch) |
| 36 | (uri (string-append "https://download.savannah.nongnu.org/releases/" | 37 | (uri (string-append "https://download.savannah.nongnu.org/releases/" |
| 37 | name "/" name "-" version ".tar.gz")) | 38 | name "/" name "-" version ".tar.gz")) |
| 39 | (patches (search-patches "oath-toolkit-glibc-compat.patch")) | ||
| 38 | (sha256 | 40 | (sha256 |
| 39 | (base32 "182ah8vfbg0yhv6mh1b6ap944d0na6x7lpfkwkmzb6jl9gx4cd5h")))) | 41 | (base32 "182ah8vfbg0yhv6mh1b6ap944d0na6x7lpfkwkmzb6jl9gx4cd5h")))) |
| 40 | (build-system gnu-build-system) | 42 | (build-system gnu-build-system) |
