wivrn: remove usages of with
This commit is contained in:
@@ -196,14 +196,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "An OpenXR streaming application to a standalone headset";
|
||||
homepage = "https://github.com/WiVRn/WiVRn/";
|
||||
changelog = "https://github.com/WiVRn/WiVRn/releases/";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ passivelemon ];
|
||||
platforms = platforms.linux;
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = [ lib.maintainers.passivelemon ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "wivrn-server";
|
||||
sourceProvenance = with sourceTypes; [ fromSource ];
|
||||
sourceProvenance = [ lib.sourceTypes.fromSource ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user