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

index 2419f2420fc926d0bf5d781f5abba881f39248e3..a7f9a3d7dd7ec1a4fb0bafec9169e99455fb77cf 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": {

@@ -226,15 +226,15 @@ },

 "gef": {

     "branch": "dev",

     "builtin": false,

     "description": "GEF - GDB Enhanced Features for exploit devs & reversers",

     "homepage": "http://gef.rtfd.io",

     "owner": "hugsy",

     "repo": "gef",

     "type": "tarball",

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

 },

 "geminid": {

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

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

@@ -601,15 +601,15 @@ },

 "map-hr": {

     "branch": "master",

     "builtin": false,

     "description": "Slazav mountains",

     "homepage": "http://slazav.xyz/maps/",

     "owner": "slazav",

     "repo": "map_hr",

     "type": "tarball",

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

 },

 "map-podm": {

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

 "mapper": {

     "branch": "master",

     "builtin": false,

     "description": "OpenOrienteering Mapper is a software for creating maps for the orienteering sport",

     "homepage": "https://www.openorienteering.org/apps/mapper/",

     "owner": "OpenOrienteering",

     "repo": "mapper",

     "type": "tarball",

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

 },

 "maprec": {

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

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

 },

 "md2gemini": {

     "branch": "master",

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

@@ -1136,15 +1136,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/mapsoft/2.nix b/pkgs/applications/gis/mapsoft/2.nix

index 60819b060b61e2a18f428e013f57e1b207343c9f..2163fc9062f9f012b6a8c27fdd40c22b1160df5b 100644

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

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

@@ -14,7 +14,7 @@ , libtiff

, libxml2

, libzip

, perlPackages

-, pkgconfig

+, pkg-config

, proj

, shapelib

, unzip

@@ -49,7 +49,7 @@ '';

nativeBuildInputs = [

 perlPackages.perl

 unzip

 wrapGAppsHook

];

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

index bdec7dbdad29699e5622753cefb2abb5ad09a115..ccc8ba5eacf794f05456b4be4b8344fa5d709183 100644

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

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

@@ -8,7 +8,7 @@ , fig2dev

, imagemagick

, m4

, netpbm

-, pkgconfig

+, pkg-config

, scons

, boost

, curl

@@ -52,7 +52,7 @@ imagemagick

 m4

 netpbm

 perlPackages.perl

 python2Packages.wrapPython

 scons

];

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

index ca17472d7dbeec3c3a19837828b4138b0bee5b39..a9d8c19dee3ea5eff78203ae4fcd05127730dcbf 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;

diff --git a/pkgs/dict/gdcv/default.nix b/pkgs/dict/gdcv/default.nix

index 9ad5f5fa0dda86719e7ee6672d1bc567bed5c478..767a1e3d416d41ed7dd1effbfcc59cef7c8d00f3 100644

--- a/pkgs/dict/gdcv/default.nix

+++ b/pkgs/dict/gdcv/default.nix

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

-{ stdenv, pkgconfig, emacs, zlib, sources }:

+{ stdenv, pkg-config, emacs, zlib, sources }:

stdenv.mkDerivation {

pname = "gdcv";

@@ -6,7 +6,7 @@ version = stdenv.lib.substring 0 10 sources.gdcv.date;

src = sources.gdcv;

buildInputs = [ emacs zlib ];

diff --git a/pkgs/dict/redict/default.nix b/pkgs/dict/redict/default.nix

index 7ca8737f9c64953a54326064104250949f3e7e39..0a5090e830e4a98ae3d8715069badac416ee4577 100644

--- a/pkgs/dict/redict/default.nix

+++ b/pkgs/dict/redict/default.nix

@@ -1,7 +1,7 @@

{ mkDerivation

, stdenv

, lib

-, pkgconfig

+, pkg-config

, qmake

, qtbase

, qtmultimedia

@@ -21,7 +21,7 @@ version = lib.substring 0 10 sources.redict.date;

src = sources.redict;

 ++ lib.optional withI18n qttools;

buildInputs = [ qtmultimedia qtsvg ]

 ++ lib.optionals stdenv.isLinux [ qtx11extras libX11 libXext libXtst ];

diff --git a/pkgs/suckless/quark/default.nix b/pkgs/suckless/quark/default.nix

index 6af6695f428c212754a9b7a5be39ca5d91408ad0..223a137e4fcbffe3d976d5cbcd8471b2cbc09564 100644

--- a/pkgs/suckless/quark/default.nix

+++ b/pkgs/suckless/quark/default.nix

@@ -2,12 +2,12 @@ { stdenv, fetchgit, patches ? [] }:

stdenv.mkDerivation {

pname = "quark";

src = fetchgit {

 url = "git://git.suckless.org/quark";

};

inherit patches;

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

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