pinentry-mac: no ‘fill plist’ stuff

fixes #26774
This commit is contained in:
Matthew Bauer 2017-09-05 22:35:00 -05:00
parent 8e37e744d2
commit 7f860249e1
No known key found for this signature in database
GPG key ID: E04D0AD9469141C3

View file

@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "matthewbauer";
repo = "pinentry-mac";
rev = "d60aa902644a1f0126ec50e79937423a3a7c3bc4";
sha256 = "0xp4rdyj0mw6gg1z1wraggb1qlkjb5845mibrz3nj0l692da52nq";
rev = "6dfef256c8ea32d642fea847f27d800f024cf51e";
sha256 = "0g75302697gqcxyf2hyqzvcbd5pyss1bl2xvfd40wqav7dlyvj83";
};
buildInputs = [ xcbuild libiconv Cocoa ncurses ];