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
1 changed files with 0 additions and 1 deletions
|
@ -644,7 +644,6 @@ (define (first-file directory)
|
|||
(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 a new issue