forked from mirrors/nixpkgs
pkgs/tools/networking/curl: assert that scpSupport is enabled only when libssh2 is available
svn path=/nixpkgs/trunk/; revision=22996
This commit is contained in:
parent
4defdcc50c
commit
432ad9ceef
|
@ -7,6 +7,7 @@
|
|||
|
||||
assert zlibSupport -> zlib != null;
|
||||
assert sslSupport -> openssl != null;
|
||||
assert scpSupport -> libssh2 != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "curl-7.21.0";
|
||||
|
|
Loading…
Reference in a new issue