packages: 'patch-and-repack' no longer uses #:deprecation-warnings.

* guix/packages.scm (patch-and-repack): Remove #:deprecation-warnings
argument passed to 'gexp->derivation'.
master
Ludovic Courtès 2019-06-17 15:55:36 +02:00
parent 3c6b9fb5d2
commit 25c639e2a3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 1 deletions

View File

@ -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)))))))