mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
Merge pull request #225893 from iopq/patch-1
xray: fix standalone executable geoip usage
This commit is contained in:
commit
6e45c5384d
@ -51,7 +51,8 @@ buildGoModule rec {
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/xray \
|
||||
--suffix V2RAY_LOCATION_ASSET : $assetsDrv/share/v2ray
|
||||
--suffix V2RAY_LOCATION_ASSET : $assetsDrv/share/v2ray \
|
||||
--suffix XRAY_LOCATION_ASSET : $assetsDrv/share/v2ray
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user