* lndir: work properly on directories with st_nlink set to 1 (such as

on btrfs).  (From David Brown.)

svn path=/nixpkgs/trunk/; revision=22619
wip/yesman
Eelco Dolstra 14 years ago
parent cf5e79f583
commit 26164c05c5
  1. 7
      pkgs/servers/x11/xorg/overrides.nix

@ -153,4 +153,11 @@ in
configureFlags = "LIBUUID_CFLAGS='' LIBUUID_LIBS=''";
};
lndir = attrs: attrs // {
preConfigure = ''
substituteInPlace lndir.c \
--replace 'n_dirs--;' ""
'';
};
}

Loading…
Cancel
Save