about summary refs log tree commit diff
path: root/pkgs/build-support/php
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-16 16:44:22 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-19 22:10:03 +0200
commit450e9396fd52fe309f4e7ba42a3eecea316f3091 (patch)
tree81eae053a9883c12bc712f25525a3e28f852c2af /pkgs/build-support/php
parent6bad2e219e75bac3e5b3f3959c07cb20894b5d51 (diff)
php.packages.composer: do not use `buildComposerProject`
I decided to avoid the use of `buildComposerProject because it requires `composer-local-repo-plugin` which is going to be refactored.
Diffstat (limited to 'pkgs/build-support/php')
-rw-r--r--pkgs/build-support/php/pkgs/composer-phar.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/build-support/php/pkgs/composer-phar.nix b/pkgs/build-support/php/pkgs/composer-phar.nix
index d278810091ef2..b07c25beec55f 100644
--- a/pkgs/build-support/php/pkgs/composer-phar.nix
+++ b/pkgs/build-support/php/pkgs/composer-phar.nix
@@ -1,6 +1,5 @@
 {
   _7zz,
-  cacert,
   curl,
   fetchurl,
   git,
@@ -37,7 +36,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
       --prefix PATH : ${
         lib.makeBinPath [
           _7zz
-          cacert
           curl
           git
           unzip