mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: runc: Add notes to unbundle vendor.
* gnu/packages/virtualization.scm (runc): Source is distributed with "vendor" containing the full dependence tree which makes them invisible for other packages. It needs to be unbundled. Change-Id: Iffef83832988b05d164a5c5f075bc74bec7a13a0
This commit is contained in:
parent
f16e6b3c1e
commit
4395ed1228
1 changed files with 2 additions and 0 deletions
|
@ -2220,6 +2220,8 @@ (define-public runc
|
|||
(package
|
||||
(name "runc")
|
||||
(version "1.1.14")
|
||||
;; XXX: Source contains "vendor", consider to unbundle and pack missing
|
||||
;; packages.
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
Loading…
Reference in a new issue