GNU bug report logs - #76339
[PATCH core-updates-team 0/4] Update libde265 and remove dependency on qtbase-5.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sun, 16 Feb 2025 14:59:01 UTC

Severity: normal

Tags: patch

Full log


Message #17 received at 76339 <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: 76339 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH core-updates-team 4/4] gnu: libde265: Use G-Expressions.
Date: Sun, 16 Feb 2025 15:04:04 +0000
* gnu/packages/video.scm (libde265)[arguments]: Use G-Expressions.

Change-Id: Ie93df560f0d784d3ff983884860c88b5fce6f7b0
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2b79e78491..3a98872b7f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -709,8 +709,8 @@ (define-public libde265
         (base32 "09pk079figmdrnyj5wi99j7pnmmk3c2s30lpmas96ysdhhrqps42"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags
-       (list "--disable-static")))
+     (list
+      #:configure-flags #~(list "--disable-static")))
     (native-inputs
      (list autoconf automake libtool pkg-config python-wrapper))
     (inputs (list sdl2))
-- 
2.48.1





This bug report was last modified 116 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.