mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
Merge pull request #38876 from LnL7/darwin-pinentry
pinentry_mac: enable xcbuild on darwin
This commit is contained in:
commit
30fc4b4489
|
@ -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