mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: julia-codeczlib: Remove unneeded phase.
* gnu/packages/julia-xyz.scm (julia-codeczlib)[arguments]: Remove field.
This commit is contained in:
parent
1f6ae9a8e0
commit
e1bd872572
1 changed files with 0 additions and 10 deletions
|
@ -819,16 +819,6 @@ (define-public julia-codeczlib
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xm603nylkwk4bzx66zv1g3syzrvn3jh9spdx7kvcvgszzyrrgh4"))))
|
(base32 "0xm603nylkwk4bzx66zv1g3syzrvn3jh9spdx7kvcvgszzyrrgh4"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-before 'reset-gzip-timestamps 'make-files-writable
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
(let ((out (assoc-ref outputs "out")))
|
|
||||||
(for-each make-file-writable
|
|
||||||
(find-files out "\\.gz$"))
|
|
||||||
#t))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-transcodingstreams
|
(list julia-transcodingstreams
|
||||||
julia-zlib-jll))
|
julia-zlib-jll))
|
||||||
|
|
Loading…
Reference in a new issue