mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
pinentry-mac: fix build with Darwin sandbox enabled
This commit is contained in:
parent
bc7872990b
commit
8f84341c90
@ -32,6 +32,11 @@ stdenv.mkDerivation rec {
|
||||
chmod -R u+w macosx/*.nib
|
||||
'';
|
||||
|
||||
# Unfortunately, PlistBuddy from xcbuild is not compatible enough pinentry-mac’s build process.
|
||||
sandboxProfile = ''
|
||||
(allow process-exec (literal "/usr/libexec/PlistBuddy"))
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook texinfo ];
|
||||
buildInputs = [ libassuan libgpg-error libiconv Cocoa ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user