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:
Pierre Neidhardt 2020-05-07 18:19:34 +02:00
parent c3f1f09586
commit 09db7f39ba
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F

View File

@ -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))