forked from mirrors/nixpkgs
phonon-backend-gstreamer: add license
This commit is contained in:
parent
d00487cad5
commit
0badfc2b6e
|
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "GStreamer backend for Phonon";
|
description = "GStreamer backend for Phonon";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ttuegel ];
|
maintainers = with maintainers; [ ttuegel ];
|
||||||
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|
Loading…
Reference in a new issue