gnu: kpmcore: Use G-expressions.
* gnu/packages/kde.scm (kpmcore)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									bf8c943bbb
								
							
						
					
					
						commit
						b3f706bd31
					
				
					 1 changed files with 8 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -851,13 +851,14 @@ multi-floor indoor maps.")
 | 
			
		|||
           qca
 | 
			
		||||
           `(,util-linux "lib")))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (add-after 'unpack 'fix-cmake-install-directories
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (substitute* "src/util/CMakeLists.txt"
 | 
			
		||||
               (("DESTINATION \\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
 | 
			
		||||
                "DESTINATION share/polkit-1/actions")))))))
 | 
			
		||||
     (list
 | 
			
		||||
      #:phases
 | 
			
		||||
      #~(modify-phases %standard-phases
 | 
			
		||||
          (add-after 'unpack 'fix-cmake-install-directories
 | 
			
		||||
            (lambda _
 | 
			
		||||
              (substitute* "src/util/CMakeLists.txt"
 | 
			
		||||
                (("DESTINATION \\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
 | 
			
		||||
                 "DESTINATION share/polkit-1/actions")))))))
 | 
			
		||||
    (home-page "https://community.kde.org/Frameworks")
 | 
			
		||||
    (synopsis "Library for managing partitions")
 | 
			
		||||
    (description "Library for managing partitions.")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue