packages: 'patch-and-repack' specifies a 'type' property for the derivation.

* guix/packages.scm (patch-and-repack): Pass #:properties to 'gexp->derivation'.
This commit is contained in:
Ludovic Courtès 2019-03-10 22:21:14 +01:00
parent 6db044db45
commit ea89b62a18
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View File

@ -645,7 +645,9 @@ specifies modules in scope when evaluating SNIPPET."
#:graft? #f
#:system system
#:deprecation-warnings #t ;to avoid a rebuild
#:guile-for-build guile-for-build))))
#:guile-for-build guile-for-build
#:properties `((type . origin)
(patches . ,(length patches)))))))
(define (transitive-inputs inputs)
"Return the closure of INPUTS when considering the 'propagated-inputs'