gnucash: remove `with lib;`

+4 -4
+4 -4
pkgs/by-name/gn/gnucash/package.nix
··· 177 177 178 178 passthru.updateScript = ./update.sh; 179 179 180 - meta = with lib; { 180 + meta = { 181 181 homepage = "https://www.gnucash.org/"; 182 182 description = "Free software for double entry accounting"; 183 183 longDescription = '' ··· 200 200 - Scheduled Transactions 201 201 - Financial Calculations 202 202 ''; 203 - license = licenses.gpl2Plus; 204 - maintainers = with maintainers; [ 203 + license = lib.licenses.gpl2Plus; 204 + maintainers = with lib.maintainers; [ 205 205 nevivurn 206 206 ryand56 207 207 ]; 208 - platforms = platforms.unix; 208 + platforms = lib.platforms.unix; 209 209 mainProgram = "gnucash"; 210 210 }; 211 211 })