mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
baidupcs-go: fix building on darwin (#418737)
This commit is contained in:
@@ -32,7 +32,7 @@ buildGoModule rec {
|
||||
|
||||
postInstall = ''
|
||||
rm -f $out/bin/AndroidNDKBuild
|
||||
ln -s $out/bin/BaiduPCS-Go $out/bin/baidupcs-go
|
||||
ln -s $out/bin/BaiduPCS-Go $out/bin/baidupcs-go || true
|
||||
'';
|
||||
|
||||
postVersionCheck = ''
|
||||
|
||||
Reference in New Issue
Block a user