Loading pkgs/servers/bindle/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ rustPlatform.buildRustPackage rec { sha256 = "sha256-xehn74fqP0tEtP4Qy9TRGv+P2QoHZLxRHzGoY5cQuv0="; }; postPatch = '' rm .cargo/config ''; doCheck = false; # Tests require a network nativeBuildInputs = [ pkg-config ]; Loading Loading
pkgs/servers/bindle/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ rustPlatform.buildRustPackage rec { sha256 = "sha256-xehn74fqP0tEtP4Qy9TRGv+P2QoHZLxRHzGoY5cQuv0="; }; postPatch = '' rm .cargo/config ''; doCheck = false; # Tests require a network nativeBuildInputs = [ pkg-config ]; Loading