lastpass-cli: refactor allow builds on non linux

This commit is contained in:
Mitch Tishmack 2016-12-26 14:57:14 -06:00
parent 49d721a889
commit 7c0e1f9fe4

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Stores, retrieves, generates, and synchronizes passwords securely";
homepage = "https://github.com/lastpass/lastpass-cli";
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = stdenv.lib.platforms.unix;
maintainers = with maintainers; [ cstrahan ];
};
}