Loading pkgs/build-support/php/build-composer-project.nix +5 −3 Original line number Diff line number Diff line Loading @@ -89,9 +89,11 @@ let composerStrictValidation = previousAttrs.composerStrictValidation or true; }; 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/build-composer-repository.nix +6 −4 Original line number Diff line number Diff line Loading @@ -106,10 +106,12 @@ 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 = Loading pkgs/build-support/php/pkgs/composer-local-repo-plugin.nix +6 −4 Original line number Diff line number Diff line Loading @@ -43,10 +43,12 @@ stdenvNoCC.mkDerivation (finalAttrs: { hash = "sha256-edbn07r/Uc1g0qOuVBZBs6N1bMN5kIfA1b4FCufdw5M="; }; env = { COMPOSER_CACHE_DIR = "/dev/null"; COMPOSER_MIRROR_PATH_REPOS = "1"; COMPOSER_HTACCESS_PROTECT = "0"; COMPOSER_DISABLE_NETWORK = "1"; }; nativeBuildInputs = [ makeBinaryWrapper ]; Loading Loading
pkgs/build-support/php/build-composer-project.nix +5 −3 Original line number Diff line number Diff line Loading @@ -89,9 +89,11 @@ let composerStrictValidation = previousAttrs.composerStrictValidation or true; }; 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/build-composer-repository.nix +6 −4 Original line number Diff line number Diff line Loading @@ -106,10 +106,12 @@ 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 = Loading
pkgs/build-support/php/pkgs/composer-local-repo-plugin.nix +6 −4 Original line number Diff line number Diff line Loading @@ -43,10 +43,12 @@ stdenvNoCC.mkDerivation (finalAttrs: { hash = "sha256-edbn07r/Uc1g0qOuVBZBs6N1bMN5kIfA1b4FCufdw5M="; }; env = { COMPOSER_CACHE_DIR = "/dev/null"; COMPOSER_MIRROR_PATH_REPOS = "1"; COMPOSER_HTACCESS_PROTECT = "0"; COMPOSER_DISABLE_NETWORK = "1"; }; nativeBuildInputs = [ makeBinaryWrapper ]; Loading