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:
Sharlatan Hellseher 2024-09-04 10:57:02 +01:00
parent f16e6b3c1e
commit 4395ed1228
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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