Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

phonon-backend-vlc: add license

+1
+1
pkgs/development/libraries/phonon/backends/vlc.nix
··· 22 22 homepage = https://phonon.kde.org/; 23 23 description = "GStreamer backend for Phonon"; 24 24 platforms = platforms.linux; 25 + license = with licenses; [ bsd3 lgpl2Plus ]; 25 26 }; 26 27 27 28 src = fetchurl {