gnu: dbus-for-jami: Use Gexp.
This is a follow-up to 26485fc575.
* gnu/packages/glib.scm (dbus-for-jami): Use G-Expression.
Change-Id: I56fd25502be65ba688519dea7462c401aeddba31
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
			
			
This commit is contained in:
		
							parent
							
								
									05eb9349e3
								
							
						
					
					
						commit
						83f5e5c17f
					
				
					 1 changed files with 7 additions and 6 deletions
				
			
		| 
						 | 
					@ -19,6 +19,7 @@
 | 
				
			||||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 | 
					;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 | 
				
			||||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
 | 
					;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
 | 
				
			||||||
;;; Copyright © 2023 Saku Laesvuori <saku@laesvuori.fi>
 | 
					;;; Copyright © 2023 Saku Laesvuori <saku@laesvuori.fi>
 | 
				
			||||||
 | 
					;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -202,7 +203,7 @@ shared NFS home directories.")
 | 
				
			||||||
     (arguments
 | 
					     (arguments
 | 
				
			||||||
      (substitute-keyword-arguments (package-arguments dbus)
 | 
					      (substitute-keyword-arguments (package-arguments dbus)
 | 
				
			||||||
        ((#:phases phases)
 | 
					        ((#:phases phases)
 | 
				
			||||||
         `(modify-phases ,phases
 | 
					         #~(modify-phases #$phases
 | 
				
			||||||
             (add-after 'unpack 'customize-config
 | 
					             (add-after 'unpack 'customize-config
 | 
				
			||||||
               (lambda _
 | 
					               (lambda _
 | 
				
			||||||
                 (substitute* "bus/session.conf.in"
 | 
					                 (substitute* "bus/session.conf.in"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue