lz4: 131 -> 1.7.3

‘make install’ now supports FreeBSD out of the box (untested).
This commit is contained in:
Tobias Geerinckx-Rice
2016-11-17 16:27:31 +01:00
parent 2c01da3654
commit 1f0a12ee8d
2 changed files with 3 additions and 59 deletions
+3 -5
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "lz4-${version}";
version = "131";
version = "1.7.3";
src = fetchFromGitHub {
sha256 = "1bhvcq8fxxsqnpg5qa6k3nsyhq0nl0iarh08sqzclww27hlpyay2";
rev = "r${version}";
sha256 = "0b9yhgiqsdaqgq03vkgalrpbbw7p9a8n8j1nqipra5vw182jrvl0";
rev = "v${version}";
repo = "lz4";
owner = "Cyan4973";
};
@@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
doCheck = false; # tests take a very long time
checkTarget = "test";
patches = [ ./install-on-freebsd.patch ] ;
postInstall = "rm $out/lib/*.a";
meta = with stdenv.lib; {