gnu: Remove unneeded import.
* gnu/packages/engineering.scm: Don't import (srfi srfi-1) in top scope.
This commit is contained in:
		
							parent
							
								
									fab46af832
								
							
						
					
					
						commit
						b45c050545
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -23,7 +23,6 @@ | |||
| ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| (define-module (gnu packages engineering) | ||||
|   #:use-module (srfi srfi-1) | ||||
|   #:use-module (guix packages) | ||||
|   #:use-module (guix download) | ||||
|   #:use-module (guix gexp) | ||||
|  |  | |||
		Reference in a new issue