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
|
{ stdenv
|
||||||
, withLuaJIT ? false, lua, luajit }:
|
, fetchFromGitHub
|
||||||
|
, cmake
|
||||||
|
, expat
|
||||||
|
, proj
|
||||||
|
, bzip2
|
||||||
|
, zlib
|
||||||
|
, boost
|
||||||
|
, postgresql
|
||||||
|
, withLuaJIT ? false
|
||||||
|
, lua
|
||||||
|
, luajit
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "osm2pgsql";
|
pname = "osm2pgsql";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user