1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #11142 from cresh/darwin-sshpass

sshpass: Enable on OS X.
This commit is contained in:
zimbatm 2016-02-27 00:00:01 +00:00
commit 2f38c1be69

View file

@ -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;
};
}