From cd143df018f11fa8143bbbab219fe0a50f10c48e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 23 Nov 2013 22:17:48 +0100 Subject: [PATCH] gnu: net-tools: Adjust to removal of the 'patch' phase. * gnu/packages/linux.scm (net-tools): Adjust to removal of the 'patch' phase. Reported by Mark H. Weaver . --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e1f8b4f46d..c1550550a7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -626,8 +626,8 @@ (define-public net-tools "0yvxrzk0mzmspr7sa34hm1anw6sif39gyn85w4c5ywfn8inxvr3s")))) (build-system gnu-build-system) (arguments - '(#:phases (alist-replace - 'patch + '(#:phases (alist-cons-after + 'unpack 'patch (lambda* (#:key inputs #:allow-other-keys) (define (apply-patch file) (zero? (system* "patch" "-p1" "--batch"