osm2pgsql: reformat with nixpkgs-fmt
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user