lzfse: use cmake build system
this builds .so correctly
This commit is contained in:
parent
e5a097a8cd
commit
d1c2a9ed97
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub }:
|
{ stdenv, fetchFromGitHub, cmake }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "lzfse";
|
pname = "lzfse";
|
||||||
@ -11,9 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1mfh6y6vpvxsdwmqmfbkqkwvxc0pz2dqqc72c6fk9sbsrxxaghd5";
|
sha256 = "1mfh6y6vpvxsdwmqmfbkqkwvxc0pz2dqqc72c6fk9sbsrxxaghd5";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "INSTALL_PREFIX=$(out)" ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
enableParallelBuilding = false; #bug
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/lzfse/lzfse";
|
homepage = "https://github.com/lzfse/lzfse";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user