openssh: build on unix platforms
This commit is contained in:
parent
1d104c792b
commit
9726dded27
|
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.openssh.org/;
|
homepage = http://www.openssh.org/;
|
||||||
description = "An implementation of the SSH protocol";
|
description = "An implementation of the SSH protocol";
|
||||||
license = "bsd";
|
license = "bsd";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = stdenv.lib.maintainers.eelco;
|
maintainers = stdenv.lib.maintainers.eelco;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue