Fix missing semicolon in python-django-imagekit
Been a hot minute since I last made that mistake
This commit is contained in:
parent
ee7a6b6fca
commit
c45884c66f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ mkDerivation {
|
|||
|
||||
dontPatch = true ;
|
||||
dontConfigure = true ;
|
||||
dontBuild = true
|
||||
dontBuild = true ;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
|
Loading…
Add table
Reference in a new issue