diff --git a/nix/sources.json b/nix/sources.json
index 5d9ee73b9a2ed72fd3a7346dc8837629cf2977b1..e7c29bab825902b800e43e0b54993e79b4a13c3f 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -476,7 +476,7 @@ },
"odict": {
"branch": "master",
"builtin": false,
"description": "A blazingly-fast replacement for Apple Dictionaries, Babylon, StarDict, etc.",
"description": "A blazingly-fast replacement for Apple Dictionaries, Babylon, StarDict, etc",
"homepage": "https://odict.org",
"owner": "odict",
"repo": "odict",
@@ -515,7 +515,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.",
"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",
"repo": "pg_tileserv",
diff --git a/pkgs/applications/mapsoft/2.nix b/pkgs/applications/mapsoft/2.nix
index fe84b4c4055d068024b1dd24a7d2a9cf85658cc4..6e295632d756ecdf2327731280fc9d163172c13f 100644
--- a/pkgs/applications/mapsoft/2.nix
+++ b/pkgs/applications/mapsoft/2.nix
@@ -83,5 +83,6 @@ homepage = "http://slazav.github.io/mapsoft2";
license = licenses.gpl3;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/applications/mapsoft/default.nix b/pkgs/applications/mapsoft/default.nix
index 6633d0b4cdcf4a067f19dbe181149e176a2a1221..ee54fd0c7de21d5bd8e20baaddcd2a554d333ba1 100644
--- a/pkgs/applications/mapsoft/default.nix
+++ b/pkgs/applications/mapsoft/default.nix
@@ -96,5 +96,6 @@ inherit (sources.mapsoft) description homepage;
license = licenses.gpl3;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/data/maps/qmapshack-routinodb/default.nix b/pkgs/data/maps/qmapshack-routinodb/default.nix
index 9206433e716e6cf081c367f5ba18c2f3a77a35ef..5415e61153fca4956f785d568843b7f666452f14 100644
--- a/pkgs/data/maps/qmapshack-routinodb/default.nix
+++ b/pkgs/data/maps/qmapshack-routinodb/default.nix
@@ -9,8 +9,6 @@ sources.geofabrik-estonia
sources.geofabrik-russia-nwfd
];
dontUnpack = true;
installPhase = ''
diff --git a/pkgs/data/maps/slazav/hr.nix b/pkgs/data/maps/slazav/hr.nix
index 0c314e6ba1207de888d463191c58bc2a46161bcc..ffd8e0d452d3224be1ae9fd382f3026c68b8f35f 100644
--- a/pkgs/data/maps/slazav/hr.nix
+++ b/pkgs/data/maps/slazav/hr.nix
@@ -31,8 +31,6 @@ preBuild = "mkdir -p OUT";
buildFlags = [ "out" "img" ];
installPhase = ''
install -Dm644 hr.img -t $out/share/gpxsee/maps
'';
diff --git a/pkgs/data/maps/slazav/podm.nix b/pkgs/data/maps/slazav/podm.nix
index 89854de055fc6552b74d61931919acb85bfc746e..2004443a3a02ed2a165c406f0402ccced8ab47e7 100644
--- a/pkgs/data/maps/slazav/podm.nix
+++ b/pkgs/data/maps/slazav/podm.nix
@@ -29,8 +29,6 @@ preBuild = "mkdir -p OUT";
buildFlags = [ "out" "img" ];
installPhase = ''
install -Dm644 podm.img -t $out/share/gpxsee/maps
'';
diff --git a/pkgs/development/libraries/geographiclib/default.nix b/pkgs/development/libraries/geographiclib/default.nix
index c20fc01162762dc6b32eae4da172be6e9a7b73c9..59180b04ee123707baf1be3097304380f2fb359f 100644
--- a/pkgs/development/libraries/geographiclib/default.nix
+++ b/pkgs/development/libraries/geographiclib/default.nix
@@ -17,5 +17,6 @@ homepage = "http://geographiclib.sourceforge.io/";
license = licenses.mit;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/development/libraries/libgarmin/default.nix b/pkgs/development/libraries/libgarmin/default.nix
index 5efdb80c4847f05b7b1016ed788ada7d62ab6da7..034f24bdd5d0956508df4f78faeaa223e3742a58 100644
--- a/pkgs/development/libraries/libgarmin/default.nix
+++ b/pkgs/development/libraries/libgarmin/default.nix
@@ -25,5 +25,6 @@ homepage = "http://libgarmin.sourceforge.net/";
license = licenses.gpl2;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/embox/default.nix b/pkgs/embox/default.nix
index 24c6648a8da3981a5baa1bd2c95abf11c62d815c..ea0c9fe8fd0d3e82549337ac80f9c3e12a114dec 100644
--- a/pkgs/embox/default.nix
+++ b/pkgs/embox/default.nix
@@ -50,8 +50,6 @@ '';
configurePhase = "make confload-${template}";
installPhase = ''
mkdir -p $out/bin
substitute ${runScript} $out/bin/run-embox --subst-var out
diff --git a/pkgs/tools/geo/cgpsmapper/default.nix b/pkgs/tools/geo/cgpsmapper/default.nix
index 1f1dee735d3e4c40c09095d688189756177ff849..08e55aa75395188f371cda1217aae21c083fc985 100644
--- a/pkgs/tools/geo/cgpsmapper/default.nix
+++ b/pkgs/tools/geo/cgpsmapper/default.nix
@@ -24,5 +24,6 @@ homepage = "https://web.archive.org/web/20160620061746if_/http://www.cgpsmapper.com";
license = licenses.free;
maintainers = with maintainers; [ sikmir ];
platforms = [ "i686-linux" "x86_64-linux" ];
};
}
diff --git a/pkgs/tools/geo/gmaptool/default.nix b/pkgs/tools/geo/gmaptool/default.nix
index 59d861a78fac0cb318ae1d144bf45d9e3a41dadf..4915a9e18335f226e3d68cb22d64d11273807424 100644
--- a/pkgs/tools/geo/gmaptool/default.nix
+++ b/pkgs/tools/geo/gmaptool/default.nix
@@ -24,5 +24,6 @@ homepage = "https://www.gmaptool.eu";
license = licenses.cc-by-sa-30;
maintainers = with maintainers; [ sikmir ];
platforms = [ "i686-linux" "x86_64-linux" ];
};
}
diff --git a/pkgs/tools/geo/imgdecode/default.nix b/pkgs/tools/geo/imgdecode/default.nix
index 036b4217dfce377484bf4fa68269502469a6c3c9..d93c3e9946b54b5cea806bfde679973386bbfc68 100644
--- a/pkgs/tools/geo/imgdecode/default.nix
+++ b/pkgs/tools/geo/imgdecode/default.nix
@@ -28,5 +28,6 @@ homepage = "https://sourceforge.net/projects/garmin-img/";
license = licenses.bsd3;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/tools/geo/ocad2img/default.nix b/pkgs/tools/geo/ocad2img/default.nix
index 2bd5a4d620a5e922159a8aa2ba6dd925a21dfa89..13fbe9b1fb23d2a05cc1540c8661933d0a62d895 100644
--- a/pkgs/tools/geo/ocad2img/default.nix
+++ b/pkgs/tools/geo/ocad2img/default.nix
@@ -1,4 +1,4 @@
-{ lib, buildPerlPackage, fetchzip, dos2unix, cgpsmapper, ocad2mp, ModulePluggable, Tk }:
+{ stdenv, buildPerlPackage, fetchzip, dos2unix, cgpsmapper, ocad2mp, ModulePluggable, Tk }:
buildPerlPackage {
pname = "ocad2img";
@@ -38,11 +38,12 @@ install -dm755 $out/lib/perl5/site_perl
cp -r Convert $out/lib/perl5/site_perl
'';
description = "Converter from OCAD map format to Garmin format";
homepage = "http://news.worldofo.com/2009/10/11/howto-convert-any-orienteering-map-to-a-garmin-map/";
license = licenses.gpl3;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/tools/geo/sendmap20/default.nix b/pkgs/tools/geo/sendmap20/default.nix
index f4b9f886971b5db7632219c4fd3219f2e82be65b..58e0e1b6772e8a489764c81b59a3085f86a77a82 100644
--- a/pkgs/tools/geo/sendmap20/default.nix
+++ b/pkgs/tools/geo/sendmap20/default.nix
@@ -24,5 +24,6 @@ homepage = "https://web.archive.org/web/20160620061746if_/http://www.cgpsmapper.com";
license = licenses.free;
maintainers = with maintainers; [ sikmir ];
platforms = [ "i686-linux" "x86_64-linux" ];
};
}
diff --git a/pkgs/tools/networking/ish/default.nix b/pkgs/tools/networking/ish/default.nix
index 38dc3475512a6e3f62d42ffbcab5f99b18256de7..d613b8c34adaf2ba29ded8ee455a3b3a25b2c41f 100644
--- a/pkgs/tools/networking/ish/default.nix
+++ b/pkgs/tools/networking/ish/default.nix
@@ -27,5 +27,6 @@ homepage = "http://icmpshell.sourceforge.net";
license = licenses.free;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.linux;
};
}
diff --git a/pkgs/tools/networking/ptunnel/default.nix b/pkgs/tools/networking/ptunnel/default.nix
index e1210f3cf57f79d043aeecd3204ff132efce4342..91d01f4d25bd9fb4a7a50b4782e57cf99ac13eee 100644
--- a/pkgs/tools/networking/ptunnel/default.nix
+++ b/pkgs/tools/networking/ptunnel/default.nix
@@ -21,5 +21,6 @@ homepage = "https://www.cs.uit.no/~daniels/PingTunnel";
license = licenses.bsd3;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.linux;
};
}
application/octet-stream
This content has been proxied by September (3851b).