hyprnome: fix build (#369239)

This commit is contained in:
Donovan Glover
2024-12-29 23:39:48 +00:00
committed by GitHub
+4
View File
@@ -19,6 +19,10 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-oxIZTp5ZJRUjXLpMw2nOnPHYHhHN03HWFRhBZ82Ac10=";
# Upstream has 'missing_docs = "deny"', which trips up test builds for 0.3.1 release.
# Let's just treat lints as warnings.
env.RUSTFLAGS = "--cap-lints warn";
nativeBuildInputs = [ installShellFiles ];
postInstall = ''