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
2_03.nix
common.nix lvm2: don't use targetPlatform 2022-03-29 12:14:16 +00:00
fix-stdio-usage.patch
no-shared.diff