Revert "pinentry-mac: fix build"

The ld64 issue has been fixed.

This reverts commit 3aa4bf236f.
This commit is contained in:
Emily
2026-07-15 03:19:01 +01:00
parent 7c7067ca42
commit ae39e41c5a

View File

@@ -10,8 +10,6 @@
common-updater-scripts,
writers,
re-plistbuddy,
# TODO: Clean up on `staging`
llvmPackages,
}:
stdenv.mkDerivation rec {
@@ -49,8 +47,6 @@ stdenv.mkDerivation rec {
makeBinaryWrapper
texinfo
re-plistbuddy
# TODO: Clean up on `staging`
llvmPackages.lld
];
configureFlags = [
@@ -60,11 +56,6 @@ stdenv.mkDerivation rec {
"--with-libassuan-prefix=${libassuan.dev}"
];
# Fix for ld64 hardening issue
#
# TODO: Clean up on `staging`
env.NIX_CFLAGS_LINK = "-fuse-ld=lld";
installPhase = ''
mkdir -p $out/Applications $out/bin
mv macosx/pinentry-mac.app $out/Applications