mob next [ci-skip] [ci skip] [skip ci]
lastFile:pkgs/think-gtcm.nix
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
fetchurl,
|
|
||||||
fetchgit,
|
fetchgit,
|
||||||
php,
|
php,
|
||||||
breakpointHook,
|
breakpointHook,
|
||||||
@@ -14,17 +13,24 @@ php.buildComposerProject2 (finalAttrs: rec {
|
|||||||
hash = "sha256-GDx0+PmuCXC+UPtsvsocCZQiTPcnOZEzJI17sxrVv7Q=";
|
hash = "sha256-GDx0+PmuCXC+UPtsvsocCZQiTPcnOZEzJI17sxrVv7Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sourceRoot = "${src}/think.greaterchiangmai.com";
|
||||||
|
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
runHook preUnpack
|
runHook preUnpack
|
||||||
|
|
||||||
mkdir "$sourceRoot"
|
mkdir "$sourceRoot"
|
||||||
|
|
||||||
|
ls $sourceRoot
|
||||||
|
echo "=================="
|
||||||
|
|
||||||
cp -R "$src/think.greaterchiangmai.com/*" "$sourceRoot/"
|
cp -R "$src/think.greaterchiangmai.com/*" "$sourceRoot/"
|
||||||
|
|
||||||
runHook postUnpack
|
runHook postUnpack
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''exit 1'';
|
buildPhase = ''
|
||||||
|
exit 1
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ breakpointHook ];
|
nativeBuildInputs = [ breakpointHook ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user