mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: runc: Update to 1.1.1.
* gnu/packages/virtualization.scm (runc): Update to 1.1.1. [native-inputs]: Use new style. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
39b118776b
commit
0cee62d45a
1 changed files with 4 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
||||||
;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
|
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
|
||||||
;;; Copyright © 2021 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2021 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2021 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2021, 2022 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
;;; Copyright © 2021 Dion Mendel <guix@dm9.info>
|
;;; Copyright © 2021 Dion Mendel <guix@dm9.info>
|
||||||
;;; Copyright © 2021 Andrew Whatson <whatson@gmail.com>
|
;;; Copyright © 2021 Andrew Whatson <whatson@gmail.com>
|
||||||
;;; Copyright © 2021 Vincent Legoll <vincent.legoll@gmail.com>
|
;;; Copyright © 2021 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
|
@ -1817,7 +1817,7 @@ main monitor/GPU.")
|
||||||
(define-public runc
|
(define-public runc
|
||||||
(package
|
(package
|
||||||
(name "runc")
|
(name "runc")
|
||||||
(version "1.0.0-rc93")
|
(version "1.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1826,7 +1826,7 @@ main monitor/GPU.")
|
||||||
(file-name (string-append name "-" version ".tar.xz"))
|
(file-name (string-append name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b90r1bkvlqli53ca1yc1l488dba0isd3i6l7nlhszxi8p7hzvkh"))))
|
"0jx56x49dgkygdbrfb3pmxycy1n37arj97jra8n422dj36xz1hbm"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/opencontainers/runc"
|
'(#:import-path "github.com/opencontainers/runc"
|
||||||
|
@ -1851,8 +1851,7 @@ main monitor/GPU.")
|
||||||
(invoke "make" "install" "install-bash" "install-man"
|
(invoke "make" "install" "install-bash" "install-man"
|
||||||
(string-append "PREFIX=" out)))))))))
|
(string-append "PREFIX=" out)))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("go-md2man" ,go-github-com-go-md2man)
|
(list go-github-com-go-md2man pkg-config))
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list libseccomp))
|
(list libseccomp))
|
||||||
(synopsis "Open container initiative runtime")
|
(synopsis "Open container initiative runtime")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue