We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 18aada9 commit c2b9ab5Copy full SHA for c2b9ab5
pkgs/os-specific/linux/nfs-utils/default.nix
@@ -45,6 +45,8 @@ in stdenv.mkDerivation rec {
45
46
substituteInPlace utils/mount/Makefile.in \
47
--replace "chmod 4511" "chmod 0511"
48
+
49
+ sed '1i#include <stdint.h>' -i support/nsm/rpc.c
50
'';
51
52
makeFlags = [
0 commit comments