diff --git a/ci.nix b/ci.nix

index 2911f4481a2866202e3d8be8c32f643ba59e9222..e3b8c10ae2b6a52fec1384653d97ceed5fd4261d 100644

--- a/ci.nix

+++ b/ci.nix

@@ -1,5 +1,5 @@

This file provides all the buildable and cacheable packages and

-# package outputs in you package set. These are what gets built by CI,

+# package outputs in your package set. These are what gets built by CI,

so if you correctly mark packages as

- broken (using meta.broken),

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

index aada9350445a9bfdc7713c03792c9bbeb2f877f5..b667aa62803531d632aa8490607cb1d7b334090f 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -44,15 +44,15 @@ },

 "cheetah3": {

     "branch": "master",

     "builtin": false,

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

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

     "owner": "CheetahTemplate3",

     "repo": "cheetah3",

     "type": "tarball",

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

 },

 "csvquote": {

@@ -239,27 +239,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",

@@ -377,15 +377,15 @@ "gpxsee": {

     "branch": "master",

     "builtin": false,

     "changelog": "https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes",

     "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": {

@@ -475,15 +475,15 @@ },

 "hfst": {

     "branch": "master",

     "builtin": false,

     "description": "Helsinki Finite-State Technology (library and application suite)",

     "homepage": "https://hfst.github.io",

     "owner": "hfst",

     "repo": "hfst",

     "type": "tarball",

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

 },

 "how-to-use-pvs-studio-free": {

@@ -657,15 +657,15 @@ },

 "mapsoft": {

     "branch": "master",

     "builtin": false,

     "description": "Mapping software for linux",

     "homepage": "https://github.com/ushakov/mapsoft",

     "owner": "ushakov",

     "repo": "mapsoft",

     "type": "tarball",

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

 },

 "maptourist": {

@@ -673,11 +673,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",

 },

 "mercantile": {

     "branch": "master",

@@ -762,15 +762,15 @@ },

 "nakarte": {

     "branch": "master",

     "builtin": false,

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

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

     "owner": "wladich",

     "repo": "nakarte",

     "type": "tarball",

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

 },

 "nnn": {

@@ -790,15 +790,15 @@ },

 "odict": {

     "branch": "master",

     "builtin": false,

     "description": "A blazingly-fast replacement for Apple Dictionaries, Babylon, StarDict, etc",

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

     "owner": "odict",

     "repo": "odict",

     "type": "tarball",

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

 },

 "openmtbmap": {

diff --git a/pkgs/applications/gis/mapsoft/0001-fix-build.patch b/pkgs/applications/gis/mapsoft/0001-fix-build.patch

index 762324484d2197d51441453fb472e0815ccf7ad4..69eee3d8246bfbc851497a651387a4bab33bb853 100644

--- a/pkgs/applications/gis/mapsoft/0001-fix-build.patch

+++ b/pkgs/applications/gis/mapsoft/0001-fix-build.patch

@@ -1,5 +1,5 @@

diff --git i/SConstruct w/SConstruct

-index ddcf739d..f98e338c 100644

+index 67f5f276..919005ac 100644

--- i/SConstruct

+++ w/SConstruct

@@ -16,7 +16,7 @@ else:

@@ -11,8 +11,8 @@ +env = Environment (ENV = {'PATH' : os.environ['PATH']})

Export('env')

UseLibs -- use pkg-config libraries

-@@ -50,10 +50,13 @@ env.Append (CCFLAGS=['-Werror=return-type'])

+@@ -52,10 +52,13 @@ env.Append (CCFLAGS=['-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1'])

env.Append (CCFLAGS='-std=gnu++11')

-env.Append (ENV = {'PKG_CONFIG_PATH': os.getcwd()+'/core/pc'})

@@ -28,7 +28,7 @@ + env.Append (LINKFLAGS=os.getenv('LINKFLAGS'))

env.Append (CPPPATH = "#core")

env.Append (LIBPATH = "#core")

-@@ -62,13 +65,13 @@ env.Append (LIBS = "mapsoft")

+@@ -64,13 +67,13 @@ env.Append (LIBS = "mapsoft")

######################################

Parse command-line arguments:

@@ -62,3 +62,14 @@ +env.UseLibs('libxml-2.0 libzip proj libjpeg libpng libtiff-4 libcurl zlib yaml-0.1 shapelib jansson')

env.UseLibs('glibmm-2.4 gtkmm-2.4 gthread-2.0')

env.UseLibs('cairomm-1.0 pixman-1 freetype2 libusb-1.0')

+diff --git i/vector/vmap3/SConscript w/vector/vmap3/SConscript

+index 6ef77d1b..1f0caff5 100644

+--- i/vector/vmap3/SConscript

++++ w/vector/vmap3/SConscript

+@@ -13,4 +13,6 @@ env.Install(env.bindir, Split("""

++ vmap_get_track

++ vmap_put_track

diff --git a/pkgs/applications/gpxsee/bin.nix b/pkgs/applications/gpxsee/bin.nix

index 75dc6650723041a6744aa680250cd858f6840ec8..f83b50419b2fee9af63451ba120f665b10313ff0 100644

--- a/pkgs/applications/gpxsee/bin.nix

+++ b/pkgs/applications/gpxsee/bin.nix

@@ -2,11 +2,11 @@ { stdenv, fetchurl, undmg, sources }:

stdenv.mkDerivation rec {

pname = "gpxsee-bin";

src = fetchurl {

 url = "mirror://sourceforge/gpxsee/GPXSee-${version}.dmg";

};

preferLocalBuild = true;

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

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