kopia: drop vendor workaround
This commit is contained in:
parent
66d424514f
commit
214e19c049
@ -24,12 +24,6 @@ buildGoModule rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
# make 'vendor' writable
|
|
||||||
cp -L -r vendor tmp-vendor
|
|
||||||
rm -rf vendor
|
|
||||||
chmod -R u+w tmp-vendor
|
|
||||||
mv tmp-vendor vendor
|
|
||||||
|
|
||||||
# speakeasy hardcodes /bin/stty https://github.com/bgentry/speakeasy/issues/22
|
# speakeasy hardcodes /bin/stty https://github.com/bgentry/speakeasy/issues/22
|
||||||
substituteInPlace vendor/github.com/bgentry/speakeasy/speakeasy_unix.go \
|
substituteInPlace vendor/github.com/bgentry/speakeasy/speakeasy_unix.go \
|
||||||
--replace "/bin/stty" "${coreutils}/bin/stty"
|
--replace "/bin/stty" "${coreutils}/bin/stty"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user