Do not use composer- prefix anymore
This commit is contained in:
parent
6f230717fc
commit
c1f98cdac1
1 changed files with 1 additions and 2 deletions
|
@ -134,10 +134,9 @@ let
|
|||
''}
|
||||
'') (builtins.attrNames dependencies);
|
||||
|
||||
extraArgs = removeAttrs args [ "name" "packages" "devPackages" "buildInputs" ];
|
||||
extraArgs = removeAttrs args [ "packages" "devPackages" "buildInputs" ];
|
||||
in
|
||||
stdenv.mkDerivation ({
|
||||
name = "composer-${name}";
|
||||
buildInputs = [ php composer ] ++ buildInputs;
|
||||
|
||||
inherit unpackPhase buildPhase;
|
||||
|
|
Loading…
Reference in a new issue