about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-25 22:19:19 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-25 23:10:20 +0200
commit78b12734eed5d2aed12dce2a53bbdeda3019d3a4 (patch)
tree03a73a6e377527a96cd2d1f4bf312ecec9e7961e /pkgs
parent0badfc2b6ec8d9d9d8c0dae594c523d765ecd896 (diff)
downloadnixlib-78b12734eed5d2aed12dce2a53bbdeda3019d3a4.tar
nixlib-78b12734eed5d2aed12dce2a53bbdeda3019d3a4.tar.gz
nixlib-78b12734eed5d2aed12dce2a53bbdeda3019d3a4.tar.bz2
nixlib-78b12734eed5d2aed12dce2a53bbdeda3019d3a4.tar.lz
nixlib-78b12734eed5d2aed12dce2a53bbdeda3019d3a4.tar.xz
nixlib-78b12734eed5d2aed12dce2a53bbdeda3019d3a4.tar.zst
nixlib-78b12734eed5d2aed12dce2a53bbdeda3019d3a4.zip
phonon-backend-vlc: add license
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/phonon/backends/vlc.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/phonon/backends/vlc.nix b/pkgs/development/libraries/phonon/backends/vlc.nix
index 0487886a8966..773478f4dc03 100644
--- a/pkgs/development/libraries/phonon/backends/vlc.nix
+++ b/pkgs/development/libraries/phonon/backends/vlc.nix
@@ -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 {