gopass: fix build on darwin (#66244)
This commit is contained in:
parent
7ccfefe7cf
commit
83cfaaccf4
@ -15,12 +15,11 @@ buildGoPackage rec {
|
|||||||
sha256 = "0v3sx9hb03bdn4rvsv2r0jzif6p1rx47hrkpsbnwva31k396mck2";
|
sha256 = "0v3sx9hb03bdn4rvsv2r0jzif6p1rx47hrkpsbnwva31k396mck2";
|
||||||
};
|
};
|
||||||
|
|
||||||
wrapperPath = with stdenv.lib; makeBinPath ([
|
wrapperPath = stdenv.lib.makeBinPath ([
|
||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
xclip
|
xclip
|
||||||
wl-clipboard
|
] ++ stdenv.lib.optional stdenv.isLinux wl-clipboard);
|
||||||
]);
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
|
Loading…
Reference in New Issue
Block a user