fixed nix build

This commit is contained in:
specCon18 2023-09-12 14:40:23 -04:00
parent 519f870dbf
commit f196e5366e

View file

@ -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;
} }