pam_ssh_agent_auth: fix nix eval

This commit is contained in:
Domen Kozar 2013-05-23 15:24:15 +02:00
parent 5779dfc8e4
commit d8d6fd7412

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = http://pamsshagentauth.sourceforge.net/;
description = "PAM module for authentication through the SSH agent";
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.maintainers.linux;
platforms = stdenv.lib.platforms.linux;
};
}