diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-08-20 19:18:11 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-24 10:16:59 +0900 |
| commit | d68f0f01a2b6ee402d93db1c6b1872f543a7cbe9 (patch) | |
| tree | cd0f16f3a5610c6e9ff3bd15b1b996fd3d717e94 /gnu | |
| parent | bcc618a104afb48a5e175da7bde7b2c4efa7922d (diff) | |
gnu: libcap-ng: Update to 0.9.5.
* gnu/packages/admin.scm (libcap-ng): Update to 0.9.5.
[arguments]<#:phases>{patch-configure-ac}: Remove phase.
Merges: https://codeberg.org/guix/guix/pulls/10684
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/admin.scm | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 33b3c58144a..d5ab4863385 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm | |||
| @@ -3136,7 +3136,7 @@ track changes in important system configuration files.") | |||
| 3136 | (define-public libcap-ng | 3136 | (define-public libcap-ng |
| 3137 | (package | 3137 | (package |
| 3138 | (name "libcap-ng") | 3138 | (name "libcap-ng") |
| 3139 | (version "0.9.3") | 3139 | (version "0.9.5") |
| 3140 | (source (origin | 3140 | (source (origin |
| 3141 | (method git-fetch) | 3141 | (method git-fetch) |
| 3142 | (uri (git-reference | 3142 | (uri (git-reference |
| @@ -3145,20 +3145,13 @@ track changes in important system configuration files.") | |||
| 3145 | (file-name (git-file-name name version)) | 3145 | (file-name (git-file-name name version)) |
| 3146 | (sha256 | 3146 | (sha256 |
| 3147 | (base32 | 3147 | (base32 |
| 3148 | "13iy7dddcslpmmdhybgvfcgznsvpaa4r3fp9ldlpkq592lw8yyva")))) | 3148 | "1wvl84nhbh94dvz04xi2zkhh9s812m2b0i5yp26lk5jjh4z5p18x")))) |
| 3149 | (build-system gnu-build-system) | 3149 | (build-system gnu-build-system) |
| 3150 | (arguments | 3150 | (arguments |
| 3151 | (list | 3151 | (list |
| 3152 | #:configure-flags | 3152 | #:configure-flags |
| 3153 | #~(list "--disable-static" | 3153 | #~(list "--disable-static" |
| 3154 | "--without-python") | 3154 | "--without-python"))) |
| 3155 | #:phases | ||
| 3156 | #~(modify-phases %standard-phases | ||
| 3157 | (add-after 'unpack 'patch-configure-ac | ||
| 3158 | (lambda _ | ||
| 3159 | (substitute* "configure.ac" | ||
| 3160 | (("linux/sock_diag.h" all) | ||
| 3161 | (string-append all " \\")))))))) | ||
| 3162 | (inputs | 3155 | (inputs |
| 3163 | (list libbpf)) | 3156 | (list libbpf)) |
| 3164 | (native-inputs | 3157 | (native-inputs |
