Loading pkgs/by-name/ph/phel/package.nix +2 −4 Original line number Diff line number Diff line Loading @@ -18,11 +18,9 @@ php.buildComposerProject2 (finalAttrs: { vendorHash = "sha256-SDLpl2gBvtVjREfcy1WDFqsGRK1fKr2wKPuBkPhApNI="; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; meta = { changelog = "https://github.com/phel-lang/phel-lang/releases/tag/v${finalAttrs.version}"; Loading pkgs/by-name/ph/phpunit/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ php, phpunit, testers, versionCheckHook, }: php.buildComposerProject2 (finalAttrs: { Loading @@ -25,6 +26,10 @@ php.buildComposerProject2 (finalAttrs: { tests.version = testers.testVersion { package = phpunit; }; }; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; meta = { changelog = "https://github.com/sebastianbergmann/phpunit/blob/${finalAttrs.version}/ChangeLog-${lib.versions.majorMinor finalAttrs.version}.md"; description = "PHP Unit Testing framework"; Loading pkgs/by-name/ty/typst/package.nix +2 −4 Original line number Diff line number Diff line Loading @@ -54,11 +54,9 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoTestFlags = [ "--workspace" ]; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru.updateScript = nix-update-script { }; Loading pkgs/development/php-packages/box/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ php82.buildComposerProject2 (finalAttrs: { vendorHash = "sha256-7oZtuQ7PhB7q9vNO2TLI46kg2q9BgdLjGUduGXAHc0E="; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; meta = { changelog = "https://github.com/box-project/box/releases/tag/${finalAttrs.version}"; Loading pkgs/development/php-packages/composer/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ curl, cacert, makeBinaryWrapper, versionCheckHook, }: stdenvNoCC.mkDerivation (finalAttrs: { Loading Loading @@ -110,6 +111,10 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; meta = { changelog = "https://github.com/composer/composer/releases/tag/${finalAttrs.version}"; description = "Dependency Manager for PHP"; Loading Loading
pkgs/by-name/ph/phel/package.nix +2 −4 Original line number Diff line number Diff line Loading @@ -18,11 +18,9 @@ php.buildComposerProject2 (finalAttrs: { vendorHash = "sha256-SDLpl2gBvtVjREfcy1WDFqsGRK1fKr2wKPuBkPhApNI="; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; meta = { changelog = "https://github.com/phel-lang/phel-lang/releases/tag/v${finalAttrs.version}"; Loading
pkgs/by-name/ph/phpunit/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ php, phpunit, testers, versionCheckHook, }: php.buildComposerProject2 (finalAttrs: { Loading @@ -25,6 +26,10 @@ php.buildComposerProject2 (finalAttrs: { tests.version = testers.testVersion { package = phpunit; }; }; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; meta = { changelog = "https://github.com/sebastianbergmann/phpunit/blob/${finalAttrs.version}/ChangeLog-${lib.versions.majorMinor finalAttrs.version}.md"; description = "PHP Unit Testing framework"; Loading
pkgs/by-name/ty/typst/package.nix +2 −4 Original line number Diff line number Diff line Loading @@ -54,11 +54,9 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoTestFlags = [ "--workspace" ]; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru.updateScript = nix-update-script { }; Loading
pkgs/development/php-packages/box/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ php82.buildComposerProject2 (finalAttrs: { vendorHash = "sha256-7oZtuQ7PhB7q9vNO2TLI46kg2q9BgdLjGUduGXAHc0E="; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; meta = { changelog = "https://github.com/box-project/box/releases/tag/${finalAttrs.version}"; Loading
pkgs/development/php-packages/composer/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ curl, cacert, makeBinaryWrapper, versionCheckHook, }: stdenvNoCC.mkDerivation (finalAttrs: { Loading Loading @@ -110,6 +111,10 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; meta = { changelog = "https://github.com/composer/composer/releases/tag/${finalAttrs.version}"; description = "Dependency Manager for PHP"; Loading