mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
ra-multiplex: fix typo on wrapProgram --suffix PATH
This commit is contained in:
parent
8f92904d89
commit
db9b9f9a49
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/ra-multiplex \
|
||||
--suffix PATH ${lib.makeBinPath [ rust-analyzer ]}
|
||||
--suffix PATH : ${lib.makeBinPath [ rust-analyzer ]}
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user