lvm2: move fix-blkdeactivate.patch to version 2.03.15+ only
This commit is contained in:
parent
67ae929deb
commit
c9de099fa1
1 changed files with 2 additions and 1 deletions
|
@ -96,8 +96,9 @@ stdenv.mkDerivation rec {
|
|||
sed -i 's|^#define LVM_CONFIGURE_LINE.*$|#define LVM_CONFIGURE_LINE "<removed>"|g' ./include/configure.h
|
||||
'';
|
||||
|
||||
patches = [
|
||||
patches = lib.optionals (lib.versionAtLeast version "2.03.15") [
|
||||
# fixes paths to and checks for tools
|
||||
# TODO: needs backport to LVM 2.02 used by static/musl
|
||||
(substituteAll (let
|
||||
optionalTool = cond: pkg: if cond then pkg else "/run/current-system/sw";
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue