From 4e9e5a2e545954bcb73df99f28789cf699ae1594 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 17 Oct 2019 22:14:18 -0700 Subject: [PATCH] nongnu: emulators: Add missing requires. * nongnu/packages/emulators.scm: Add missing requires that cause 'guix pull' to fail. --- nongnu/packages/emulators.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nongnu/packages/emulators.scm b/nongnu/packages/emulators.scm index 29ff13b..a2cc413 100644 --- a/nongnu/packages/emulators.scm +++ b/nongnu/packages/emulators.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019 Pierre Neidhardt +;;; Copyright © 2019 David Wilson ;;; ;;; This file is not part of GNU Guix. ;;; @@ -16,6 +17,16 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . +(define-module (nongnu packages emulators) + #:use-module (guix build-system gnu) + #:use-module (guix download) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (gnu packages) + #:use-module (gnu packages backup) + #:use-module (gnu packages gl) + #:use-module (gnu packages sdl) + #:use-module (nonguix licenses)) + (define-public dgen (package (name "dgen")