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

index f382b0962e1ad4af3c1c9f190c5ccfbfb4304df2..2722bfc371fa0407e7dfdbb8d3da662f81ef7d81 100644

--- a/nix/sources.json

+++ b/nix/sources.json

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

@@ -142,7 +142,7 @@ },

 "gdcv": {

     "branch": "master",

     "builtin": false,

     "description": "GoldenDict console version and emacs dynamic module",

     "homepage": "https://github.com/konstare/gdcv",

     "owner": "konstare",

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

@@ -321,29 +321,29 @@ "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": {

     "branch": "master",

     "builtin": false,

     "description": "GPXSee maps",

     "homepage": "https://tumic0.github.io/GPXSee-maps",

     "owner": "tumic0",

     "repo": "GPXSee-maps",

     "type": "tarball",

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

 },

 "gpxtools": {

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

@@ -474,15 +474,15 @@ },

 "klogg": {

     "branch": "master",

     "builtin": false,

     "description": "A fast, advanced log explorer based on glogg project",

     "homepage": "https://klogg.filimonov.dev/",

     "owner": "variar",

     "repo": "klogg",

     "type": "tarball",

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

 },

 "libshell": {

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

@@ -841,15 +841,15 @@ },

 "stardict-3": {

     "branch": "master",

     "builtin": false,

     "description": "Automatically exported from code.google.com/p/stardict-3",

     "homepage": "https://github.com/huzheng001/stardict-3",

     "owner": "huzheng001",

     "repo": "stardict-3",

     "type": "tarball",

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

 },

 "supermercado": {

@@ -939,15 +939,15 @@ },

 "zdict": {

     "branch": "master",

     "builtin": false,

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

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

     "owner": "zdict",

     "repo": "zdict",

     "type": "tarball",

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

 }

}

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

index 34cef82cf67dbc1910da09b5bc28332aba2317bf..f4ae2ee04b09a594c97925a32ebb63ffddbf73cd 100644

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

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

@@ -31,6 +31,7 @@

meta = with stdenv.lib; {

 description = "BaseCamp lets you plan outdoor activities, organize your data and share your adventures with others";

 homepage = "https://www.garmin.com/en-US/software/basecamp/";

 license = licenses.unfree;

 maintainers = [ maintainers.sikmir ];

 platforms = [ "x86_64-darwin" ];

diff --git a/pkgs/applications/misc/klogg/default.nix b/pkgs/applications/misc/klogg/default.nix

index 852bbba7fb47bfafa6288dbdc8e21c336dab585d..c653f057b5dd25e7b7b76c7bb743143cb7c26ce8 100644

--- a/pkgs/applications/misc/klogg/default.nix

+++ b/pkgs/applications/misc/klogg/default.nix

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

-{ stdenv, lib, mkDerivation, cmake, ninja, sources }:

+{ stdenv

+, lib

+, mkDerivation

+, cmake

+, ninja

+, sources

+, useSentry ? stdenv.isLinux

+}:

let

pname = "klogg";

date = lib.substring 0 10 sources.klogg.date;

@@ -12,7 +19,7 @@ nativeBuildInputs = [ cmake ninja ];

enableParallelBuilding = true;

 patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \

   --set-rpath "$out/lib:${lib.makeLibraryPath [ stdenv.cc.cc.lib ]}" \

   3rdparty/sentry/dump_syms/linux/dump_syms

@@ -20,6 +27,10 @@ patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \

   --set-rpath "$out/lib:${lib.makeLibraryPath [ stdenv.cc.cc.lib ]}" \

   3rdparty/sentry/dump_syms/linux/minidump_dump

'';

meta = with lib; {

 inherit (sources.klogg) description homepage;

diff --git a/pkgs/development/libraries/libshell/default.nix b/pkgs/development/libraries/libshell/default.nix

index f590d5c091f15d954d16d211a0360970bc474fad..510c9bf28013632c217de760ad5a683f5ad41430 100644

--- a/pkgs/development/libraries/libshell/default.nix

+++ b/pkgs/development/libraries/libshell/default.nix

@@ -41,6 +41,5 @@ inherit (sources.libshell) description homepage;

 license = licenses.gpl2;

 maintainers = [ maintainers.sikmir ];

 platforms = platforms.all;

};

}

diff --git a/pkgs/tools/dict/stardict-tools/default.nix b/pkgs/tools/dict/stardict-tools/default.nix

index c6741eacb6986a7a318890cc5845b7f157584447..4280bb3adedc6f69363845bc256af9a99327bb08 100644

--- a/pkgs/tools/dict/stardict-tools/default.nix

+++ b/pkgs/tools/dict/stardict-tools/default.nix

@@ -31,8 +31,6 @@ libxml2

 pcre

];

hardeningDisable = [ "format" ];

postPatch = ''

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

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