* Remove calls to fail().

svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
This commit is contained in:
Eelco Dolstra
2008-04-23 07:34:20 +00:00
parent 16f2d8b2d5
commit 09ab596e0f
13 changed files with 44 additions and 46 deletions

View File

@@ -1,4 +1,6 @@
{stdenv, fetchurl, perl}: stdenv.mkDerivation {
{stdenv, fetchurl, perl}:
stdenv.mkDerivation {
name = "openssl-0.9.8g";
builder = ./builder.sh;
src = fetchurl {