gnu: go-1.4: Add missing '#:modules' imports.
Fixes <https://bugs.gnu.org/26840>. * gnu/packages/golang.scm (go-1.4): Add missing '#:modules' imports. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
		
							parent
							
								
									3369de907a
								
							
						
					
					
						commit
						1d698a8ba6
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -63,7 +63,8 @@
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:modules ((ice-9 match)
 | 
					     `(#:modules ((ice-9 match)
 | 
				
			||||||
                  (guix build gnu-build-system)
 | 
					                  (guix build gnu-build-system)
 | 
				
			||||||
                  (guix build utils))
 | 
					                  (guix build utils)
 | 
				
			||||||
 | 
					                  (srfi srfi-1))
 | 
				
			||||||
       #:tests? #f ; Tests are run by the all.bash script.
 | 
					       #:tests? #f ; Tests are run by the all.bash script.
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue