gnu: cl-flexi-streams: Improve package style.
* gnu/packages/lisp-xyz.scm (sbcl-flexi-streams)[arguments]: Use G-expressions. Drop trailing #t in phases. [inputs]: Remove labels. Change-Id: I4aae98985435203006384906a0b28c798e3b9740 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
		
							parent
							
								
									66d327a049
								
							
						
					
					
						commit
						35a0bb9691
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
					@ -1377,13 +1377,13 @@ thin compatibility layer for gray streams.")
 | 
				
			||||||
          (base32 "04azqvz11s8dngy49bjl19hrfn0ip1b7m0szm4hlppq364msil7b"))))
 | 
					          (base32 "04azqvz11s8dngy49bjl19hrfn0ip1b7m0szm4hlppq364msil7b"))))
 | 
				
			||||||
      (build-system asdf-build-system/sbcl)
 | 
					      (build-system asdf-build-system/sbcl)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       `(#:phases
 | 
					       (list #:phases
 | 
				
			||||||
         (modify-phases %standard-phases
 | 
					             #~(modify-phases %standard-phases
 | 
				
			||||||
                 (add-after 'unpack 'make-git-checkout-writable
 | 
					                 (add-after 'unpack 'make-git-checkout-writable
 | 
				
			||||||
                   (lambda _
 | 
					                   (lambda _
 | 
				
			||||||
               (for-each make-file-writable (find-files "."))
 | 
					                     (for-each make-file-writable (find-files ".")))))))
 | 
				
			||||||
               #t)))))
 | 
					      (inputs
 | 
				
			||||||
      (inputs `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
 | 
					       (list sbcl-trivial-gray-streams))
 | 
				
			||||||
      (synopsis "Implementation of virtual bivalent streams for Common Lisp")
 | 
					      (synopsis "Implementation of virtual bivalent streams for Common Lisp")
 | 
				
			||||||
      (description "Flexi-streams is an implementation of \"virtual\" bivalent
 | 
					      (description "Flexi-streams is an implementation of \"virtual\" bivalent
 | 
				
			||||||
streams that can be layered atop real binary or bivalent streams and that can
 | 
					streams that can be layered atop real binary or bivalent streams and that can
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue