qt-gstreamer: add license
This commit is contained in:
parent
9580d80abe
commit
867ddb29ea
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue