Loading pkgs/applications/misc/osmtogeojson/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { lib, buildNpmPackage, fetchFromGitHub }: buildNpmPackage rec { pname = "osmtogeojson"; version = "3.0.0-beta.5"; src = fetchFromGitHub { owner = "tyrasd"; repo = pname; rev = version; hash = "sha256-T6d/KQQGoXHgV0iNhOms8d9zfjYMfnBNwPLShrEkHG4="; }; postPatch = '' cp ${./package-lock.json} ./package-lock.json ''; npmDepsHash = "sha256-stAVuyjuRQthQ3jQdekmZYjeau9l0GzEEMkV1q5fT2k="; dontNpmBuild = true; meta = with lib; { description = "Converts OSM data to GeoJSON"; homepage = "https://tyrasd.github.io/osmtogeojson/"; maintainers = with maintainers; [ thibautmarty ]; license = licenses.mit; }; } pkgs/applications/misc/osmtogeojson/package-lock.json 0 → 100644 +2967 −0 File added.Preview size limit exceeded, changes collapsed. Show changes pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -33021,6 +33021,8 @@ with pkgs; osmium-tool = callPackage ../applications/misc/osmium-tool { }; osmtogeojson = callPackage ../applications/misc/osmtogeojson { }; owamp = callPackage ../applications/networking/owamp { }; owofetch = callPackage ../tools/misc/owofetch { Loading
pkgs/applications/misc/osmtogeojson/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { lib, buildNpmPackage, fetchFromGitHub }: buildNpmPackage rec { pname = "osmtogeojson"; version = "3.0.0-beta.5"; src = fetchFromGitHub { owner = "tyrasd"; repo = pname; rev = version; hash = "sha256-T6d/KQQGoXHgV0iNhOms8d9zfjYMfnBNwPLShrEkHG4="; }; postPatch = '' cp ${./package-lock.json} ./package-lock.json ''; npmDepsHash = "sha256-stAVuyjuRQthQ3jQdekmZYjeau9l0GzEEMkV1q5fT2k="; dontNpmBuild = true; meta = with lib; { description = "Converts OSM data to GeoJSON"; homepage = "https://tyrasd.github.io/osmtogeojson/"; maintainers = with maintainers; [ thibautmarty ]; license = licenses.mit; }; }
pkgs/applications/misc/osmtogeojson/package-lock.json 0 → 100644 +2967 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -33021,6 +33021,8 @@ with pkgs; osmium-tool = callPackage ../applications/misc/osmium-tool { }; osmtogeojson = callPackage ../applications/misc/osmtogeojson { }; owamp = callPackage ../applications/networking/owamp { }; owofetch = callPackage ../tools/misc/owofetch {