1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

pkgs/tools/compression/bzip2: strip trailing whitespace

svn path=/nixpkgs/trunk/; revision=24142
This commit is contained in:
Peter Simons 2010-10-07 13:14:25 +00:00
parent 113075207e
commit d0cdb3a02a

View file

@ -2,9 +2,9 @@
stdenv.mkDerivation {
name = "bzip2-1.0.5";
builder = ./builder.sh;
src = fetchurl {
url = http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz;
sha256 = "08py2s9vw6dgw457lbklh1vsr3b8x8dlv7d8ygdfaxlx61l57gzp";
@ -16,7 +16,7 @@ stdenv.mkDerivation {
makeFlags = if linkStatic then "LDFLAGS=-static" else "";
inherit linkStatic;
meta = {
homepage = "http://www.bzip.org";
description = "high-quality data compression program";