nixpkgs/pkgs/os-specific/linux/cryptsetup
Alyssa Ross 2f14e11f3a cryptsetup: don't look at targetPlatform
targetPlatform refers to the platform the program being compiled will
produce binaries for, which only makes sense for things like
compilers, not cryptsetup.  The correct platform to look at to check
static support is hostPlatform, which refers to the architecture the
program being compiled will run on.
2022-01-24 15:11:46 +01:00
..
default.nix cryptsetup: don't look at targetPlatform 2022-01-24 15:11:46 +01:00
disable-failing-tests.patch cryptsetup: enable and fix tests (#46346) 2018-09-08 21:24:15 +02:00