mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
farstream: add license
This commit is contained in:
parent
cd2145b332
commit
abbc68a756
@ -24,10 +24,10 @@ in stdenv.mkDerivation rec {
|
|||||||
gst-plugins-good gst-plugins-bad gst-libav
|
gst-plugins-good gst-plugins-bad gst-libav
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.freedesktop.org/wiki/Software/Farstream;
|
homepage = https://www.freedesktop.org/wiki/Software/Farstream;
|
||||||
description = "Audio/Video Communications Framework formely known as farsight";
|
description = "Audio/Video Communications Framework formely known as farsight";
|
||||||
maintainers = [ ];
|
platforms = platforms.linux;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user