pinentry_mac: use precompiled .nib's

sadly, xib2nib hasn't been working like i though. I've just
precompiled into our modified pinentry_mac. Eventually we can get this
fixed but it's not as easy as first thought.
This commit is contained in:
Matthew Bauer 2017-04-12 20:03:29 -05:00
parent 3d1d805245
commit 4672fe6998
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 = "77fc993d1040ed2319d9e53af78146be318c1fdd";
sha256 = "0rkmp6wb8wvmhipavn1bdmbw6564hc2b99dxqysr6yxr2xqs6fcz";
rev = "d60aa902644a1f0126ec50e79937423a3a7c3bc4";
sha256 = "0xp4rdyj0mw6gg1z1wraggb1qlkjb5845mibrz3nj0l692da52nq";
};
buildInputs = [ xcbuild libiconv Cocoa ncurses ];