Skip to content

Commit

Permalink
Merge pull request #38876 from LnL7/darwin-pinentry
Browse files Browse the repository at this point in the history
pinentry_mac: enable xcbuild on darwin
  • Loading branch information
LnL7 committed Apr 12, 2018
2 parents 0d705fd + 32c70a0 commit 30fc4b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/tools/security/pinentry-mac/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 30fc4b4

Please sign in to comment.