gnu: modem-manager: Use G-expression.
* gnu/packages/freedesktop.scm (modem-manager)[arguments]: Use gexp.
This commit is contained in:
		
							parent
							
								
									40992a1e02
								
							
						
					
					
						commit
						9ee4069eb0
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -1524,8 +1524,9 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
 | 
				
			||||||
                "1apq9camys2gaw6y6ic1ld20cncfwpmxnzvh4j5zkbbjpf5hbcxj"))))
 | 
					                "1apq9camys2gaw6y6ic1ld20cncfwpmxnzvh4j5zkbbjpf5hbcxj"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:configure-flags
 | 
					     (list
 | 
				
			||||||
       `(,(string-append "--with-udev-base-dir=" %output "/lib/udev"))))
 | 
					      #:configure-flags
 | 
				
			||||||
 | 
					      #~(list (string-append "--with-udev-base-dir=" #$output "/lib/udev"))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list `(,glib "bin") ; for glib-mkenums
 | 
					     (list `(,glib "bin") ; for glib-mkenums
 | 
				
			||||||
           gobject-introspection
 | 
					           gobject-introspection
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue