forked from nrabulinski/attic
crane.nix: Suppress warning of missing version attribute in Cargo.toml (#53)
This commit is contained in:
parent
b1fb790b5f
commit
2568e6df7a
|
@ -46,7 +46,7 @@ let
|
|||
|
||||
cargoArtifacts = craneLib.buildDepsOnly {
|
||||
pname = "attic";
|
||||
inherit src nativeBuildInputs buildInputs;
|
||||
inherit src version nativeBuildInputs buildInputs;
|
||||
|
||||
# By default it's "use-symlink", which causes Crane's `inheritCargoArtifactsHook`
|
||||
# to copy the artifacts using `cp --no-preserve=mode` which breaks the executable
|
||||
|
|
Loading…
Reference in a new issue