gnu: python-apsw: Enable extension loading.
* gnu/packages/databases.scm (python-apsw): Enable extension loading. It is required by calibre. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									07fc776491
								
							
						
					
					
						commit
						1cc0328a2c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -3554,7 +3554,8 @@ PickleShare.") | ||||||
|        (modify-phases %standard-phases |        (modify-phases %standard-phases | ||||||
|          (replace 'build |          (replace 'build | ||||||
|            (lambda _ |            (lambda _ | ||||||
|              (invoke "python" "setup.py" "build" "--enable-all-extensions") |              (invoke "python" "setup.py" "build" "--enable-all-extensions" | ||||||
|  |                      "--enable=load_extension") | ||||||
|              #t)) |              #t)) | ||||||
|          (add-after 'build 'build-test-helper |          (add-after 'build 'build-test-helper | ||||||
|            (lambda _ |            (lambda _ | ||||||
|  |  | ||||||
		Reference in a new issue