forked from mirrors/nixpkgs
* Use the `inherit' syntax.
svn path=/nixpkgs/trunk/; revision=740
This commit is contained in:
parent
3f6bf521fc
commit
9d9c76529f
|
@ -22,16 +22,11 @@ derivation {
|
|||
md5 = "048c4d17d5880dc8f3699020eac56224";
|
||||
};
|
||||
|
||||
localServer = localServer;
|
||||
httpServer = httpServer;
|
||||
sslSupport = sslSupport;
|
||||
swigBindings = swigBindings;
|
||||
|
||||
stdenv = stdenv;
|
||||
openssl = if sslSupport then openssl else null;
|
||||
httpd = if httpServer then httpd else null;
|
||||
expat = expat;
|
||||
db4 = if localServer then db4 else null;
|
||||
swig = if swigBindings then swig else null;
|
||||
python = if swigBindings then swig.python else null;
|
||||
|
||||
inherit stdenv expat localServer httpServer sslSupport swigBindings;
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue