euicc-manual: dont skipp build/install hooks
This commit is contained in:
@@ -25,12 +25,20 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
runHook preBuild
|
||||||
|
|
||||||
hugo
|
hugo
|
||||||
|
|
||||||
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p $out/share/doc/
|
mkdir -p $out/share/doc/
|
||||||
cp -Rv public $out/share/doc/euicc-manual
|
cp -Rv public $out/share/doc/euicc-manual
|
||||||
|
|
||||||
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
Reference in New Issue
Block a user