mob next [ci-skip] [ci skip] [skip ci]
lastFile:pkgs/think-gtcm.nix
This commit is contained in:
@@ -14,15 +14,17 @@ 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
|
||||
'';
|
||||
|
||||
buildPhase = ''exit 1'';
|
||||
|
||||
nativeBuildInputs = [ breakpointHook ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user