* OpenSSL, Firebird require Perl.

svn path=/nixpkgs/trunk/; revision=345
This commit is contained in:
Eelco Dolstra 2003-08-22 15:09:51 +00:00
parent 55c1068263
commit 4de36e3b50
4 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@
envpkgs="$gtk $libIDL"
. $stdenv/setup || exit 1
export PATH=$pkgconfig/bin:$PATH
export PATH=$pkgconfig/bin:$perl/bin:$PATH
tar xvfj $src || exit 1
cd mozilla || exit 1

View file

@ -11,6 +11,7 @@ Package(
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
, ("gtk", IncludeFix("gtk+/gtk+.fix"))
, ("perl", IncludeFix("perl/perl.fix"))
, ("libIDL", IncludeFix("libIDL/libIDL.fix"))
]
)

View file

@ -1,6 +1,7 @@
#! /bin/sh
. $stdenv/setup || exit 1
export PATH=$perl/bin:$PATH
tar xvfz $src || exit 1
cd openssl-* || exit 1

View file

@ -9,5 +9,6 @@ Package(
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("perl", IncludeFix("perl/perl.fix"))
]
)