From 25c639e2a3b96204950f1ac8a92cb518783f0d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 17 Jun 2019 15:55:36 +0200 Subject: [PATCH] packages: 'patch-and-repack' no longer uses #:deprecation-warnings. * guix/packages.scm (patch-and-repack): Remove #:deprecation-warnings argument passed to 'gexp->derivation'. --- guix/packages.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/guix/packages.scm b/guix/packages.scm index 92859be441..9d2ab5be0f 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -644,7 +644,6 @@ specifies modules in scope when evaluating SNIPPET." (gexp->derivation name build #:graft? #f #:system system - #:deprecation-warnings #t ;to avoid a rebuild #:guile-for-build guile-for-build #:properties `((type . origin) (patches . ,(length patches)))))))