Skip to content

Commit

Permalink
added the php namespace back to buildComposerProject
Browse files Browse the repository at this point in the history
  • Loading branch information
DMills27 committed Aug 1, 2023
1 parent 0577d6f commit 301e4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/flarum/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ fetchFromGitHub, fetchurl, lib, buildComposerProject }:
{ fetchFromGitHub, fetchurl, lib, php }:

buildComposerProject (finalAttrs: {
php.buildComposerProject (finalAttrs: {
pname = "flarum";
version = "1.8.0";

Expand Down

0 comments on commit 301e4df

Please sign in to comment.