segger-jlink: remove 'with lib;' antipattern from meta

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>

+4 -4
+4 -4
pkgs/by-name/se/segger-jlink/package.nix
··· 219 220 passthru.updateScript = ./update.py; 221 222 - meta = with lib; { 223 description = "J-Link Software and Documentation pack"; 224 homepage = "https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack"; 225 changelog = "https://www.segger.com/downloads/jlink/ReleaseNotes_JLink.html"; 226 - license = licenses.unfree; 227 - platforms = attrNames supported; 228 - maintainers = with maintainers; [ 229 FlorianFranzen 230 h7x4 231 stargate01
··· 219 220 passthru.updateScript = ./update.py; 221 222 + meta = { 223 description = "J-Link Software and Documentation pack"; 224 homepage = "https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack"; 225 changelog = "https://www.segger.com/downloads/jlink/ReleaseNotes_JLink.html"; 226 + license = lib.licenses.unfree; 227 + platforms = lib.attrNames supported; 228 + maintainers = with lib.maintainers; [ 229 FlorianFranzen 230 h7x4 231 stargate01