gnu: python: Clarify and shorten the list of built-time modules.
* gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list shorter.
This commit is contained in:
		
							parent
							
								
									5b4e2791ef
								
							
						
					
					
						commit
						d2cc9c7cfd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -146,8 +146,8 @@
 | 
				
			||||||
             (string-append "LDFLAGS=-Wl,-rpath="
 | 
					             (string-append "LDFLAGS=-Wl,-rpath="
 | 
				
			||||||
                            (assoc-ref %outputs "out") "/lib"))
 | 
					                            (assoc-ref %outputs "out") "/lib"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        #:modules ((ice-9 ftw)
 | 
					        #:modules ((ice-9 ftw) (ice-9 match)
 | 
				
			||||||
                   ,@%gnu-build-system-modules)
 | 
					                   (guix build utils) (guix build gnu-build-system))
 | 
				
			||||||
        #:phases
 | 
					        #:phases
 | 
				
			||||||
        (modify-phases %standard-phases
 | 
					        (modify-phases %standard-phases
 | 
				
			||||||
          (add-before
 | 
					          (add-before
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue