wrapped programs: switch to nativeBuildInputs
This commit is contained in:
parent
9b56e8daaa
commit
57a0a84398
5 changed files with 5 additions and 5 deletions
|
@ -309,7 +309,7 @@
|
|||
# typst lsp
|
||||
vscode-langservers-extracted
|
||||
];
|
||||
buildInputs = [makeWrapper];
|
||||
nativeBuildInputs = [makeWrapper];
|
||||
postBuild = ''
|
||||
mkdir -p $out/config/helix
|
||||
cp "${toml.generate "config.toml" helix-config}" $out/config/helix/config.toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue