mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
pinentry_mac: enable xcbuild
This commit is contained in:
parent
47848756fe
commit
32c70a07fa
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ xcbuild libiconv Cocoa ncurses ];
|
||||
|
||||
dontUseXcbuild = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/Applications
|
||||
mv Products/Release/pinentry-mac.app $out/Applications
|
||||
|
|
Loading…
Reference in a new issue