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