gnu: cl-dexador: Fix build with new sbcl-package->cl-source-package function.
* gnu/packages/lisp-xyz.scm (cl-dexador)[arguments]: Remove 'reset-gzip-timestamps phase.
This commit is contained in:
		
							parent
							
								
									c3f1f09586
								
							
						
					
					
						commit
						09db7f39ba
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -5867,8 +5867,8 @@ neat APIs and connection-pooling.  It is meant to supersede Drakma.") | |||
|        ;; asdf-build-system/source has its own phases and does not inherit | ||||
|        ;; from asdf-build-system/sbcl phases. | ||||
|        (modify-phases %standard-phases/source | ||||
|          (add-after 'unpack 'fix-permissions | ||||
|            (lambda _ (make-file-writable "t/data/test.gz") #t))))))) | ||||
|          ;; Already done in SBCL package. | ||||
|          (delete 'reset-gzip-timestamps)))))) | ||||
| 
 | ||||
| (define-public ecl-dexador | ||||
|   (sbcl-package->ecl-package sbcl-dexador)) | ||||
|  |  | |||
		Reference in a new issue