pkgs/tools/compression/bzip2: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=24142
This commit is contained in:
parent
113075207e
commit
d0cdb3a02a
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "bzip2-1.0.5";
|
name = "bzip2-1.0.5";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz;
|
url = http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz;
|
||||||
sha256 = "08py2s9vw6dgw457lbklh1vsr3b8x8dlv7d8ygdfaxlx61l57gzp";
|
sha256 = "08py2s9vw6dgw457lbklh1vsr3b8x8dlv7d8ygdfaxlx61l57gzp";
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||||||
makeFlags = if linkStatic then "LDFLAGS=-static" else "";
|
makeFlags = if linkStatic then "LDFLAGS=-static" else "";
|
||||||
|
|
||||||
inherit linkStatic;
|
inherit linkStatic;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.bzip.org";
|
homepage = "http://www.bzip.org";
|
||||||
description = "high-quality data compression program";
|
description = "high-quality data compression program";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user