nixpkgs/pkgs/os-specific/linux/cryptsetup
Alyssa Ross e28c5cd7ac pkgsStatic.cryptsetup: don't --enable-static-cryptsetup
--enable-static-cryptsetup adds binaries suffixed with .static,
e.g. cryptsetup.static, and those binaries have extra flags set to
enable them to be built statically.  It doesn't change how the main
binaries are built — they're compiled correctly because pkgsStatic
sets up all the necessary compiler flag anyway.  So as far as I can
tell, all --enable-static-cryptsetup gets us is duplicate binaries
that take up disk space unnecessarily.
2022-03-03 13:57:32 +00:00
..
default.nix pkgsStatic.cryptsetup: don't --enable-static-cryptsetup 2022-03-03 13:57:32 +00:00
disable-failing-tests.patch cryptsetup: enable and fix tests (#46346) 2018-09-08 21:24:15 +02:00