[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: packages: 'patch-and-repack' no longer uses #:deprecation-warning
From: |
guix-commits |
Subject: |
03/05: packages: 'patch-and-repack' no longer uses #:deprecation-warnings. |
Date: |
Mon, 17 Jun 2019 11:16:48 -0400 (EDT) |
civodul pushed a commit to branch core-updates
in repository guix.
commit 25c639e2a3b96204950f1ac8a92cb518783f0d61
Author: Ludovic Courtès <address@hidden>
Date: Mon Jun 17 15:55:36 2019 +0200
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 92859be..9d2ab5b 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)))))))