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

index ed135ce96f70b579c8a51e0e8922e663bacded06..62fb64596f944128dc8bd958c11d4d41627ad28e 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -65,34 +65,6 @@ "type": "tarball",

     "url": "https://github.com/tumic0/GPXSee-maps/archive/cb60f47393f79ce0e279ee08b0697acda2ded7e9.tar.gz",

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

 },

 "klogg": {

     "branch": "master",

     "builtin": false,

@@ -214,48 +186,6 @@ "rev": "577bb119641c80e1736815ed70a0b99c942c63e0",

     "sha256": "1vj1db35prm4npww6vzjkjd12aqvyvkhwg35fg4m4mbfz0d289qx",

     "type": "tarball",

     "url": "https://github.com/tumic0/QtPBFImagePlugin-styles/archive/577bb119641c80e1736815ed70a0b99c942c63e0.tar.gz",

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

 }

}

diff --git a/pkgs/dict/gt-bash-client/default.nix b/pkgs/dict/gt-bash-client/default.nix

index 88b8025bf23aee3f52b82c69f2746e4c7131c81c..ffcb2a8d31970c935018b999b83cc1bc5eb0d31d 100644

--- a/pkgs/dict/gt-bash-client/default.nix

+++ b/pkgs/dict/gt-bash-client/default.nix

@@ -1,17 +1,23 @@

-{ lib, stdenv, sources }:

+{ lib, stdenv, fetchFromGitHub }:

-stdenv.mkDerivation {

+stdenv.mkDerivation rec {

installPhase = ''

 install -Dm755 translate.sh $out/bin/gt-bash-client

'';

meta = with lib; {

 license = licenses.mit;

 maintainers = [ maintainers.sikmir ];

 platforms = platforms.all;

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

index 4276e5e4dc041876b4f24e8e85b1d470c9ea09c7..769a2adc61912574c8566a30e3cb6aa9515cac7e 100644

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

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

@@ -1,10 +1,15 @@

-{ lib, python3Packages, sources, withUI ? true }:

+{ lib, fetchFromGitHub, python3Packages, withUI ? true }:

-python3Packages.buildPythonApplication {

+python3Packages.buildPythonApplication rec {

propagatedBuildInputs = with python3Packages; [ requests ]

 ++ lib.optional withUI tkinter;

@@ -17,7 +22,8 @@ install -Dm644 google_translate.png -t $out/share/gt4gd

'';

meta = with lib; {

 license = licenses.gpl3;

 maintainers = [ maintainers.sikmir ];

 platforms = platforms.unix;

diff --git a/pkgs/tools/geo/supermercado/default.nix b/pkgs/tools/geo/supermercado/default.nix

index 2e805c30f1c0d73847c138d5dfe0bd0baac5348f..5786592c8c88c68fa49bb653703216607002c561 100644

--- a/pkgs/tools/geo/supermercado/default.nix

+++ b/pkgs/tools/geo/supermercado/default.nix

@@ -1,21 +1,23 @@

-{ lib

-, python3Packages

-, mercantile

-, sources

-}:

+{ lib, fetchFromGitHub, python3Packages, mercantile }:

-python3Packages.buildPythonApplication {

+python3Packages.buildPythonApplication rec {

propagatedBuildInputs = with python3Packages; [ click-plugins rasterio mercantile numpy ];

checkInputs = with python3Packages; [ pytestCheckHook ];

meta = with lib; {

 license = licenses.mit;

 maintainers = [ maintainers.sikmir ];

 platforms = platforms.unix;

diff --git a/pkgs/tools/geo/tile-stitch/default.nix b/pkgs/tools/geo/tile-stitch/default.nix

index 89923b5a506f776ef459fef22d5514a3d0396c0a..15297ddc2e752a3f7c25c099b7054925548ecc0c 100644

--- a/pkgs/tools/geo/tile-stitch/default.nix

+++ b/pkgs/tools/geo/tile-stitch/default.nix

@@ -1,10 +1,15 @@

-{ lib, stdenv, curl, libjpeg, libpng, libtiff, libgeotiff, pkg-config, sources }:

+{ lib, stdenv, fetchFromGitHub, curl, libjpeg, libpng, libtiff, libgeotiff, pkg-config }:

-stdenv.mkDerivation {

+stdenv.mkDerivation rec {

pname = "tile-stitch";

nativeBuildInputs = [ pkg-config ];

@@ -13,7 +18,8 @@

installPhase = "install -Dm755 stitch -t $out/bin";

meta = with lib; {

 license = licenses.bsd2;

 maintainers = [ maintainers.sikmir ];

 platforms = platforms.unix;

diff --git a/pkgs/tools/geo/tilesets-cli/default.nix b/pkgs/tools/geo/tilesets-cli/default.nix

index 21c5bb015a9bfd6d48aceac0cfe4325cac9f4388..27602c8e46735fdc421644f154bc76ec47ef6a39 100644

--- a/pkgs/tools/geo/tilesets-cli/default.nix

+++ b/pkgs/tools/geo/tilesets-cli/default.nix

@@ -1,10 +1,15 @@

-{ lib, python3Packages, jsonseq, mercantile, supermercado, sources }:

+{ lib, fetchFromGitHub, python3Packages, jsonseq, mercantile, supermercado }:

-python3Packages.buildPythonApplication {

+python3Packages.buildPythonApplication rec {

propagatedBuildInputs = with python3Packages; [

 boto3 click cligj

@@ -16,7 +21,8 @@

checkInputs = with python3Packages; [ pytestCheckHook ];

meta = with lib; {

 license = licenses.bsd2;

 maintainers = [ maintainers.sikmir ];

 platforms = platforms.unix;

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

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