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

index 1a7e9dd2da31c52f74b6b1c412ef11ab4ed2bff0..f9c348203a36bb6a04fedab67f91f4c9fb845dd9 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -170,15 +170,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": {

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

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

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

index 70d6a7e169dc5617d5e68ff9236822899e20ba71..60819b060b61e2a18f428e013f57e1b207343c9f 100644

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

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

@@ -23,31 +23,27 @@ }:

stdenv.mkDerivation rec {

pname = "mapsoft2";

src = fetchFromGitHub {

 owner = "slazav";

 repo = pname;

 rev = "${version}-alt1";

 fetchSubmodules = true;

};

postPatch = ''

 substituteInPlace modules/get_deps \

   --replace "/usr/bin/perl" "${perlPackages.perl}/bin/perl"

 substituteInPlace modules/mapview/mapview.cpp \

 patchShebangs .

'';

@@ -57,6 +53,7 @@ pkgconfig

 unzip

 wrapGAppsHook

];

buildInputs = [

 db

 gsettings-desktop-schemas

@@ -73,11 +70,9 @@ proj

 shapelib

];

preBuild = "export SKIP_IMG_DIFFS=1";

meta = with stdenv.lib; {

 description = "A collection of tools and libraries for working with maps and geo-data";

diff --git a/pkgs/applications/gis/mapsoft/default.nix b/pkgs/applications/gis/mapsoft/default.nix

index 3bab037f1bf6c8b777c0f794a31b8ca2d248c6aa..bdec7dbdad29699e5622753cefb2abb5ad09a115 100644

--- a/pkgs/applications/gis/mapsoft/default.nix

+++ b/pkgs/applications/gis/mapsoft/default.nix

@@ -81,7 +81,7 @@ export CPPFLAGS="-I${boost.dev}/include -I${giflib}/include"

 export LINKFLAGS="-L${giflib}/lib -lgif"

'';

postInstall = ''

 wrapPythonProgramsIn $out/lib/gimp/${stdenv.lib.versions.major gimp.version}.0/plug-ins/

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

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