mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
LZO: Build the shared library.
svn path=/nixpkgs/trunk/; revision=18232
This commit is contained in:
parent
1cebea089b
commit
1c8f15b0aa
|
@ -7,7 +7,9 @@ stdenv.mkDerivation rec {
|
|||
url = "${meta.homepage}/download/${name}.tar.gz";
|
||||
sha256 = "8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591";
|
||||
};
|
||||
|
||||
|
||||
configureFlags = "--enable-shared";
|
||||
|
||||
meta = {
|
||||
description = "A data compresion library suitable for real-time data de-/compression";
|
||||
homepage = http://www.oberhumer.com/opensource/lzo;
|
||||
|
|
Loading…
Reference in a new issue