Fix building of lints
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
4e968aaea0
commit
bf589f7d28
3 changed files with 6 additions and 0 deletions
|
|
@ -84,6 +84,10 @@
|
|||
pname = "dashmap-ref";
|
||||
cargoExtraArgs = "-p dashmap-ref";
|
||||
src = fileSetForCrate ./lints/dashmap-ref;
|
||||
|
||||
postFixup = ''
|
||||
mv $out/lib/libdashmap_ref{.so,@$RUSTUP_TOOLCHAIN.so}
|
||||
'';
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue