forked from lix-project/lix
Tweak
This commit is contained in:
parent
66424cd29f
commit
5e9653c370
|
@ -276,7 +276,6 @@ stdenv.mkDerivation {
|
|||
...
|
||||
}
|
||||
```
|
||||
("->" is a boolean operation known as [logical implication](https://en.wikipedia.org/wiki/Truth_table#Logical_implication))
|
||||
|
||||
The points of interest are:
|
||||
|
||||
|
@ -285,6 +284,10 @@ The points of interest are:
|
|||
function is called with the `localServer` argument set to `true` but
|
||||
the `db4` argument set to `null`, then the evaluation fails.
|
||||
|
||||
Note that `->` is the [logical
|
||||
implication](https://en.wikipedia.org/wiki/Truth_table#Logical_implication)
|
||||
Boolean operation.
|
||||
|
||||
2. This is a more subtle condition: if Subversion is built with Apache
|
||||
(`httpServer`) support, then the Expat library (an XML library) used
|
||||
by Subversion should be same as the one used by Apache. This is
|
||||
|
|
Loading…
Reference in a new issue