Remove compile_themes from Bookwyrm service, add temporary build phase
This commit is contained in:
parent
c5f5c973c0
commit
37763f144e
2 changed files with 8 additions and 2 deletions
|
@ -23,7 +23,14 @@ mkDerivation {
|
|||
|
||||
dontPatch = true ;
|
||||
dontConfigure = true ;
|
||||
dontBuild = true ;
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
pwd
|
||||
|
||||
runHook postBuild
|
||||
'' ;
|
||||
|
||||
installPhase = let
|
||||
pythonDependencies = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue