nixpkgs/pkgs/subversion/subversion.fix
Eelco Dolstra ec3b5134c1 * Converted some old Fix descriptors.
* A solution to the library abstraction problem (i.e., if 
  package X needs library Y, and library Y needs library Z, 
  then we do not (generally) want to declare Z as a input to X 
  since that would break abstraction).  This was not possible 
  under the old Nix.

svn path=/nixpkgs/trunk/; revision=150
2003-07-11 21:08:53 +00:00

12 lines
389 B
Plaintext

Package(
[ ("name", "subversion-0.25.0")
, ("build", Relative("subversion/subversion-build.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"))
]
)