v4l2-relayd: remove with lib
This commit is contained in:
@@ -39,12 +39,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
rev-prefix = "upstream/";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Streaming relay for v4l2loopback using GStreamer";
|
||||
mainProgram = "v4l2-relayd";
|
||||
homepage = "https://git.launchpad.net/v4l2-relayd";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ betaboon ];
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ betaboon ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user