Loading pkgs/by-name/de/dezoomify-rs/package.nix +9 −0 Original line number Diff line number Diff line { lib, stdenv, rustPlatform, fetchFromGitHub, darwin, }: rustPlatform.buildRustPackage rec { Loading @@ -17,6 +19,13 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-v48eM43+/dt2M1J9yfjfTpBetv6AA2Hhzu8rrL3gojg="; buildInputs = lib.optionals stdenv.isDarwin ( with darwin.apple_sdk.frameworks; [ SystemConfiguration ] ); checkFlags = [ # Tests failing due to networking errors in Nix build environment "--skip=local_generic_tiles" Loading Loading
pkgs/by-name/de/dezoomify-rs/package.nix +9 −0 Original line number Diff line number Diff line { lib, stdenv, rustPlatform, fetchFromGitHub, darwin, }: rustPlatform.buildRustPackage rec { Loading @@ -17,6 +19,13 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-v48eM43+/dt2M1J9yfjfTpBetv6AA2Hhzu8rrL3gojg="; buildInputs = lib.optionals stdenv.isDarwin ( with darwin.apple_sdk.frameworks; [ SystemConfiguration ] ); checkFlags = [ # Tests failing due to networking errors in Nix build environment "--skip=local_generic_tiles" Loading