[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/71: gnu: Add julia-xorg-libxi-jll.
From: |
guix-commits |
Subject: |
53/71: gnu: Add julia-xorg-libxi-jll. |
Date: |
Sun, 30 May 2021 05:57:45 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 2cc2507d0e1d1bc30d4ad755dd1e73e21e8bcd1f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 30 12:35:10 2021 +0300
gnu: Add julia-xorg-libxi-jll.
* gnu/packages/julia-jll.scm (julia-xorg-libxi-jll): New variable.
---
gnu/packages/julia-jll.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/julia-jll.scm b/gnu/packages/julia-jll.scm
index 4cfe09d..e6202dd 100644
--- a/gnu/packages/julia-jll.scm
+++ b/gnu/packages/julia-jll.scm
@@ -1853,6 +1853,44 @@ build tree Yggdrasil.")
(description "This package provides a wrapper for the libxfixes library.")
(license license:expat)))
+(define-public julia-xorg-libxi-jll
+ (package
+ (name "julia-xorg-libxi-jll")
+ (version "1.7.10+3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaBinaryWrappers/Xorg_libXi_jll.jl")
+ (commit (string-append "Xorg_libXi-v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1jhrng5sf44880x3pnw1gpb88z21c7nznfyzhs4a5z910ndrynd7"))))
+ (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
+ (("artifact\"Xorg_libXi\"")
+ (string-append "\"" (assoc-ref inputs "libxi") "\""))))
+ ;; There's a Julia file for each platform, override them all
+ (find-files "src/wrappers/" "\\.jl$")))))))
+ (inputs
+ `(("libxi" ,libxi)))
+ (propagated-inputs
+ `(("julia-jllwrappers" ,julia-jllwrappers)
+ ("julia-xorg-libxext-jll" ,julia-xorg-libxext-jll)
+ ("julia-xorg-libxfixes-jll" ,julia-xorg-libxfixes-jll)))
+ (home-page "https://github.com/JuliaBinaryWrappers/Xorg_libXi_jll.jl")
+ (synopsis "Libxi library wrappers")
+ (description "This package provides a wrapper for the libxi library.")
+ (license license:expat)))
+
(define-public julia-xorg-libxrender-jll
(package
(name "julia-xorg-libxrender-jll")
- 56/71: gnu: Add julia-glfw-jll., (continued)
- 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
- 32/71: gnu: Add julia-glib-jll., guix-commits, 2021/05/30
- 44/71: gnu: Add julia-xorg-libxcb-jll., guix-commits, 2021/05/30
- 45/71: gnu: Add julia-xorg-libx11-jll., guix-commits, 2021/05/30
- 51/71: gnu: Add julia-xorg-libxcursor-jll., guix-commits, 2021/05/30
- 53/71: gnu: Add julia-xorg-libxi-jll.,
guix-commits <=
- 47/71: gnu: Add julia-fontconfig-jll., guix-commits, 2021/05/30
- 49/71: gnu: Add julia-cairo-jll., guix-commits, 2021/05/30
- 52/71: gnu: Add julia-libglvnd-jll., guix-commits, 2021/05/30
- 55/71: gnu: Add julia-xorg-libxrandr-jll., guix-commits, 2021/05/30
- 60/71: gnu: Add julia-xorg-xkbcomp-jll., guix-commits, 2021/05/30
- 61/71: gnu: Add julia-xorg-xkeyboard-config-jll., guix-commits, 2021/05/30
- 62/71: gnu: Add julia-xkbcommon-jll., guix-commits, 2021/05/30
- 63/71: gnu: Add julia-xorg-xcb-util-jll., guix-commits, 2021/05/30
- 65/71: gnu: Add julia-xorg-xcb-util-image-jll., guix-commits, 2021/05/30
- 68/71: gnu: Add julia-qt5base-jll., guix-commits, 2021/05/30