phonon-backend-gstreamer: add license

This commit is contained in:
Markus Kowalewski
2018-10-25 22:16:40 +02:00
parent d00487cad5
commit 0badfc2b6e

View File

@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
description = "GStreamer backend for Phonon";
platforms = platforms.linux;
maintainers = with maintainers; [ ttuegel ];
license = licenses.lgpl21;
};
src = fetchurl {