[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/12: gnu: lynis: Work.
From: |
guix-commits |
Subject: |
11/12: gnu: lynis: Work. |
Date: |
Wed, 25 May 2022 13:24:35 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 52431e42ef92beb89ef31e3fd3ec178254b8d630
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:00 2022 +0200
gnu: lynis: Work.
Work around <https://issues.guix.gnu.org/55287>.
* gnu/packages/admin.scm (lynis)[arguments]: Add a custom 'unpack phase
that doesn't MAKE-FILE-WRITABLE.
---
gnu/packages/admin.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 38239e1f05..d22753c64f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4399,6 +4399,13 @@ Logitech Unifying Receiver.")
(arguments
`(#:phases
(modify-phases %standard-phases
+ (replace 'unpack
+ ;; XXX Remove after fixing <https://issues.guix.gnu.org/55287>.
+ (lambda* (#:key source #:allow-other-keys)
+ (mkdir "source")
+ (chdir "source")
+ (copy-recursively source "."
+ #:keep-mtime? #t)))
(replace 'configure
(lambda* (#:key inputs outputs #:allow-other-keys)
(substitute* "lynis"
- branch master updated (d2c06bf2ff -> 4c12fcfe43), guix-commits, 2022/05/25
- 02/12: gnu: toybox: Use #:make-flags., guix-commits, 2022/05/25
- 10/12: gnu: lynis: Update to 3.0.8., guix-commits, 2022/05/25
- 04/12: gnu: libbytesize: Update to 2.6., guix-commits, 2022/05/25
- 12/12: gnu: parallel: Update to 20220522., guix-commits, 2022/05/25
- 07/12: gnu: python-cli-helpers: Update to 2.2.1., guix-commits, 2022/05/25
- 05/12: gnu: libbytesize: Remove input labels., guix-commits, 2022/05/25
- 09/12: gnu: pelican: Update to 4.7.2., guix-commits, 2022/05/25
- 11/12: gnu: lynis: Work.,
guix-commits <=
- 01/12: gnu: toybox: Update to 0.8.7., guix-commits, 2022/05/25
- 08/12: gnu: litecli: Update to 1.8.0., guix-commits, 2022/05/25
- 06/12: gnu: libhx: Update to 4.3., guix-commits, 2022/05/25
- 03/12: gnu: qjackctl: Update to 0.9.7., guix-commits, 2022/05/25