mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
* OpenSSL, Firebird require Perl.
svn path=/nixpkgs/trunk/; revision=345
This commit is contained in:
parent
55c1068263
commit
4de36e3b50
|
@ -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
|
||||
|
|
|
@ -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"))
|
||||
]
|
||||
)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#! /bin/sh
|
||||
|
||||
. $stdenv/setup || exit 1
|
||||
export PATH=$perl/bin:$PATH
|
||||
|
||||
tar xvfz $src || exit 1
|
||||
cd openssl-* || exit 1
|
||||
|
|
|
@ -9,5 +9,6 @@ Package(
|
|||
]))
|
||||
|
||||
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
||||
, ("perl", IncludeFix("perl/perl.fix"))
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue