gnu: Remove unneeded import.

* gnu/packages/engineering.scm: Don't import (srfi srfi-1) in top scope.
master
Marius Bakke 2017-08-26 18:10:48 +02:00
parent fab46af832
commit b45c050545
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 1 deletions

View File

@ -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)