forked from mirrors/nixpkgs
cygwin: cmake expression should not change for linux
This commit is contained in:
parent
b980b7445f
commit
0860826795
|
@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
|
|||
"--docdir=/share/doc/${name}"
|
||||
"--mandir=/share/man"
|
||||
]
|
||||
++ optional (!stdenv.isCygwin) "--system-libs"
|
||||
++ optional (jsoncpp == null || stdenv.isCygwin) "--no-system-jsoncpp"
|
||||
++ optional useQt4 "--qt-gui"
|
||||
++ ["--"]
|
||||
|
|
Loading…
Reference in a new issue