nixpkgs/pkgs/os-specific/linux/cryptsetup
Alyssa Ross f8be98b2cb cryptsetup: separate binaries from libraries
This reduces closure sizes by making the libraries not depend on the
binaries, which is good for dynamic builds, and (when statically
linked) making the binaries not depend on the libraries, which is good
for static builds.

When static building, we additionally have to disable loading LUKS
plugins from $lib to avoid a reference, which probably wouldn't have
worked anyway.
2022-03-10 11:13:15 +00:00
..
default.nix cryptsetup: separate binaries from libraries 2022-03-10 11:13:15 +00:00
disable-failing-tests.patch cryptsetup: enable and fix tests (#46346) 2018-09-08 21:24:15 +02:00