diff options
author | Leo Famulari <leo@famulari.name> | 2018-01-03 19:13:03 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-01-10 00:07:40 -0800 |
commit | 606e2468610798b4b141c2812ff1516b83fcd2ef (patch) | |
tree | 9969b6ee95691d0ed9ec26f26b0df77062899f2f /gnu/local.mk | |
parent | 03674a7ca2876271c2514670d1bf1f81e6f0edee (diff) | |
download | guix-606e2468610798b4b141c2812ff1516b83fcd2ef.tar.gz guix-606e2468610798b4b141c2812ff1516b83fcd2ef.zip |
gnu: nfs-utils: Adapt to changes in glibc 2.26.
* gnu/packages/patches/nfs-utils-missing-headers.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/nfs.scm (nfs-utils)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 700c42c113..9d725b684a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -893,6 +893,7 @@ dist_patch_DATA = \ %D%/packages/patches/netsurf-longer-test-timeout.patch \ %D%/packages/patches/newsbeuter-CVE-2017-12904.patch \ %D%/packages/patches/newsbeuter-CVE-2017-14500.patch \ + %D%/packages/patches/nfs-utils-missing-headers.patch \ %D%/packages/patches/ngircd-handle-zombies.patch \ %D%/packages/patches/ninja-zero-mtime.patch \ %D%/packages/patches/nss-increase-test-timeout.patch \ |