Fix missing semicolon in python-django-imagekit

Been a hot minute since I last made that mistake
This commit is contained in:
Reinout Meliesie 2025-03-03 11:21:57 +01:00
parent ee7a6b6fca
commit c45884c66f
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -18,7 +18,7 @@ mkDerivation {
dontPatch = true ;
dontConfigure = true ;
dontBuild = true
dontBuild = true ;
installPhase = ''
runHook preInstall