mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
* Propagate libraries.
svn path=/nixpkgs/trunk/; revision=154
This commit is contained in:
parent
7ec635589f
commit
07b84525a9
@ -1,7 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
export PATH=$libxml/bin:/bin:/usr/bin:/usr/local/bin
|
||||
export LD_LIBRARY_PATH=$ssl/lib:
|
||||
envpkgs="$ssl $db4 $httpd $swig"
|
||||
. $setenv
|
||||
|
||||
export LDFLAGS=-s
|
||||
|
||||
@ -34,3 +35,5 @@ if test $pythonBindings; then
|
||||
make swig-py || exit 1
|
||||
make install-swig-py || exit 1
|
||||
fi
|
||||
|
||||
echo $envpkgs > $out/envpkgs || exit 1
|
||||
|
@ -1,10 +1,14 @@
|
||||
Package(
|
||||
[ ("name", "subversion-0.25.0")
|
||||
|
||||
, ("build", Relative("subversion/subversion-build.sh"))
|
||||
, ("setenv", Relative("helpers/set-env.sh"))
|
||||
|
||||
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
||||
[ ("url", "http://subversion.tigris.org/files/documents/15/5110/subversion-0.25.tar.gz")
|
||||
, ("md5", "a018220d5c790161bc712ccb7d0f1b38")
|
||||
]))
|
||||
|
||||
, ("httpsClient", "1")
|
||||
, ("ssl", IncludeFix("openssl/openssl.fix"))
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user