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

index 6210af5534eaf89ccd8b32cb7e492f157f8a2e79..80f8e86245db34340e7ae4be491be7bd1537d206 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -587,29 +587,29 @@ },

 "map-hr": {

     "branch": "master",

     "builtin": false,

     "description": "Slazav mountains",

     "homepage": "http://slazav.mccme.ru/maps/",

     "owner": "slazav",

     "repo": "map_hr",

     "type": "tarball",

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

 },

 "map-podm": {

     "branch": "master",

     "builtin": false,

     "description": "Карты Подмосковья в виде номенклатурных листов 1:100000 - исходники в формате mapsoft vmap",

     "homepage": "http://slazav.mccme.ru/maps/",

     "owner": "slazav",

     "repo": "map_podm",

     "type": "tarball",

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

 },

 "map-tiler": {

diff --git a/pkgs/data/maps/slazav/0001-fix-hr.patch b/pkgs/data/maps/slazav/0001-fix-hr.patch

deleted file mode 100644

index a0c1b0a0eebec290070a05e5621754e97c0b9215..0000000000000000000000000000000000000000

--- a/pkgs/data/maps/slazav/0001-fix-hr.patch

+++ /dev/null

@@ -1,62 +0,0 @@

-diff --git i/Makefile w/Makefile

-index d15480e..5c2a0d1 100644

---- i/Makefile

-+++ w/Makefile

-@@ -9,9 +9,9 @@ sync:

-- mv -f ${IMG_NAME} /home/sla/CH/data/maps/

-- sed -e "/${IMG_NAME}/s/[0-9]{4}-[0-9]{2}-[0-9]{2}/$(date +%F)/"\

-- -i /home/sla/CH/data/maps/index.m4i

-+ #mv -f ${IMG_NAME} /home/sla/CH/data/maps/

-+ #sed -e "/${IMG_NAME}/s/[0-9]{4}-[0-9]{2}-[0-9]{2}/$(date +%F)/"\

-+ # -i /home/sla/CH/data/maps/index.m4i

-diff --git i/bin/make_in.sh w/bin/make_in.sh

-index 84ab728..47c25ec 100755

---- i/bin/make_in.sh

-+++ w/bin/make_in.sh

-@@ -59,7 +59,7 @@ for i in $IN_DIR/.fig $IN_DIR/.mp; do

-- ~/mapsoft/vector/vmap3/vmap_fix_diff "$old" "$vmap" "$vmap"

-+ vmap_fix_diff "$old" "$vmap" "$vmap"

-diff --git i/bin/make_out.sh w/bin/make_out.sh

-index 3d8eb2a..7e26b23 100755

---- i/bin/make_out.sh

-+++ w/bin/make_out.sh

-@@ -33,6 +33,7 @@ for i in $VMAP_DIR/*.vmap; do

-+ mkdir -p -- "$LAST_PNG_DIR"

-diff --git i/settings.sh w/settings.sh

-index 369dcef..13a7669 100644

---- i/settings.sh

-+++ w/settings.sh

-@@ -5,11 +5,11 @@ export PATH=./:bin/:$PATH

--export VMAP_DIR=/home/sla/map_hr/vmap

-+export VMAP_DIR=vmap

--export IN_DIR=/home/sla/map_hr/IN

--export OUT_DIR=/home/sla/map_hr/OUT

-+export IN_DIR=IN

-+export OUT_DIR=OUT

-\ No newline at end of file

diff --git a/pkgs/data/maps/slazav/0001-fix-podm.patch b/pkgs/data/maps/slazav/0001-fix-podm.patch

deleted file mode 100644

index 517f2ea78a2914be731fde6b7f18ccf761fe3cc5..0000000000000000000000000000000000000000

--- a/pkgs/data/maps/slazav/0001-fix-podm.patch

+++ /dev/null

@@ -1,30 +0,0 @@

-diff --git i/Makefile w/Makefile

-index 71dc2f7..5b91335 100644

---- i/Makefile

-+++ w/Makefile

-@@ -6,9 +6,9 @@ sync:

-- mv -f podm.img /home/sla/CH/data/maps/

-- sed -e "/podm.img/s/[0-9]{4}-[0-9]{2}-[0-9]{2}/$(date +%F)/"\

-- -i /home/sla/CH/data/maps/index.m4i

-+ #mv -f podm.img /home/sla/CH/data/maps/

-+ #sed -e "/podm.img/s/[0-9]{4}-[0-9]{2}-[0-9]{2}/$(date +%F)/"\

-+ # -i /home/sla/CH/data/maps/index.m4i

-diff --git i/bin/make_in.sh w/bin/make_in.sh

-index 731dcc6..ce3f59f 100755

---- i/bin/make_in.sh

-+++ w/bin/make_in.sh

-@@ -54,7 +54,7 @@ for i in $IN_DIR/.fig $IN_DIR/.mp; do

-- ~/mapsoft/vector/vmap3/vmap_fix_diff "$old" "$vmap" "$vmap"

-+ vmap_fix_diff "$old" "$vmap" "$vmap"

diff --git a/pkgs/data/maps/slazav/hr.nix b/pkgs/data/maps/slazav/hr.nix

index 142920d9da1a7aecc05c83247c6267aa999e1443..9f3be3a0edb26ec17d6d7b6706651b676df76ed3 100644

--- a/pkgs/data/maps/slazav/hr.nix

+++ b/pkgs/data/maps/slazav/hr.nix

@@ -1,4 +1,4 @@

-{ stdenv, cgpsmapper, gmaptool, imagemagick, mapsoft, netpbm, zip, sources }:

+{ stdenv, bc, cgpsmapper, gmaptool, mapsoft2, sources }:

stdenv.mkDerivation {

pname = "slazav-hr-unstable";

@@ -6,35 +6,11 @@ version = stdenv.lib.substring 0 10 sources.map-hr.date;

src = sources.map-hr;

meta = with stdenv.lib; {

 inherit (sources.map-hr) description homepage;

diff --git a/pkgs/data/maps/slazav/podm-bin.nix b/pkgs/data/maps/slazav/podm-bin.nix

index bd29ea0665f8d9df81cce671000eb277dfc0d237..d1c849eb4bea498e043c63b75fc9238f56d730b6 100644

--- a/pkgs/data/maps/slazav/podm-bin.nix

+++ b/pkgs/data/maps/slazav/podm-bin.nix

@@ -1,16 +1,16 @@

{ stdenv, fetchurl }:

fetchurl {

downloadToTemp = true;

recursiveHash = true;

meta = with stdenv.lib; {

 description = "Карты Подмосковья";

 license = licenses.free;

 maintainers = [ maintainers.sikmir ];

diff --git a/pkgs/data/maps/slazav/podm.nix b/pkgs/data/maps/slazav/podm.nix

index 57bb98c6fd21f235c4ff216e5eaa1a07c0b3cb37..f34beed4cd8a786816ccc6d6cd7ec69b3abddde5 100644

--- a/pkgs/data/maps/slazav/podm.nix

+++ b/pkgs/data/maps/slazav/podm.nix

@@ -1,4 +1,4 @@

-{ stdenv, cgpsmapper, gmaptool, imagemagick, mapsoft, netpbm, zip, sources }:

+{ stdenv, bc, cgpsmapper, gmaptool, mapsoft2, sources }:

stdenv.mkDerivation {

pname = "slazav-podm-unstable";

@@ -6,31 +6,11 @@ version = stdenv.lib.substring 0 10 sources.map-podm.date;

src = sources.map-podm;

meta = with stdenv.lib; {

 inherit (sources.map-podm) description homepage;

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

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