gnu: attica: Use G-expressions.
* gnu/packages/kde-frameworks.scm (attica)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									07b9ca3449
								
							
						
					
					
						commit
						ea41f757b9
					
				
					 1 changed files with 8 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -305,13 +305,14 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
 | 
			
		|||
                "15didd7llqamp9wbvrynnf9cap2dqmwr51mz0pcjdk0iqs6ym4qq"))))
 | 
			
		||||
    (build-system cmake-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (add-after 'unpack 'disable-network-tests
 | 
			
		||||
           (lambda _
 | 
			
		||||
             ;; These tests require network access.
 | 
			
		||||
             (substitute* "autotests/CMakeLists.txt"
 | 
			
		||||
               ((".*providertest.cpp") "")))))))
 | 
			
		||||
     (list
 | 
			
		||||
      #:phases
 | 
			
		||||
      #~(modify-phases %standard-phases
 | 
			
		||||
          (add-after 'unpack 'disable-network-tests
 | 
			
		||||
            (lambda _
 | 
			
		||||
              ;; These tests require network access.
 | 
			
		||||
              (substitute* "autotests/CMakeLists.txt"
 | 
			
		||||
                ((".*providertest.cpp") "")))))))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     (list extra-cmake-modules))
 | 
			
		||||
    (inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue