Loading pkgs/build-support/php/builders/v1/build-composer-project.nix +0 −6 Original line number Diff line number Diff line Loading @@ -94,12 +94,6 @@ let or (if finalAttrs.composerRepository.composerLock == null then nix-update-script { } else null); }; env = { COMPOSER_CACHE_DIR = "/dev/null"; COMPOSER_DISABLE_NETWORK = "1"; COMPOSER_MIRROR_PATH_REPOS = "1"; }; meta = previousAttrs.meta or { } // { platforms = lib.platforms.all; }; Loading pkgs/build-support/php/builders/v1/build-composer-repository.nix +0 −7 Original line number Diff line number Diff line Loading @@ -102,13 +102,6 @@ let runHook postInstallCheck ''; env = { COMPOSER_CACHE_DIR = "/dev/null"; COMPOSER_MIRROR_PATH_REPOS = "1"; COMPOSER_HTACCESS_PROTECT = "0"; COMPOSER_DISABLE_NETWORK = "0"; }; outputHashMode = "recursive"; outputHashAlgo = if (finalAttrs ? vendorHash && finalAttrs.vendorHash != "") then null else "sha256"; Loading pkgs/build-support/php/builders/v1/build-composer-with-plugin.nix +0 −6 Original line number Diff line number Diff line Loading @@ -149,12 +149,6 @@ let or (if finalAttrs.vendor.composerLock == null then nix-update-script { } else null); }; env = { COMPOSER_CACHE_DIR = "/dev/null"; COMPOSER_DISABLE_NETWORK = "1"; COMPOSER_MIRROR_PATH_REPOS = "1"; }; meta = previousAttrs.meta or composer.meta; }; in Loading pkgs/build-support/php/builders/v1/hooks/composer-install-hook.sh +4 −3 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ composerInstallConfigureHook() { fi if [[ ! -f "composer.lock" ]]; then setComposeRootVersion setComposerRootVersion composer \ --no-install \ Loading Loading @@ -79,7 +79,7 @@ composerInstallConfigureHook() { composerInstallBuildHook() { echo "Executing composerInstallBuildHook" setComposeRootVersion setComposerRootVersion # Since this file cannot be generated in the composer-repository-hook.sh # because the file contains hardcoded nix store paths, we generate it here. Loading @@ -99,7 +99,8 @@ composerInstallCheckHook() { composerInstallInstallHook() { echo "Executing composerInstallInstallHook" setComposeRootVersion setComposerRootVersion setComposerEnvVariables # Finally, run `composer install` to install the dependencies and generate # the autoloader. Loading pkgs/build-support/php/builders/v1/hooks/composer-repository-hook.sh +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ composerRepositoryConfigureHook() { fi if [[ ! -f "composer.lock" ]]; then setComposeRootVersion setComposerRootVersion composer \ --no-install \ Loading Loading @@ -58,7 +58,7 @@ composerRepositoryBuildHook() { mkdir -p repository setComposeRootVersion setComposerRootVersion # Build the local composer repository # The command 'build-local-repo' is provided by the Composer plugin Loading Loading
pkgs/build-support/php/builders/v1/build-composer-project.nix +0 −6 Original line number Diff line number Diff line Loading @@ -94,12 +94,6 @@ let or (if finalAttrs.composerRepository.composerLock == null then nix-update-script { } else null); }; env = { COMPOSER_CACHE_DIR = "/dev/null"; COMPOSER_DISABLE_NETWORK = "1"; COMPOSER_MIRROR_PATH_REPOS = "1"; }; meta = previousAttrs.meta or { } // { platforms = lib.platforms.all; }; Loading
pkgs/build-support/php/builders/v1/build-composer-repository.nix +0 −7 Original line number Diff line number Diff line Loading @@ -102,13 +102,6 @@ let runHook postInstallCheck ''; env = { COMPOSER_CACHE_DIR = "/dev/null"; COMPOSER_MIRROR_PATH_REPOS = "1"; COMPOSER_HTACCESS_PROTECT = "0"; COMPOSER_DISABLE_NETWORK = "0"; }; outputHashMode = "recursive"; outputHashAlgo = if (finalAttrs ? vendorHash && finalAttrs.vendorHash != "") then null else "sha256"; Loading
pkgs/build-support/php/builders/v1/build-composer-with-plugin.nix +0 −6 Original line number Diff line number Diff line Loading @@ -149,12 +149,6 @@ let or (if finalAttrs.vendor.composerLock == null then nix-update-script { } else null); }; env = { COMPOSER_CACHE_DIR = "/dev/null"; COMPOSER_DISABLE_NETWORK = "1"; COMPOSER_MIRROR_PATH_REPOS = "1"; }; meta = previousAttrs.meta or composer.meta; }; in Loading
pkgs/build-support/php/builders/v1/hooks/composer-install-hook.sh +4 −3 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ composerInstallConfigureHook() { fi if [[ ! -f "composer.lock" ]]; then setComposeRootVersion setComposerRootVersion composer \ --no-install \ Loading Loading @@ -79,7 +79,7 @@ composerInstallConfigureHook() { composerInstallBuildHook() { echo "Executing composerInstallBuildHook" setComposeRootVersion setComposerRootVersion # Since this file cannot be generated in the composer-repository-hook.sh # because the file contains hardcoded nix store paths, we generate it here. Loading @@ -99,7 +99,8 @@ composerInstallCheckHook() { composerInstallInstallHook() { echo "Executing composerInstallInstallHook" setComposeRootVersion setComposerRootVersion setComposerEnvVariables # Finally, run `composer install` to install the dependencies and generate # the autoloader. Loading
pkgs/build-support/php/builders/v1/hooks/composer-repository-hook.sh +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ composerRepositoryConfigureHook() { fi if [[ ! -f "composer.lock" ]]; then setComposeRootVersion setComposerRootVersion composer \ --no-install \ Loading Loading @@ -58,7 +58,7 @@ composerRepositoryBuildHook() { mkdir -p repository setComposeRootVersion setComposerRootVersion # Build the local composer repository # The command 'build-local-repo' is provided by the Composer plugin Loading