Loading pkgs/by-name/de/delta/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ stdenv, git, zlib, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -57,6 +58,11 @@ rustPlatform.buildRustPackage rec { "--skip=test_diff_real_files" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { homepage = "https://github.com/dandavison/delta"; description = "Syntax-highlighting pager for git"; Loading Loading
pkgs/by-name/de/delta/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ stdenv, git, zlib, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -57,6 +58,11 @@ rustPlatform.buildRustPackage rec { "--skip=test_diff_real_files" ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = { homepage = "https://github.com/dandavison/delta"; description = "Syntax-highlighting pager for git"; Loading