Loading pkgs/by-name/cr/cryptsetup/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,9 @@ stdenv.mkDerivation (finalAttrs: { substituteInPlace tests/unit-utils-io.c --replace "| O_DIRECT" "" ''; NIX_LDFLAGS = lib.optionalString (stdenv.cc.isGNU && !stdenv.hostPlatform.isStatic) "-lgcc_s"; env = lib.optionalAttrs (stdenv.cc.isGNU && !stdenv.hostPlatform.isStatic) { NIX_LDFLAGS = "-lgcc_s"; }; configureFlags = [ "--with-crypto_backend=openssl" Loading Loading
pkgs/by-name/cr/cryptsetup/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,9 @@ stdenv.mkDerivation (finalAttrs: { substituteInPlace tests/unit-utils-io.c --replace "| O_DIRECT" "" ''; NIX_LDFLAGS = lib.optionalString (stdenv.cc.isGNU && !stdenv.hostPlatform.isStatic) "-lgcc_s"; env = lib.optionalAttrs (stdenv.cc.isGNU && !stdenv.hostPlatform.isStatic) { NIX_LDFLAGS = "-lgcc_s"; }; configureFlags = [ "--with-crypto_backend=openssl" Loading