bluez: fix meta.position

+9 -1
+9 -1
pkgs/by-name/bl/bluez/package.nix
··· 182 url = "https://git.kernel.org/pub/scm/bluetooth/bluez.git"; 183 }; 184 185 - meta = bluez-headers.meta // { 186 mainProgram = "btinfo"; 187 }; 188 })
··· 182 url = "https://git.kernel.org/pub/scm/bluetooth/bluez.git"; 183 }; 184 185 + meta = { 186 mainProgram = "btinfo"; 187 + inherit (bluez-headers.meta) 188 + changelog 189 + description 190 + homepage 191 + license 192 + maintainers 193 + platforms 194 + ; 195 }; 196 })