me
/
guix
Archived
1
0
Fork 0

gnu: cl-uffi: Fix build.

* gnu/packages/lisp-xyz.scm (cl-uffi)[arguments]: Remove 'fix-permissions' and
  'reset-gzip-timestamp' phases.
master
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
1 changed files with 2 additions and 4 deletions

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