flake.nix: add workaround for ipetkov/crane#385
See:
- https://github.com/ipetkov/crane/issues/385
- c632217451
This commit is contained in:
parent
ff963b3600
commit
69dd053da3
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,8 @@
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
];
|
];
|
||||||
|
# https://github.com/ipetkov/crane/issues/385
|
||||||
|
doNotLinkInheritedArtifacts = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Build only the cargo dependencies
|
# Build only the cargo dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue