gnu: ucsim: Use gexps.
* gnu/packages/embedded.scm (ucsim)[arguments]: Use gexp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									be9b7e0f65
								
							
						
					
					
						commit
						e082079cb8
					
				
					 1 changed files with 7 additions and 6 deletions
				
			
		| 
						 | 
					@ -1604,12 +1604,13 @@ handling communication with eBUS devices connected to a 2-wire bus system
 | 
				
			||||||
                "080471wvkjdzxz5j3zdaq1apjcj84ql50kn26b7p4ansixnimml4"))))
 | 
					                "080471wvkjdzxz5j3zdaq1apjcj84ql50kn26b7p4ansixnimml4"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     (list
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					      #:phases
 | 
				
			||||||
         (add-after 'unpack 'patch-makefiles
 | 
					      #~(modify-phases %standard-phases
 | 
				
			||||||
           (lambda _
 | 
					          (add-after 'unpack 'patch-makefiles
 | 
				
			||||||
             (substitute* (find-files "." "(\\.mk$|\\.in$)")
 | 
					            (lambda _
 | 
				
			||||||
               (("/bin/sh") (which "sh"))))))))
 | 
					              (substitute* (find-files "." "(\\.mk$|\\.in$)")
 | 
				
			||||||
 | 
					                (("/bin/sh") (which "sh"))))))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list ncurses))
 | 
					     (list ncurses))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue