Loading pkgs/by-name/cy/cyme/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ fetchFromGitHub, rustPlatform, pkg-config, installShellFiles, stdenv, darwin, versionCheckHook, Loading @@ -26,6 +27,7 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ pkg-config installShellFiles ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.DarwinTools Loading @@ -39,6 +41,14 @@ rustPlatform.buildRustPackage rec { "--skip=test_run" ]; postInstall = '' installManPage doc/cyme.1 installShellCompletion --cmd cyme \ --bash doc/cyme.bash \ --fish doc/cyme.fish \ --zsh doc/_cyme ''; nativeInstallCheckInputs = [ versionCheckHook ]; Loading Loading
pkgs/by-name/cy/cyme/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ fetchFromGitHub, rustPlatform, pkg-config, installShellFiles, stdenv, darwin, versionCheckHook, Loading @@ -26,6 +27,7 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ pkg-config installShellFiles ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.DarwinTools Loading @@ -39,6 +41,14 @@ rustPlatform.buildRustPackage rec { "--skip=test_run" ]; postInstall = '' installManPage doc/cyme.1 installShellCompletion --cmd cyme \ --bash doc/cyme.bash \ --fish doc/cyme.fish \ --zsh doc/_cyme ''; nativeInstallCheckInputs = [ versionCheckHook ]; Loading