[packages/nix] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:35:21 CEST 2025
commit 84809af1b2e073c6c70a1ebf358c57bb87418777
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:35:06 2025 +0200
Fix applying patches.
nix.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/nix.spec b/nix.spec
index c50a01d..0a7a4d0 100644
--- a/nix.spec
+++ b/nix.spec
@@ -147,11 +147,11 @@ Dopełnianie parametrów w zsh dla poleceń nix.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__aclocal} -I m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nix.git/commitdiff/84809af1b2e073c6c70a1ebf358c57bb87418777
More information about the pld-cvs-commit
mailing list