[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/14: gnu: libglvnd: Update to 1.3.4.
From: |
guix-commits |
Subject: |
14/14: gnu: libglvnd: Update to 1.3.4. |
Date: |
Sat, 4 Sep 2021 16:11:06 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit da2bd0c1849b64184bcaf8604f0c177b7b1c2ce3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Sep 4 21:04:09 2021 +0200
gnu: libglvnd: Update to 1.3.4.
* gnu/packages/gl.scm (libglvnd): Update to 1.3.4.
[arguments]: Don't return #t from phases.
---
gnu/packages/gl.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 4a1a700..f6b9232 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -719,7 +719,7 @@ OpenGL graphics API.")
(define-public libglvnd
(package
(name "libglvnd")
- (version "1.3.3")
+ (version "1.3.4")
(home-page "https://gitlab.freedesktop.org/glvnd/libglvnd")
(source (origin
(method git-fetch)
@@ -729,7 +729,7 @@ OpenGL graphics API.")
(file-name (git-file-name name version))
(sha256
(base32
- "0gjk6m3gkdm12bmih2jflp0v5s1ibkixk7mrzrk0cj884m3hy1z6"))))
+ "0phvgg2h3pcz3x39gaymwb37bnw1s26clq9wsj0zx398zmp3dwpk"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dx11=enabled")
@@ -741,8 +741,7 @@ OpenGL graphics API.")
;; require a running Xorg server.
(substitute* "tests/meson.build"
(("if with_glx")
- "if false"))
- #t)))))
+ "if false")))))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
- 01/14: gnu: xlockmore: Update to 5.67., (continued)
- 01/14: gnu: xlockmore: Update to 5.67., guix-commits, 2021/09/04
- 06/14: gnu: fbcat: Update to 0.5.2., guix-commits, 2021/09/04
- 11/14: gnu: btrfs-progs: Update to 5.13.1., guix-commits, 2021/09/04
- 12/14: gnu: gparted: Update to 1.3.1., guix-commits, 2021/09/04
- 07/14: gnu: nvc: Update to 1.5.2., guix-commits, 2021/09/04
- 04/14: gnu: git-annex: Update to 8.20210903., guix-commits, 2021/09/04
- 08/14: gnu: libfilezilla: Update to 0.31.1., guix-commits, 2021/09/04
- 09/14: gnu: filezilla: Update to 3.55.1., guix-commits, 2021/09/04
- 13/14: gnu: interception-tools: Update to 0.6.7., guix-commits, 2021/09/04
- 10/14: gnu: epson-inkjet-printer-escpr: Update to 1.7.17., guix-commits, 2021/09/04
- 14/14: gnu: libglvnd: Update to 1.3.4.,
guix-commits <=