mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
3372b3f8fd
svn path=/nixpkgs/trunk/; revision=209
26 lines
768 B
Plaintext
26 lines
768 B
Plaintext
Package(
|
|
[ ("name", "subversion-0.26.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/5322/subversion-0.26.0.tar.gz")
|
|
, ("md5", "700caa3f59b585d173812c4a078feeba")
|
|
]))
|
|
|
|
, ("localServer", "1")
|
|
, ("httpsClient", "1")
|
|
, ("httpServer", "1")
|
|
, ("httpsServer", "1")
|
|
, ("pythonBindings", "1")
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
, ("ssl", IncludeFix("openssl/openssl.fix"))
|
|
, ("swig", IncludeFix("swig/swig.fix"))
|
|
, ("httpd", IncludeFix("httpd/httpd.fix"))
|
|
, ("db4", IncludeFix("db4/db4.fix"))
|
|
, ("libxml", IncludeFix("libxml2/libxml2.fix"))
|
|
]
|
|
)
|