qt-gstreamer: add license

This commit is contained in:
Markus Kowalewski 2018-10-12 21:42:14 +02:00
parent 9580d80abe
commit 867ddb29ea
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -25,7 +25,8 @@ stdenv.mkDerivation rec {
cmakeFlags = "-DUSE_QT_PLUGIN_DIR=OFF -DUSE_GST_PLUGIN_DIR=OFF";
meta = {
platforms = stdenv.lib.platforms.linux;
meta = with stdenv.lib; {
platforms = platforms.linux;
license = licenses.lgpl21;
};
}