[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/71: gnu: Add julia-xslt-jll.
From: |
guix-commits |
Subject: |
42/71: gnu: Add julia-xslt-jll. |
Date: |
Sun, 30 May 2021 05:57:42 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 8a2e54cb6f0a96de22ae7dc4897bbbb86ed3bb87
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 30 12:21:56 2021 +0300
gnu: Add julia-xslt-jll.
* gnu/packages/julia-jll.scm (julia-xslt-jll): New variable.
---
gnu/packages/julia-jll.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/julia-jll.scm b/gnu/packages/julia-jll.scm
index 8f26a49..df9bf50 100644
--- a/gnu/packages/julia-jll.scm
+++ b/gnu/packages/julia-jll.scm
@@ -1533,6 +1533,49 @@ build tree Yggdrasil.")
(description "This package provides a wrapper for the xtrans library.")
(license license:expat)))
+(define-public julia-xslt-jll
+ (package
+ (name "julia-xslt-jll")
+ (version "1.1.34+0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaBinaryWrappers/XSLT_jll.jl")
+ (commit (string-append "XSLT-v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0wjkfnrgpd7c6i4ga5xzsqqmfrxcdkr1kjsxmd9bff8cqvyknnhq"))))
+ (build-system julia-build-system)
+ (arguments
+ '(#:tests? #f ; no runtests
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'override-binary-path
+ (lambda* (#:key inputs #:allow-other-keys)
+ (map
+ (lambda (wrapper)
+ (substitute* wrapper
+ (("generate_wrapper_header.*")
+ (string-append
+ "generate_wrapper_header(\"XSLT\", \""
+ (assoc-ref inputs "libxslt") "\")\n"))))
+ ;; There's a Julia file for each platform, override them all
+ (find-files "src/wrappers/" "\\.jl$")))))))
+ (inputs
+ `(("libxslt" ,libxslt)))
+ (propagated-inputs
+ `(("julia-jllwrappers" ,julia-jllwrappers)
+ ("julia-libgcrypt-jll" ,julia-libgcrypt-jll)
+ ("julia-libgpg-error-jll" ,julia-libgpg-error-jll)
+ ("julia-libiconv-jll" ,julia-libiconv-jll)
+ ("julia-xml2-jll" ,julia-xml2-jll)
+ ("julia-zlib-jll" ,julia-zlib-jll)))
+ (home-page "https://github.com/JuliaBinaryWrappers/XSLT_jll.jl")
+ (synopsis "Xslt library wrappers")
+ (description "This package provides a wrapper for the libxslt library.")
+ (license license:expat)))
+
(define-public julia-zlib-jll
(package
(name "julia-zlib-jll")
- 40/71: gnu: Add julia-xorg-xtrans-jll., (continued)
- 40/71: gnu: Add julia-xorg-xtrans-jll., guix-commits, 2021/05/30
- 38/71: gnu: Add julia-libgpg-error-jll., guix-commits, 2021/05/30
- 36/71: gnu: Add julia-xorg-libxau-jll., guix-commits, 2021/05/30
- 24/71: gnu: Add julia-ffmpeg-jll., guix-commits, 2021/05/30
- 25/71: gnu: Add julia-ffmpeg., guix-commits, 2021/05/30
- 29/71: gnu: Add julia-gettext-jll., guix-commits, 2021/05/30
- 46/71: gnu: Add julia-xorg-libxext-jll., guix-commits, 2021/05/30
- 30/71: gnu: Add julia-pcre-jll., guix-commits, 2021/05/30
- 31/71: gnu: Add julia-libmount-jll., guix-commits, 2021/05/30
- 41/71: gnu: Add julia-lzo-jll., guix-commits, 2021/05/30
- 42/71: gnu: Add julia-xslt-jll.,
guix-commits <=
- 43/71: gnu: Add julia-xorg-libpthread-stubs-jll., guix-commits, 2021/05/30
- 48/71: gnu: Add julia-xorg-libxrender-jll., guix-commits, 2021/05/30
- 50/71: gnu: Add julia-xorg-libxfixes-jll., guix-commits, 2021/05/30
- 54/71: gnu: Add julia-xorg-libxinerama-jll., guix-commits, 2021/05/30
- 56/71: gnu: Add julia-glfw-jll., guix-commits, 2021/05/30
- 58/71: gnu: Add julia-wayland-protocols-jll., guix-commits, 2021/05/30
- 59/71: gnu: Add julia-xorg-libxkbfile-jll., guix-commits, 2021/05/30
- 57/71: gnu: Add julia-wayland-jll., guix-commits, 2021/05/30
- 66/71: gnu: Add julia-xorg-xcb-util-keysyms-jll., guix-commits, 2021/05/30
- 64/71: gnu: Add julia-xorg-xcb-util-wm-jll., guix-commits, 2021/05/30