phonon-backend-vlc: add license

This commit is contained in:
Markus Kowalewski
2018-10-25 22:19:19 +02:00
parent 0badfc2b6e
commit 78b12734ee

View File

@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
homepage = https://phonon.kde.org/;
description = "GStreamer backend for Phonon";
platforms = platforms.linux;
license = with licenses; [ bsd3 lgpl2Plus ];
};
src = fetchurl {