mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
cygwin: cmake expression should not change for linux
This commit is contained in:
parent
b980b7445f
commit
0860826795
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
|
||||||
"--docdir=/share/doc/${name}"
|
"--docdir=/share/doc/${name}"
|
||||||
"--mandir=/share/man"
|
"--mandir=/share/man"
|
||||||
]
|
]
|
||||||
|
++ optional (!stdenv.isCygwin) "--system-libs"
|
||||||
++ optional (jsoncpp == null || stdenv.isCygwin) "--no-system-jsoncpp"
|
++ optional (jsoncpp == null || stdenv.isCygwin) "--no-system-jsoncpp"
|
||||||
++ optional useQt4 "--qt-gui"
|
++ optional useQt4 "--qt-gui"
|
||||||
++ ["--"]
|
++ ["--"]
|
||||||
|
|
Loading…
Reference in a new issue