nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 5192716f0d9d8142a361f4de8f2ce322b55f6d70
parent 50518295091e68b12c039ad3982c623bad07fe89
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Sun,  6 Jul 2025 23:49:59 +0400

Up

Diffstat:
Mpkgs/darwin/zed/default.nix | 4++--
Mpkgs/gemini/agunua/default.nix | 1+
Mpkgs/gpx/gpxtrackposter/default.nix | 2++
3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pkgs/darwin/zed/default.nix b/pkgs/darwin/zed/default.nix @@ -7,11 +7,11 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "zed"; - version = "0.194.1-pre"; + version = "0.194.3-pre"; src = fetchurl { url = "https://zed.dev/api/releases/stable/${finalAttrs.version}/Zed-x86_64.dmg"; - hash = "sha256-NyTgRKHYxymPQqeNzUKXVYBYnNwylaLidSwteF1GMuo="; + hash = "sha256-ftJbrzdl6K6t55aPDivtir3jBCs2l89Ryvf9VEdmNW4="; }; sourceRoot = "."; diff --git a/pkgs/gemini/agunua/default.nix b/pkgs/gemini/agunua/default.nix @@ -23,6 +23,7 @@ python312Packages.buildPythonApplication rec { pyopenssl pysocks netaddr + legacy-cgi ]; nativeCheckInputs = with python312Packages; [ pytestCheckHook ]; diff --git a/pkgs/gpx/gpxtrackposter/default.nix b/pkgs/gpx/gpxtrackposter/default.nix @@ -48,6 +48,8 @@ python312Packages.buildPythonApplication { setuptools ]; + pythonRelaxDeps = [ "stravalib" ]; + nativeCheckInputs = with python312Packages; [ pytestCheckHook (pytest-mock.overrideAttrs (old: rec {