Skip to content

Commit 1f462cb

Browse files
committed
hyprnome: fix build
1 parent 3c9415e commit 1f462cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/hy/hyprnome/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ rustPlatform.buildRustPackage rec {
1919

2020
cargoHash = "sha256-oxIZTp5ZJRUjXLpMw2nOnPHYHhHN03HWFRhBZ82Ac10=";
2121

22+
# Upstream has 'missing_docs = "deny"', which trips up test builds for 0.3.1 release.
23+
# Let's just treat lints as warnings.
24+
env.RUSTFLAGS = "--cap-lints warn";
25+
2226
nativeBuildInputs = [ installShellFiles ];
2327

2428
postInstall = ''

0 commit comments

Comments
 (0)