packages: 'patch-and-repack' no longer uses #:deprecation-warnings.
* guix/packages.scm (patch-and-repack): Remove #:deprecation-warnings argument passed to 'gexp->derivation'.
This commit is contained in:
parent
3c6b9fb5d2
commit
25c639e2a3
|
@ -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)))))))
|
||||
|
|
Loading…
Reference in New Issue