gopass: fix build on darwin (#66244)

This commit is contained in:
Hugo 2019-08-07 21:33:07 +12:00 committed by Jörg Thalheim
parent 7ccfefe7cf
commit 83cfaaccf4

View file

@ -15,12 +15,11 @@ buildGoPackage rec {
sha256 = "0v3sx9hb03bdn4rvsv2r0jzif6p1rx47hrkpsbnwva31k396mck2";
};
wrapperPath = with stdenv.lib; makeBinPath ([
wrapperPath = stdenv.lib.makeBinPath ([
git
gnupg
xclip
wl-clipboard
]);
] ++ stdenv.lib.optional stdenv.isLinux wl-clipboard);
postInstall = ''
mkdir -p \