mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
kopia: drop vendor workaround
This commit is contained in:
parent
66d424514f
commit
214e19c049
@ -24,12 +24,6 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
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
|
||||
substituteInPlace vendor/github.com/bgentry/speakeasy/speakeasy_unix.go \
|
||||
--replace "/bin/stty" "${coreutils}/bin/stty"
|
||||
|
Loading…
Reference in New Issue
Block a user