From 96c53c823990741c6fc4ff92df7cb7888d13350e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sat, 21 Aug 2010 20:11:07 +0000 Subject: [PATCH] Fix on the file type on glibc ports 2.12.1. (gzip vs bzip2) svn path=/nixpkgs/branches/stdenv-updates/; revision=23339 --- pkgs/development/libraries/glibc-2.12/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/glibc-2.12/common.nix b/pkgs/development/libraries/glibc-2.12/common.nix index b4e65057183..afa498ccd2a 100644 --- a/pkgs/development/libraries/glibc-2.12/common.nix +++ b/pkgs/development/libraries/glibc-2.12/common.nix @@ -152,7 +152,7 @@ stdenv.mkDerivation ({ sed -i "$i" -e "s^/bin/pwd^$PWD_P^g" done - ${if needsPorts then "tar xvjf ${srcPorts}" else ""} + ${if needsPorts then "tar xvf ${srcPorts}" else ""} mkdir ../build cd ../build