gucview: add license

This commit is contained in:
Markus Kowalewski 2018-08-30 00:22:31 +02:00
parent 236e9da382
commit c9864335b5
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -27,10 +27,11 @@ stdenv.mkDerivation rec {
gsl
] ++ stdenv.lib.optional pulseaudioSupport libpulseaudio;
meta = {
meta = with stdenv.lib; {
description = "A simple interface for devices supported by the linux UVC driver";
homepage = http://guvcview.sourceforge.net;
maintainers = [ stdenv.lib.maintainers.coconnor ];
platforms = stdenv.lib.platforms.linux;
maintainers = [ maintainers.coconnor ];
license = licenses.gpl3;
platforms = platforms.linux;
};
}