lzlib: add shared objects to build

This commit is contained in:
Gabriel Arazas 2022-08-27 08:03:06 +08:00 committed by ehmry
parent 6763d63a27
commit f2dabd93e7

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
makeFlags = [ "CC:=$(CC)" ];
doCheck = true;
configureFlags = [ "--enable-shared" ];
meta = with lib; {
homepage = "https://www.nongnu.org/lzip/${pname}.html";
description =