mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03: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 New Issue
Block a user