From 957810e04fa2bdaf2bb07471ad7f9bc4a2a66bf6 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Mon, 4 Jun 2018 12:48:39 +0000 Subject: [PATCH] libarchive: fix patch hash --- pkgs/development/libraries/libarchive/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libarchive/default.nix b/pkgs/development/libraries/libarchive/default.nix index da1bffb367d9..7625abf38fb3 100644 --- a/pkgs/development/libraries/libarchive/default.nix +++ b/pkgs/development/libraries/libarchive/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { # LibreSSL patch; this is from upstream, and can be removed when the next release is made. (fetchpatch { url = "https://github.com/libarchive/libarchive/commit/5da00ad75b09e262774ec3675bbe4d5a4502a852.patch"; - sha256 = "1r5n09dqhs5f8jx4iyqy06f0ryrxnbz60ww9aiww0j4gp5fs77qk"; + sha256 = "0np1i9r6mfxmbksj7mmf5abpnmlmg63704p9z3ihjh2rnq596c1v"; }) ]; @@ -52,6 +52,8 @@ stdenv.mkDerivation rec { -e 's|-llzo2|-L${lzo}/lib -llzo2|' ''; + enableParallelBuilding = true; + meta = { description = "Multi-format archive and compression library"; longDescription = ''