We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed4662 commit 4c8382fCopy full SHA for 4c8382f
checks/packages-ci-matrix.nix
@@ -32,7 +32,7 @@
32
};
33
34
disabledPackages = [
35
- "circ"
+ #"circ" # has been fixed
36
"leap"
37
"go-opera"
38
];
packages/circ/default.nix
@@ -24,6 +24,10 @@ let
24
hash = "sha256-pYG6IYGHv4DwizCdVZbOS4DUxwNtwQVcPU66fDxTxg0=";
25
26
27
+ preBuild = ''
28
+ sed -i 's/#!\[deny(warnings)\]//' src/lib.rs #deny warnings causes build to fail
29
+ '';
30
+
31
nativeBuildInputs = [
rustPlatform.bindgenHook
zlib
0 commit comments