1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: cl-uffi: Fix build.

* gnu/packages/lisp-xyz.scm (cl-uffi)[arguments]: Remove 'fix-permissions' and
  'reset-gzip-timestamp' phases.
This commit is contained in:
Guillaume Le Vaillant 2020-09-12 10:38:47 +02:00
parent cb92693ee2
commit 3b39207477
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -8707,10 +8707,8 @@ interface for MySQL, PostgreSQL and SQLite.")
;; 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 "doc/html.tar.gz")
#t)))))))
;; Already done in SBCL package.
(delete 'reset-gzip-timestamps))))))
(define-public sbcl-clsql
(package