Skip to content

Commit

Permalink
nfs-utils: fixup includes with glibc-2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Nov 8, 2017
1 parent 18aada9 commit c2b9ab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/nfs-utils/default.nix
Expand Up @@ -45,6 +45,8 @@ in stdenv.mkDerivation rec {
substituteInPlace utils/mount/Makefile.in \
--replace "chmod 4511" "chmod 0511"
sed '1i#include <stdint.h>' -i support/nsm/rpc.c
'';

makeFlags = [
Expand Down

0 comments on commit c2b9ab5

Please sign in to comment.