gucview: add license
This commit is contained in:
parent
236e9da382
commit
c9864335b5
@ -27,10 +27,11 @@ stdenv.mkDerivation rec {
|
|||||||
gsl
|
gsl
|
||||||
] ++ stdenv.lib.optional pulseaudioSupport libpulseaudio;
|
] ++ stdenv.lib.optional pulseaudioSupport libpulseaudio;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A simple interface for devices supported by the linux UVC driver";
|
description = "A simple interface for devices supported by the linux UVC driver";
|
||||||
homepage = http://guvcview.sourceforge.net;
|
homepage = http://guvcview.sourceforge.net;
|
||||||
maintainers = [ stdenv.lib.maintainers.coconnor ];
|
maintainers = [ maintainers.coconnor ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.gpl3;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user