Loading pkgs/by-name/ca/cargo-make/package.nix +9 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , rustPlatform , fetchFromGitHub , pkg-config , installShellFiles , bzip2 , openssl , stdenv Loading @@ -21,7 +22,10 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-RjsYrFbS/OiMQKTiPshGcBI9KF75Z5stn2HaB6mniZE="; nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config installShellFiles ]; buildInputs = [ bzip2 Loading @@ -30,6 +34,10 @@ rustPlatform.buildRustPackage rec { darwin.apple_sdk.frameworks.SystemConfiguration ]; postInstall = '' installShellCompletion extra/shell/*.bash ''; # Some tests fail because they need network access. # However, Travis ensures a proper build. # See also: Loading Loading
pkgs/by-name/ca/cargo-make/package.nix +9 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , rustPlatform , fetchFromGitHub , pkg-config , installShellFiles , bzip2 , openssl , stdenv Loading @@ -21,7 +22,10 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-RjsYrFbS/OiMQKTiPshGcBI9KF75Z5stn2HaB6mniZE="; nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config installShellFiles ]; buildInputs = [ bzip2 Loading @@ -30,6 +34,10 @@ rustPlatform.buildRustPackage rec { darwin.apple_sdk.frameworks.SystemConfiguration ]; postInstall = '' installShellCompletion extra/shell/*.bash ''; # Some tests fail because they need network access. # However, Travis ensures a proper build. # See also: Loading