lol

libtirpc: 1.3.3 -> 1.3.4

While at it enabled parallel builds and strict depends.

Changes: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=shortlog;h=refs/tags/libtirpc-1-3-4

+6 -3
+6 -3
pkgs/development/libraries/ti-rpc/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libtirpc"; 5 - version = "1.3.3"; 5 + version = "1.3.4"; 6 6 7 7 src = fetchurl { 8 - url = "http://git.linux-nfs.org/?p=steved/libtirpc.git;a=snapshot;h=0fb94eef5062d2657d75eee686fa47238fafa312;sf=tgz"; 9 - sha256 = "sha256-3P3xYKeAmLbBI4TdsG1VZBO7py9ktiwhXNtGsnryGNI="; 8 + url = "http://git.linux-nfs.org/?p=steved/libtirpc.git;a=snapshot;h=refs/tags/libtirpc-${lib.replaceStrings ["."] ["-"] version};sf=tgz"; 9 + sha256 = "sha256-fmZxpdyl98z+QBHpEccGB8A+YktuWONw6k0p06AImDw="; 10 10 name = "${pname}-${version}.tar.gz"; 11 11 }; 12 12 ··· 15 15 KRB5_CONFIG = "${libkrb5.dev}/bin/krb5-config"; 16 16 nativeBuildInputs = [ autoreconfHook ]; 17 17 propagatedBuildInputs = [ libkrb5 ]; 18 + strictDeps = true; 18 19 19 20 preConfigure = '' 20 21 sed -es"|/etc/netconfig|$out/etc/netconfig|g" -i doc/Makefile.in tirpc/netconfig.h 21 22 ''; 23 + 24 + enableParallelBuilding = true; 22 25 23 26 preInstall = '' 24 27 mkdir -p $out/etc