mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
Merge pull request #11142 from cresh/darwin-sshpass
sshpass: Enable on OS X.
This commit is contained in:
commit
2f38c1be69
|
@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://sourceforge.net/projects/sshpass/;
|
||||
description = "Non-interactive ssh password auth";
|
||||
maintainers = [ stdenv.lib.maintainers.madjar ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue