nixpkgs/pkgs/os-specific/linux/lvm2
Alyssa Ross 05a6c124e6 lvm2: don't use targetPlatform
targetPlatform is the platform the current package's programs will
produce binaries for — only relevant for compilers and
similar. hostPlatform is the platform the current package's programs
will run on.

The incorrect use of targetPlatform meant that anything that tried to
link to it (like cryptsetup) would fail to build when it was used as a
native build input for a cross-compiled Musl derivation.

Fixes: 2cc29125a7 ("lvm2: package 2.02.x for musl")
2022-03-29 12:14:16 +00:00
..
2_02.nix lvm2: 2.03.12 -> 2.03.14 2021-12-07 13:17:42 +01:00
2_03.nix lvm2: 2.03.14 -> 2.03.15 2022-02-08 14:25:19 +01:00
common.nix lvm2: don't use targetPlatform 2022-03-29 12:14:16 +00:00
fix-stdio-usage.patch lvm2: fix musl patches; apply unconditionally 2021-08-12 09:19:21 +00:00
no-shared.diff lvm2: allow building static libdm 2021-12-30 11:13:39 +01:00