mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
telepathy-glib: add licenses
This commit is contained in:
parent
500ea2661f
commit
154d5d993b
@ -22,8 +22,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru.python = python2;
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://telepathy.freedesktop.org;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
platforms = platforms.unix;
|
||||
license = with licenses; [ bsd2 bsd3 lgpl21Plus ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user