fixed nix build
This commit is contained in:
parent
519f870dbf
commit
f196e5366e
1 changed files with 1 additions and 0 deletions
|
|
@ -10,4 +10,5 @@ pkgs.rustPlatform.buildRustPackage rec {
|
||||||
src = pkgs.lib.cleanSource ../.;
|
src = pkgs.lib.cleanSource ../.;
|
||||||
buildInputs = [ pkgs.xz pkgs.unrar ];
|
buildInputs = [ pkgs.xz pkgs.unrar ];
|
||||||
nativeBuildInputs = [ pkgs.xz pkgs.pkg-config ];
|
nativeBuildInputs = [ pkgs.xz pkgs.pkg-config ];
|
||||||
|
doCheck = false;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue