osm2pgsql: reformat with nixpkgs-fmt

This commit is contained in:
Raphael Borun Das Gupta 2020-06-29 00:19:38 +02:00
parent 0f436ea358
commit 056b0df2b6

@ -1,5 +1,16 @@
{ stdenv, fetchFromGitHub, cmake, expat, proj, bzip2, zlib, boost, postgresql
, withLuaJIT ? false, lua, luajit }:
{ stdenv
, fetchFromGitHub
, cmake
, expat
, proj
, bzip2
, zlib
, boost
, postgresql
, withLuaJIT ? false
, lua
, luajit
}:
stdenv.mkDerivation rec {
pname = "osm2pgsql";