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 ;
|
dontPatch = true ;
|
||||||
dontConfigure = true ;
|
dontConfigure = true ;
|
||||||
dontBuild = true
|
dontBuild = true ;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue