hyprnome: fix build

This commit is contained in:
Sergei Zimmerman
2024-12-30 00:29:44 +03:00
parent 3c9415e38e
commit 1f462cbb26
+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 = ''