diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-02-23 19:49:18 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-02-24 12:20:32 +0200 |
commit | e1bd8725724913feeb900062f356980ee2c56a41 (patch) | |
tree | 269265948a28d7e0557b51c0951aeedb14280c09 /gnu | |
parent | 1f6ae9a8e02c457ee499e61f78c8a282ab9d4971 (diff) |
gnu: julia-codeczlib: Remove unneeded phase.
* gnu/packages/julia-xyz.scm (julia-codeczlib)[arguments]: Remove field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 6bb404761b..e1b59886d6 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -819,16 +819,6 @@ dependencies, while keeping @code{ChainRulesCore.jl} as light-weight as possible (sha256 (base32 "0xm603nylkwk4bzx66zv1g3syzrvn3jh9spdx7kvcvgszzyrrgh4")))) (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 (list julia-transcodingstreams julia-zlib-jll)) |