[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: gnu: freeglut@2: Override inherited package argu
From: |
guix-commits |
Subject: |
branch staging updated: gnu: freeglut@2: Override inherited package arguments. |
Date: |
Sun, 26 Jan 2020 10:29:55 -0500 |
This is an automated email from the git hooks/post-receive script.
mbakke pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new 80921d2 gnu: freeglut@2: Override inherited package arguments.
80921d2 is described below
commit 80921d298ae87444ca4b401ab71ba038d5fe6d40
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 26 15:47:04 2020 +0100
gnu: freeglut@2: Override inherited package arguments.
This is a follow-up to commit 5f6130473788c074536cee2d29dcb052c3140182.
* gnu/packages/gl.scm (freeglut-2.8)[arguments]: New field.
---
gnu/packages/gl.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 42bed5d..d0718d5 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -146,7 +146,9 @@ the X-Consortium license.")
(sha256
(base32
"16lrxxxd9ps9l69y3zsw6iy0drwjsp6m26d1937xj71alqk6dr6x"))))
- (build-system gnu-build-system)))
+ (build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags '("--disable-static")))))
(define-public ftgl
(package
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: gnu: freeglut@2: Override inherited package arguments.,
guix-commits <=