diff options
author | Simon Tournier <zimon.toutoune@gmail.com> | 2023-10-31 21:28:43 +0100 |
---|---|---|
committer | Simon Tournier <zimon.toutoune@gmail.com> | 2023-10-31 22:15:33 +0100 |
commit | 3991d9e4d9867ec499283bfc71b34d7bfebe49b3 (patch) | |
tree | d62d2fbcce0fac02cc6934cbdf32c86c8afbc740 /gnu/packages/linux.scm | |
parent | b963bf6b1debe0f73c5d88452fa23a3954fc3cad (diff) |
Revert "gnu: lvm2: Remove systemd rule."
This reverts commit c0895371c5759c7d9edb330774e90f192cc4cf2c, which does not
correctly fix the issue, as reported by Josselin Poiret <dev@jpoiret.xyz> in
<https://issues.guix.gnu.org/issue/66586#6>.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6abdb23958..7a9f357681 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4494,7 +4494,6 @@ 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 |