lastpass-cli: refactor allow builds on non linux
This commit is contained in:
parent
49d721a889
commit
7c0e1f9fe4
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Stores, retrieves, generates, and synchronizes passwords securely";
|
description = "Stores, retrieves, generates, and synchronizes passwords securely";
|
||||||
homepage = "https://github.com/lastpass/lastpass-cli";
|
homepage = "https://github.com/lastpass/lastpass-cli";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with maintainers; [ cstrahan ];
|
maintainers = with maintainers; [ cstrahan ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user