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:
Peter Simons 2010-08-06 12:45:11 +00:00
parent 4defdcc50c
commit 432ad9ceef

View file

@ -7,6 +7,7 @@
assert zlibSupport -> zlib != null;
assert sslSupport -> openssl != null;
assert scpSupport -> libssh2 != null;
stdenv.mkDerivation rec {
name = "curl-7.21.0";