diff --git a/nix/sources.json b/nix/sources.json

index d331bb276cb2c0da5ec9f52996b92cd0df823aa0..739ada26dee65970ab6d3a2aa2976b6ebe194372 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -16,7 +16,7 @@ },

 "cheetah3": {

     "branch": "master",

     "builtin": false,

     "description": "Cheetah3 is a free (MIT) and open source template engine for Python",

     "homepage": "https://cheetahtemplate.org/",

     "owner": "CheetahTemplate3",

@@ -114,15 +114,15 @@ },

 "embox": {

     "branch": "master",

     "builtin": false,

     "description": "Modular and configurable OS for embedded applications",

     "homepage": "http://embox.github.io",

     "owner": "embox",

     "repo": "embox",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "foma": {

@@ -169,27 +169,27 @@ "url_template": "https://github.com///archive/.tar.gz"

 },

 "geofabrik-estonia": {

     "builtin": false,

     "type": "file",

     "url_template": "https://download.geofabrik.de/europe/estonia-<version>.osm.pbf",

 },

 "geofabrik-finland": {

     "builtin": false,

     "type": "file",

     "url_template": "https://download.geofabrik.de/europe/finland-<version>.osm.pbf",

 },

 "geofabrik-russia-nwfd": {

     "builtin": false,

     "type": "file",

     "url_template": "https://download.geofabrik.de/russia/northwestern-fed-district-<version>.osm.pbf",

 },

 "gimgtools": {

     "branch": "master",

@@ -278,7 +278,7 @@ },

 "gpxlab": {

     "branch": "master",

     "builtin": false,

     "description": "Program to show and manipulate GPS tracks",

     "homepage": "https://github.com/BourgeoisLab/GPXLab",

     "owner": "BourgeoisLab",

@@ -306,15 +306,15 @@ },

 "gpxsee": {

     "branch": "master",

     "builtin": false,

     "description": "GPS log file viewer and analyzer",

     "homepage": "https://www.gpxsee.org",

     "owner": "tumic0",

     "repo": "GPXSee",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "gpxsee-maps": {

@@ -347,15 +347,15 @@ },

 "gpxtrackposter": {

     "branch": "master",

     "builtin": false,

     "description": "Create a visually appealing poster from your GPX tracks",

     "homepage": "https://github.com/flopp/GpxTrackPoster",

     "owner": "flopp",

     "repo": "GpxTrackPoster",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "gt-bash-client": {

@@ -515,15 +515,15 @@ },

 "mapper": {

     "branch": "master",

     "builtin": false,

     "description": "OpenOrienteering Mapper is a software for creating maps for the orienteering sport",

     "homepage": "https://www.openorienteering.org/apps/mapper/",

     "owner": "OpenOrienteering",

     "repo": "mapper",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "mapsoft": {

@@ -545,11 +545,11 @@ "builtin": false,

     "description": "Ежедневная сборка карт из данных OpenStreetMap для навигационных приборов и приложений Garmin",

     "homepage": "https://maptourist.org",

     "region": "szfo",

     "type": "file",

     "url_template": "https://maptourist.org/osm-garmin/archive/OSM-MapTourist-<region>-RU_<version>.zip",

 },

 "mbtileserver": {

     "branch": "master",

@@ -648,7 +648,7 @@ },

 "nakarte": {

     "branch": "master",

     "builtin": false,

     "description": "Source code of site http://nakarte.me",

     "homepage": "https://nakarte.me",

     "owner": "wladich",

@@ -662,15 +662,15 @@ },

 "nnn": {

     "branch": "master",

     "builtin": false,

     "description": "n³ The missing terminal file manager for X",

     "homepage": "https://github.com/jarun/nnn",

     "owner": "jarun",

     "repo": "nnn",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "odict": {

@@ -718,7 +718,7 @@ },

 "pg-tileserv": {

     "branch": "master",

     "builtin": false,

     "description": "A very thin PostGIS-only tile server in Go. Takes in HTTP tile requests, executes SQL, returns MVT tiles",

     "homepage": "https://github.com/CrunchyData/pg_tileserv",

     "owner": "CrunchyData",

@@ -840,15 +840,15 @@ },

 "supermercado": {

     "branch": "master",

     "builtin": false,

     "description": "Supercharger for mercantile",

     "homepage": "https://github.com/mapbox/supermercado",

     "owner": "mapbox",

     "repo": "supermercado",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "supload": {

@@ -896,7 +896,7 @@ },

 "zdict": {

     "branch": "master",

     "builtin": false,

     "description": "The last online dictionary framework you need",

     "homepage": "https://pypi.org/project/zdict/",

     "owner": "zdict",

diff --git a/pkgs/applications/mapsoft/2.nix b/pkgs/applications/mapsoft/2.nix

index f8ff81f4b90c2b85f439aa14f2b3c8b18ec44032..7f4716c9f2180e7112bf0d954386aaf721b5dc7c 100644

--- a/pkgs/applications/mapsoft/2.nix

+++ b/pkgs/applications/mapsoft/2.nix

@@ -20,15 +20,15 @@ , shapelib

, unzip

}:

-stdenv.mkDerivation {

+stdenv.mkDerivation rec {

pname = "mapsoft2";

src = fetchFromGitHub {

 owner = "slazav";

 fetchSubmodules = true;

};

diff --git a/pkgs/embox/default.nix b/pkgs/embox/default.nix

index 8a490ec23627b187a112ade5ce50f58a78d8de2e..04bc7269e32282c1eb6b99d9ec831ba834a5ea71 100644

--- a/pkgs/embox/default.nix

+++ b/pkgs/embox/default.nix

@@ -26,7 +26,7 @@ -M integratorcp \

   -kernel @out@/share/embox/images/embox.img \

   -m 256 \

   -net nic,netdev=n0,model=smc91c111,macaddr=AA:BB:CC:DD:EE:02 \

   -nographic

'';

in

diff --git a/pkgs/tools/geo/gpxtrackposter/default.nix b/pkgs/tools/geo/gpxtrackposter/default.nix

index 475cbaf1db35c2dac0a5c091c0e6307ae0e09a8d..f879b885920f64010f14be844868a65ac828fbce 100644

--- a/pkgs/tools/geo/gpxtrackposter/default.nix

+++ b/pkgs/tools/geo/gpxtrackposter/default.nix

@@ -25,8 +25,10 @@ svgwrite

 colour

 s2sphere

 pint

 pytz

 setuptools

 timezonefinder

];

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/27112873528de41188591a6e4d3436271334542b.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
136.022941 milliseconds
Gemini-to-HTML Time
3.052853 milliseconds

This content has been proxied by September (3851b).