From 48e9eca41f314eba0d496662f5f3a71073ad9ba0 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 22 Jul 2026 21:55:19 +0200 Subject: [PATCH] sideband: remove obsolete `replace-fail` --- pkgs/by-name/si/sideband/package.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/by-name/si/sideband/package.nix b/pkgs/by-name/si/sideband/package.nix index 9cc4115a78f8..1019a28613a2 100644 --- a/pkgs/by-name/si/sideband/package.nix +++ b/pkgs/by-name/si/sideband/package.nix @@ -22,9 +22,6 @@ python313Packages.buildPythonApplication (finalAttrs: { # Reason: An owner of this repository has disabled the ability to open pull requests. postPatch = '' substituteInPlace setup.py \ - --replace-fail \ - "lxst>=0.4.6" \ - "lxst" \ --replace-fail \ '"kivymd")' \ '"sbapp/kivymd")'