gnu: r-lpsymphony: Build reproducibly.
* gnu/packages/bioconductor.scm (r-lpsymphony)[arguments]: Add build phase 'make-build-order-reproducible.
This commit is contained in:
		
							parent
							
								
									8337787720
								
							
						
					
					
						commit
						8e87bbde13
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		| 
						 | 
					@ -7917,6 +7917,16 @@ coordinates.")
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0kc708ss5byzw8qh439mb4nq6hsfmz73gfamiznw3lv352brd33g"))))
 | 
					         "0kc708ss5byzw8qh439mb4nq6hsfmz73gfamiznw3lv352brd33g"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     (list
 | 
				
			||||||
 | 
					      #:phases
 | 
				
			||||||
 | 
					      '(modify-phases %standard-phases
 | 
				
			||||||
 | 
					         (add-after 'unpack 'make-build-order-reproducible
 | 
				
			||||||
 | 
					           (lambda _
 | 
				
			||||||
 | 
					             (substitute* '("src/SYMPHONY/Cgl/configure.ac"
 | 
				
			||||||
 | 
					                            "src/SYMPHONY/Cgl/configure")
 | 
				
			||||||
 | 
					               (("for file in `ls \\*/Makefile.in`")
 | 
				
			||||||
 | 
					                "for file in `ls */Makefile.in | sort`")))))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list zlib))
 | 
					     (list zlib))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue