summaryrefslogtreecommitdiff
path: root/guix/packages.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-06-17 15:55:36 +0200
committerLudovic Courtès <ludo@gnu.org>2019-06-17 15:55:36 +0200
commit25c639e2a3b96204950f1ac8a92cb518783f0d61 (patch)
treeb910d34fbe636c24f23ff23325a532095a16d747 /guix/packages.scm
parent3c6b9fb5d2627c9f23b58ce530025a8dc8cc3c3c (diff)
downloadpatches-25c639e2a3b96204950f1ac8a92cb518783f0d61.tar
patches-25c639e2a3b96204950f1ac8a92cb518783f0d61.tar.gz
packages: 'patch-and-repack' no longer uses #:deprecation-warnings.
* guix/packages.scm (patch-and-repack): Remove #:deprecation-warnings argument passed to 'gexp->derivation'.
Diffstat (limited to 'guix/packages.scm')
-rw-r--r--guix/packages.scm1
1 files changed, 0 insertions, 1 deletions
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)))))))