diff options
author | Yann Dupont <[email protected]> | 2023-10-17 10:57:36 +0200 |
---|---|---|
committer | Simon Tournier <[email protected]> | 2023-10-31 09:56:13 +0100 |
commit | c0895371c5759c7d9edb330774e90f192cc4cf2c (patch) | |
tree | 93942ffc46d5ab4ecf94c75bc9103f99568f950d /gnu/packages/linux.scm | |
parent | 5cbb0b15cce1cb9977dec29594c4b34aee3ddd2b (diff) |
gnu: lvm2: Remove systemd rule.
Fixes <https://issues.guix.gnu.org/65177>.
Reported by Adrien 'neox' Bourmault <[email protected]>.
* gnu/packages/patches/lvm2-no-systemd.patch: New file.
* gnu/packages/linux.scm (lvm2)[source]: Apply patch.
* gnu/local.mk: Register new patch.
Signed-off-by: Simon Tournier <[email protected]>
Change-Id: I6b9d583f5914cc127c067829b5891827c04608cb
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7a9f357681..6abdb23958 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4494,6 +4494,7 @@ one to send arbitrary keycodes when a given key is tapped or held.") (sha256 (base32 "0z6w6bknhwh1n3qfkb5ij6x57q3wjf28lq3l8kh7rkhsplinjnjc")) + (patches (search-patches "lvm2-no-systemd.patch")) (modules '((guix build utils))) (snippet '(begin |