Merge pull request #93949 from andersk/multipath-tools

Changed files
+1 -1
pkgs
os-specific
linux
multipath-tools
+1 -1
pkgs/os-specific/linux/multipath-tools/default.nix
···
];
postPatch = ''
-
substituteInPlace libmultipath/Makefile --replace /usr/include/libdevmapper.h ${lvm2}/include/libdevmapper.h
sed -i -re '
s,^( *#define +DEFAULT_MULTIPATHDIR\>).*,\1 "'"$out/lib/multipath"'",
' libmultipath/defaults.h
···
];
postPatch = ''
+
substituteInPlace libmultipath/Makefile --replace /usr/include/libdevmapper.h ${stdenv.lib.getDev lvm2}/include/libdevmapper.h
sed -i -re '
s,^( *#define +DEFAULT_MULTIPATHDIR\>).*,\1 "'"$out/lib/multipath"'",
' libmultipath/defaults.h