lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: fix versionCheckHook in nativeInstallCheck

+4 -4
+1 -1
pkgs/by-name/fo/foodfetch/package.nix
··· 25 25 buildInputs = [ openssl ]; 26 26 27 27 doInstallCheck = true; 28 - nativeInstallCheck = [ versionCheckHook ]; 28 + nativeInstallCheckInputs = [ versionCheckHook ]; 29 29 30 30 passthru.updateScript = nix-update-script { }; 31 31
+1 -1
pkgs/by-name/kr/krep/package.nix
··· 27 27 28 28 doCheck = true; 29 29 doInstallCheck = true; 30 - nativeInstallCheck = [ versionCheckHook ]; 30 + nativeInstallCheckInputs = [ versionCheckHook ]; 31 31 32 32 meta = { 33 33 description = "Blazingly fast string search utility designed for performance-critical applications";
+1 -1
pkgs/by-name/pe/petidomo/package.nix
··· 32 32 doCheck = true; 33 33 34 34 doInstallCheck = true; 35 - nativeInstallCheck = [ versionCheckHook ]; 35 + nativeInstallCheckInputs = [ versionCheckHook ]; 36 36 37 37 meta = { 38 38 homepage = "https://petidomo.sourceforge.net/";
+1 -1
pkgs/by-name/tf/tfmigrate/package.nix
··· 24 24 ]; 25 25 26 26 doInstallCheck = true; 27 - nativeInstallCheck = [ versionCheckHook ]; 27 + nativeInstallCheckInputs = [ versionCheckHook ]; 28 28 29 29 passthru.updateScript = nix-update-script { }; 30 30