diff --git a/pkgs/think-gtcm.nix b/pkgs/think-gtcm.nix index 5a3e5ed..1575d37 100644 --- a/pkgs/think-gtcm.nix +++ b/pkgs/think-gtcm.nix @@ -14,15 +14,15 @@ php.buildComposerProject2 (finalAttrs: rec { hash = "sha256-GDx0+PmuCXC+UPtsvsocCZQiTPcnOZEzJI17sxrVv7Q="; }; - unpackPhase = '' - runHook preUnpack - - mkdir "$sourceRoot" - - cp -R "$src/think.greaterchiangmai.com/*" "$sourceRoot/" - - runHook postUnpack - ''; + # unpackPhase = '' + # runHook preUnpack + # + # mkdir "$sourceRoot" + # + # cp -R "$src/think.greaterchiangmai.com/*" "$sourceRoot/" + # + # runHook postUnpack + # ''; nativeBuildInputs = [ breakpointHook ];