mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: libbpf: Update to 0.1.1.
* gnu/packages/linux.scm (libbpf): Update to 0.1.1. [arguments]: Remove obsolete deletion. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
34861ac8ea
commit
c02cad6d33
1 changed files with 4 additions and 7 deletions
|
@ -49,7 +49,7 @@
|
|||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
||||
;;; Copyright © 2020 Anders Thuné <asse.97@gmail.com>
|
||||
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2020 Greg Hogan <code@greghogan.com>
|
||||
;;; Copyright © 2020, 2021 Greg Hogan <code@greghogan.com>
|
||||
;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
|
||||
;;; Copyright © 2020 David Dashyan <mail@davie.li>
|
||||
;;; Copyright © 2020 pukkamustard <pukkamustard@posteo.net>
|
||||
|
@ -7587,7 +7587,7 @@ (define-public cachefilesd
|
|||
(define-public libbpf
|
||||
(package
|
||||
(name "libbpf")
|
||||
(version "0.0.9")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7597,7 +7597,7 @@ (define-public libbpf
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"18l0gff7nm841mwhr7bc7x863xcyvwh58zl7mc0amnsjqlbrvqg7"))))
|
||||
"0ilnnm4q22f8fagwp8kb37licy4ks861i2iqh2djsypqhnxvx3fv"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
@ -7617,10 +7617,7 @@ (define-public libbpf
|
|||
(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
(add-before 'build 'pre-build
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "scripts/check-reallocarray.sh"
|
||||
(("/bin/rm" rm)
|
||||
(string-append (assoc-ref inputs "coreutils") rm)))
|
||||
(lambda _
|
||||
(chdir "src")
|
||||
#t)))))
|
||||
(home-page "https://github.com/libbpf/libbpf")
|
||||
|
|
Loading…
Reference in a new issue