Merge recent 'staging' into closure-size

Let's get rid of those merge conflicts.
This commit is contained in:
Vladimír Čunát
2016-02-03 16:57:19 +01:00
637 changed files with 123880 additions and 83341 deletions
+2 -6
View File
@@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "nfs-utils-1.3.2"; # NOTE: when updating, remove the HACK BUG FIX below
name = "nfs-utils-1.3.3";
src = fetchurl {
url = "mirror://sourceforge/nfs/${name}.tar.bz2";
sha256 = "1xwilpdr1vizq2yhpzxpwqqr9f8kn0dy2wcpc626mf30ybp7572v";
sha256 = "1svn27j5c873nixm46l111g7cgyaj5zd51ahfq8mx5v9m3vh93py";
};
buildInputs =
@@ -31,10 +31,6 @@ stdenv.mkDerivation rec {
chmod +x "$i"
done
sed -i s,/usr/sbin,$out/sbin, utils/statd/statd.c
# HACK BUG FIX: needed for 1.3.2
# http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=17a3e5bffb7110d46de1bf42b64b90713ff5ea50
sed -e 's,daemon_init(!,daemon_init(,' -i utils/statd/statd.c
'';
preBuild =