From f7d336584af4d3d8c77d7ec74cf5787e48e599a3 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 12 Nov 2025 14:35:08 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:pkgs/think-gtcm.nix --- pkgs/think-gtcm.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pkgs/think-gtcm.nix b/pkgs/think-gtcm.nix index 677bb12..97a4106 100644 --- a/pkgs/think-gtcm.nix +++ b/pkgs/think-gtcm.nix @@ -1,5 +1,4 @@ { - fetchurl, fetchgit, php, breakpointHook, @@ -14,17 +13,24 @@ php.buildComposerProject2 (finalAttrs: rec { hash = "sha256-GDx0+PmuCXC+UPtsvsocCZQiTPcnOZEzJI17sxrVv7Q="; }; + sourceRoot = "${src}/think.greaterchiangmai.com"; + unpackPhase = '' runHook preUnpack mkdir "$sourceRoot" + ls $sourceRoot + echo "==================" + cp -R "$src/think.greaterchiangmai.com/*" "$sourceRoot/" runHook postUnpack ''; - buildPhase = ''exit 1''; + buildPhase = '' + exit 1 + ''; nativeBuildInputs = [ breakpointHook ];