btcpayserver: use postFixup instead of postInstall
This commit is contained in:
parent
ec52dd4971
commit
05ea38abd0
@ -26,7 +26,7 @@ buildDotnetModule rec {
|
||||
makeWrapperArgs+=(--run "cd $out/lib/btcpayserver")
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
postFixup = ''
|
||||
mv $out/bin/{BTCPayServer,btcpayserver}
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user